rimelight-components 2.1.45 → 2.1.46

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.45",
3
+ "version": "2.1.46",
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.45";
7
+ const version = "2.1.46";
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.45",
3
+ "version": "2.1.46",
4
4
  "description": "A component library by Rimelight Entertainment.",
5
5
  "keywords": [
6
6
  "nuxt",
@@ -78,18 +78,16 @@
78
78
  "rimelight-components": "workspace:*"
79
79
  },
80
80
  "dependencies": {
81
- "@nuxt/kit": "^4.3.0",
82
- "@tauri-apps/plugin-http": "^2.5.6",
83
- "@vueuse/core": "^14.1.0",
84
81
  "date-fns": "^4.1.0",
85
82
  "defu": "^6.1.4",
86
83
  "tailwind-variants": "^3.2.2",
87
- "uuid": "^13.0.0",
88
- "vue": "^3.5.27",
89
- "zod": "^4.3.6"
84
+ "zod": "^4.3.6",
85
+ "uuid": "^13.0.0"
90
86
  },
91
87
  "devDependencies": {
92
- "@iconify-json/lucide": "^1.2.86",
88
+ "vue": "^3.5.27",
89
+ "@nuxt/kit": "^4.3.0",
90
+ "@iconify-json/lucide": "^1.2.87",
93
91
  "@nuxt/devtools": "^3.1.1",
94
92
  "@nuxt/image": "^2.0.0",
95
93
  "@nuxt/module-builder": "^1.0.2",
@@ -98,26 +96,31 @@
98
96
  "@nuxt/ui": "^4.4.0",
99
97
  "@nuxtjs/i18n": "^10.2.1",
100
98
  "@types/node": "latest",
101
- "@vueuse/nuxt": "^14.1.0",
99
+ "@vueuse/core": "^14.2.0",
100
+ "@vueuse/nuxt": "^14.2.0",
102
101
  "changelogen": "^0.6.2",
103
102
  "drizzle-orm": "^0.45.1",
104
103
  "nuxt": "^4.3.0",
105
104
  "oxfmt": "^0.18.0",
106
- "oxlint": "^1.41.0",
105
+ "oxlint": "^1.43.0",
107
106
  "release-it": "^19.2.4",
108
107
  "tailwind-merge": "^3.4.0",
109
108
  "typescript": "^5.9.3",
110
109
  "vitest": "^4.0.18",
111
- "vue-tsc": "^3.2.3",
110
+ "vue-tsc": "^3.2.4",
112
111
  "better-auth": "^1.4.18"
113
112
  },
114
113
  "peerDependencies": {
114
+ "better-auth": "^1.4.18",
115
+ "@tauri-apps/plugin-http": "^2.5.6",
115
116
  "@nuxt/image": "^2.0.0",
116
- "@nuxt/ui": "^4.2.0",
117
+ "@nuxt/ui": "^4.4.0",
117
118
  "@nuxtjs/i18n": "^10.2.1",
118
- "@vueuse/nuxt": "^14.1.0",
119
+ "drizzle-orm": "^0.45.1",
120
+ "@vueuse/core": "^14.2.0",
121
+ "@vueuse/nuxt": "^14.2.0",
119
122
  "nuxt": "^4.3.0",
120
- "better-auth": "^1.4.18"
123
+ "vue": "^3.5.27"
121
124
  },
122
125
  "trustedDependencies": [
123
126
  "@parcel/watcher",