rimelight-components 2.1.43 → 2.1.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.1.43",
3
+ "version": "2.1.44",
4
4
  "docs": "https://rimelight.com/tools/rimelight-components",
5
5
  "configKey": "rimelightComponents",
6
6
  "compatibility": {
package/dist/module.mjs CHANGED
@@ -4,7 +4,7 @@ import { readdirSync } from 'node:fs';
4
4
  import { basename } from 'node:path';
5
5
 
6
6
  const name = "rimelight-components";
7
- const version = "2.1.43";
7
+ const version = "2.1.44";
8
8
  const homepage = "https://rimelight.com/tools/rimelight-components";
9
9
 
10
10
  const defaultOptions = {
@@ -210,7 +210,8 @@ const module$1 = defineNuxtModule().with({
210
210
  pathPrefix: false,
211
211
  //TODO Figure out if this can be typed better
212
212
  prefix: options.prefix ?? void 0,
213
- global: true
213
+ global: true,
214
+ ignore: ["**/index.*"]
214
215
  });
215
216
  const blockRendererFiles = readdirSync(resolve("./runtime/components/blocks/renderer")).filter(
216
217
  (name2) => name2.endsWith(".vue")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.1.43",
3
+ "version": "2.1.44",
4
4
  "description": "A component library by Rimelight Entertainment.",
5
5
  "keywords": [
6
6
  "nuxt",