rimelight-components 2.1.61 → 2.1.65
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 +2 -2
- package/dist/module.mjs +3 -3
- package/package.json +7 -6
package/dist/module.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rimelight-components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.65",
|
|
4
4
|
"docs": "https://rimelight.com/tools/rimelight-components",
|
|
5
5
|
"configKey": "rimelightComponents",
|
|
6
6
|
"compatibility": {
|
|
7
|
-
"nuxt": ">=4.
|
|
7
|
+
"nuxt": ">=4.1.0"
|
|
8
8
|
},
|
|
9
9
|
"builder": {
|
|
10
10
|
"@nuxt/module-builder": "1.0.2",
|
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.65";
|
|
8
8
|
const homepage = "https://rimelight.com/tools/rimelight-components";
|
|
9
9
|
|
|
10
10
|
const defaultOptions = {
|
|
@@ -141,7 +141,7 @@ const module$1 = defineNuxtModule().with({
|
|
|
141
141
|
docs: homepage,
|
|
142
142
|
configKey: "rimelightComponents",
|
|
143
143
|
compatibility: {
|
|
144
|
-
nuxt: ">=4.
|
|
144
|
+
nuxt: ">=4.1.0"
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
defaults: defaultOptions,
|
|
@@ -163,7 +163,7 @@ const module$1 = defineNuxtModule().with({
|
|
|
163
163
|
}
|
|
164
164
|
},
|
|
165
165
|
"@nuxt/ui": {
|
|
166
|
-
version: ">=4.
|
|
166
|
+
version: ">=4.2.1",
|
|
167
167
|
optional: false,
|
|
168
168
|
overrides: {},
|
|
169
169
|
defaults: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rimelight-components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.65",
|
|
4
4
|
"description": "A component library by Rimelight Entertainment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nuxt",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"@nuxt/ui": "^4.2.1",
|
|
86
86
|
"@nuxtjs/i18n": "^10.2.1",
|
|
87
87
|
"@types/node": "^25.2.0",
|
|
88
|
-
"@vueuse/core": "^
|
|
89
|
-
"@vueuse/nuxt": "^
|
|
88
|
+
"@vueuse/core": "^13.9.0",
|
|
89
|
+
"@vueuse/nuxt": "^13.9.0",
|
|
90
90
|
"better-auth": "^1.4.7",
|
|
91
91
|
"changelogen": "^0.6.2",
|
|
92
92
|
"date-fns": "^4.1.0",
|
|
93
93
|
"drizzle-orm": "^0.44.7",
|
|
94
|
-
"nuxt": "4.3
|
|
94
|
+
"nuxt": "4.1.3",
|
|
95
95
|
"oxfmt": "^0.17.0",
|
|
96
96
|
"oxlint": "^1.33.0",
|
|
97
97
|
"release-it": "^19.2.4",
|
|
@@ -106,8 +106,9 @@
|
|
|
106
106
|
"@nuxt/ui": "^4.2.1",
|
|
107
107
|
"@nuxt/image": "^2.0.0",
|
|
108
108
|
"@nuxtjs/i18n": "^10.2.1",
|
|
109
|
-
"@vueuse/
|
|
110
|
-
"nuxt": "
|
|
109
|
+
"@vueuse/core": "^13.9.0",
|
|
110
|
+
"@vueuse/nuxt": "^13.9.0",
|
|
111
|
+
"nuxt": "4.1.3",
|
|
111
112
|
"drizzle-orm": "^0.44.7",
|
|
112
113
|
"zod": "^4.2.1",
|
|
113
114
|
"vue": "^3.5.26"
|