rimelight-components 2.1.49 → 2.1.53
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 -9
- package/package.json +12 -9
package/dist/module.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rimelight-components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.53",
|
|
4
4
|
"docs": "https://rimelight.com/tools/rimelight-components",
|
|
5
5
|
"configKey": "rimelightComponents",
|
|
6
6
|
"compatibility": {
|
|
7
|
-
"nuxt": ">=4.
|
|
7
|
+
"nuxt": ">=4.3.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.53";
|
|
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.3.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.4.0",
|
|
167
167
|
optional: false,
|
|
168
168
|
overrides: {},
|
|
169
169
|
defaults: {
|
|
@@ -187,12 +187,6 @@ const module$1 = defineNuxtModule().with({
|
|
|
187
187
|
};
|
|
188
188
|
return dependencies;
|
|
189
189
|
},
|
|
190
|
-
onInstall(_nuxt) {
|
|
191
|
-
console.log(`Setting up ${name}.`);
|
|
192
|
-
},
|
|
193
|
-
onUpgrade(_nuxt, _options, previousVersion) {
|
|
194
|
-
console.log(`Upgrading ${name} from ${previousVersion} to ${version}.`);
|
|
195
|
-
},
|
|
196
190
|
setup(options, nuxt) {
|
|
197
191
|
const { resolve } = createResolver(import.meta.url);
|
|
198
192
|
nuxt.options.appConfig.rimelightComponents = defu(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rimelight-components",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.53",
|
|
4
4
|
"description": "A component library by Rimelight Entertainment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nuxt",
|
|
@@ -70,17 +70,17 @@
|
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"@nuxt/kit": "^4.3.0",
|
|
72
72
|
"@tauri-apps/plugin-http": "^2.5.7",
|
|
73
|
-
"@vueuse/core": "^14.1.0",
|
|
74
|
-
"better-auth": "^1.4.18",
|
|
75
|
-
"date-fns": "^4.1.0",
|
|
76
73
|
"defu": "^6.1.4",
|
|
77
|
-
"drizzle-orm": "^0.45.1",
|
|
78
74
|
"tailwind-variants": "^3.2.2",
|
|
79
|
-
"uuid": "^13.0.0"
|
|
80
|
-
"vue": "^3.5.27",
|
|
81
|
-
"zod": "^4.3.6"
|
|
75
|
+
"uuid": "^13.0.0"
|
|
82
76
|
},
|
|
83
77
|
"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
84
|
"@iconify-json/lucide": "^1.2.86",
|
|
85
85
|
"@nuxt/devtools": "^3.1.1",
|
|
86
86
|
"@nuxt/image": "^2.0.0",
|
|
@@ -106,7 +106,10 @@
|
|
|
106
106
|
"@nuxt/image": "^2.0.0",
|
|
107
107
|
"@nuxtjs/i18n": "^10.2.1",
|
|
108
108
|
"@vueuse/nuxt": "^14.1.0",
|
|
109
|
-
"nuxt": "^4.3.0"
|
|
109
|
+
"nuxt": "^4.3.0",
|
|
110
|
+
"drizzle-orm": "^0.45.1",
|
|
111
|
+
"zod": "^4.3.6",
|
|
112
|
+
"vue": "^3.5.27"
|
|
110
113
|
},
|
|
111
114
|
"trustedDependencies": [
|
|
112
115
|
"@parcel/watcher",
|