rimelight-components 2.1.38 → 2.1.40

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.38",
3
+ "version": "2.1.40",
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.38";
7
+ const version = "2.1.40";
8
8
  const homepage = "https://rimelight.com/tools/rimelight-components";
9
9
 
10
10
  const defaultOptions = {
@@ -199,6 +199,7 @@ const module$1 = defineNuxtModule().with({
199
199
  nuxt.options.appConfig.rimelightComponents || {},
200
200
  options
201
201
  );
202
+ nuxt.options.alias["rimelight-components/components"] = resolve("./runtime/components");
202
203
  nuxt.options.alias["rimelight-components/composables"] = resolve("./runtime/composables");
203
204
  nuxt.options.alias["rimelight-components/types"] = resolve("./runtime/types");
204
205
  nuxt.options.alias["rimelight-components/utils"] = resolve("./runtime/utils");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rimelight-components",
3
- "version": "2.1.38",
3
+ "version": "2.1.40",
4
4
  "description": "A component library by Rimelight Entertainment.",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -74,7 +74,6 @@
74
74
  "better-auth": "^1.4.18",
75
75
  "date-fns": "^4.1.0",
76
76
  "defu": "^6.1.4",
77
- "drizzle-orm": "^0.45.1",
78
77
  "tailwind-variants": "^3.2.2",
79
78
  "uuid": "^13.0.0",
80
79
  "vue": "^3.5.27",
@@ -92,6 +91,7 @@
92
91
  "@types/node": "latest",
93
92
  "@vueuse/nuxt": "^14.1.0",
94
93
  "changelogen": "^0.6.2",
94
+ "drizzle-orm": "^0.45.1",
95
95
  "nuxt": "^4.3.0",
96
96
  "oxfmt": "^0.18.0",
97
97
  "oxlint": "^1.41.0",