rimelight-components 2.1.55 → 2.1.56
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 +1 -1
- package/dist/module.mjs +1 -1
- package/package.json +10 -9
package/dist/module.json
CHANGED
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.
|
|
7
|
+
const version = "2.1.56";
|
|
8
8
|
const homepage = "https://rimelight.com/tools/rimelight-components";
|
|
9
9
|
|
|
10
10
|
const defaultOptions = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rimelight-components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.56",
|
|
4
4
|
"description": "A component library by Rimelight Entertainment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nuxt",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"dist"
|
|
50
50
|
],
|
|
51
51
|
"scripts": {
|
|
52
|
+
"prepare": "git submodule update --remote --merge && bun ./.rimelight-utilities/scripts/sync.ts",
|
|
52
53
|
"build": "nuxt-module-build build",
|
|
53
54
|
"dev": "bun run dev:prepare && nuxt dev playground",
|
|
54
55
|
"dev:build": "nuxt build playground",
|
|
@@ -75,12 +76,6 @@
|
|
|
75
76
|
"uuid": "^13.0.0"
|
|
76
77
|
},
|
|
77
78
|
"devDependencies": {
|
|
78
|
-
"drizzle-orm": "^0.45.1",
|
|
79
|
-
"zod": "^4.3.6",
|
|
80
|
-
"vue": "^3.5.27",
|
|
81
|
-
"@vueuse/core": "^14.1.0",
|
|
82
|
-
"better-auth": "^1.4.18",
|
|
83
|
-
"date-fns": "^4.1.0",
|
|
84
79
|
"@iconify-json/lucide": "^1.2.86",
|
|
85
80
|
"@nuxt/devtools": "^3.1.1",
|
|
86
81
|
"@nuxt/image": "^2.0.0",
|
|
@@ -89,9 +84,13 @@
|
|
|
89
84
|
"@nuxt/test-utils": "^3.23.0",
|
|
90
85
|
"@nuxt/ui": "^4.4.0",
|
|
91
86
|
"@nuxtjs/i18n": "^10.2.1",
|
|
92
|
-
"@types/node": "
|
|
87
|
+
"@types/node": "^25.2.0",
|
|
88
|
+
"@vueuse/core": "^14.1.0",
|
|
93
89
|
"@vueuse/nuxt": "^14.1.0",
|
|
90
|
+
"better-auth": "^1.4.18",
|
|
94
91
|
"changelogen": "^0.6.2",
|
|
92
|
+
"date-fns": "^4.1.0",
|
|
93
|
+
"drizzle-orm": "^0.45.1",
|
|
95
94
|
"nuxt": "^4.3.0",
|
|
96
95
|
"oxfmt": "^0.18.0",
|
|
97
96
|
"oxlint": "^1.41.0",
|
|
@@ -99,7 +98,9 @@
|
|
|
99
98
|
"tailwind-merge": "^3.4.0",
|
|
100
99
|
"typescript": "^5.9.3",
|
|
101
100
|
"vitest": "^4.0.18",
|
|
102
|
-
"vue
|
|
101
|
+
"vue": "^3.5.27",
|
|
102
|
+
"vue-tsc": "^3.2.3",
|
|
103
|
+
"zod": "^4.3.6"
|
|
103
104
|
},
|
|
104
105
|
"peerDependencies": {
|
|
105
106
|
"@nuxt/ui": "^4.4.0",
|