rimelight-components 2.1.41 → 2.1.42
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 +5 -4
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.42";
|
|
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.42",
|
|
4
4
|
"description": "A component library by Rimelight Entertainment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nuxt",
|
|
@@ -76,7 +76,6 @@
|
|
|
76
76
|
"@nuxt/kit": "^4.3.0",
|
|
77
77
|
"@tauri-apps/plugin-http": "^2.5.6",
|
|
78
78
|
"@vueuse/core": "^14.1.0",
|
|
79
|
-
"better-auth": "^1.4.18",
|
|
80
79
|
"date-fns": "^4.1.0",
|
|
81
80
|
"defu": "^6.1.4",
|
|
82
81
|
"tailwind-variants": "^3.2.2",
|
|
@@ -104,14 +103,16 @@
|
|
|
104
103
|
"tailwind-merge": "^3.4.0",
|
|
105
104
|
"typescript": "^5.9.3",
|
|
106
105
|
"vitest": "^4.0.18",
|
|
107
|
-
"vue-tsc": "^3.2.3"
|
|
106
|
+
"vue-tsc": "^3.2.3",
|
|
107
|
+
"better-auth": "^1.4.18"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"@nuxt/image": "^2.0.0",
|
|
111
111
|
"@nuxt/ui": "^4.2.0",
|
|
112
112
|
"@nuxtjs/i18n": "^10.2.1",
|
|
113
113
|
"@vueuse/nuxt": "^14.1.0",
|
|
114
|
-
"nuxt": "^4.3.0"
|
|
114
|
+
"nuxt": "^4.3.0",
|
|
115
|
+
"better-auth": "^1.4.18"
|
|
115
116
|
},
|
|
116
117
|
"trustedDependencies": [
|
|
117
118
|
"@parcel/watcher",
|