@sigmaott/base-next 1.2.8 → 1.2.9
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/package.json +12 -12
- package/src/public/build-time.json +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sigmaott/base-next",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.9",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
"@antfu/utils": "^0.7.4",
|
|
49
49
|
"@atlaskit/pragmatic-drag-and-drop": "^1.1.9",
|
|
50
50
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
|
|
51
|
-
"@changesets/cli": "^2.26.1",
|
|
52
51
|
"@element-plus/nuxt": "^1.0.7",
|
|
53
52
|
"@iconify-json/carbon": "^1.1.18",
|
|
54
53
|
"@iconify-json/ep": "^1.1.10",
|
|
@@ -63,8 +62,6 @@
|
|
|
63
62
|
"@nuxtjs/i18n": "^8.3.1",
|
|
64
63
|
"@pinia/nuxt": "^0.4.11",
|
|
65
64
|
"@tanstack/vue-query": "^4.29.13",
|
|
66
|
-
"@types/node": "18.16.16",
|
|
67
|
-
"@types/validator": "^13.7.17",
|
|
68
65
|
"@unocss/eslint-config": "^0.59.4",
|
|
69
66
|
"@unocss/nuxt": "^0.59.4",
|
|
70
67
|
"@unocss/reset": "^0.59.4",
|
|
@@ -77,23 +74,17 @@
|
|
|
77
74
|
"@vvo/tzdb": "^6.108.0",
|
|
78
75
|
"axios": "^0.27.2",
|
|
79
76
|
"clipboard": "^2.0.11",
|
|
80
|
-
"consola": "^3.1.0",
|
|
81
|
-
"cross-env": "^7.0.3",
|
|
82
77
|
"dayjs": "^1.11.13",
|
|
83
78
|
"dayjs-nuxt": "^2.1.9",
|
|
84
79
|
"defu": "^6.1.2",
|
|
85
80
|
"destr": "^1.2.2",
|
|
86
81
|
"element-plus": "2.5.5",
|
|
87
|
-
"eslint": "^9.1.1",
|
|
88
|
-
"eslint-plugin-format": "^0.1.1",
|
|
89
|
-
"h3": "^1.8.1",
|
|
90
82
|
"hls.js": "^1.5.14",
|
|
91
83
|
"jszip": "^3.10.1",
|
|
92
84
|
"klona": "^2.0.6",
|
|
93
85
|
"libphonenumber-js": "^1.10.34",
|
|
94
86
|
"lucide-vue-next": "^0.446.0",
|
|
95
87
|
"mediainfo.js": "0.1.8",
|
|
96
|
-
"nuxt": "3.15.4",
|
|
97
88
|
"nuxt-api-party": "^0.20.1",
|
|
98
89
|
"openapi-typescript": "^6.6.1",
|
|
99
90
|
"pinia": "^2.1.4",
|
|
@@ -110,7 +101,6 @@
|
|
|
110
101
|
"video.js": "^7.20.3",
|
|
111
102
|
"vue-echarts": "^6.6.0",
|
|
112
103
|
"vue-json-pretty": "^2.2.4",
|
|
113
|
-
"vue-tsc": "^1.8.1",
|
|
114
104
|
"worker-timers": "^7.0.71",
|
|
115
105
|
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz",
|
|
116
106
|
"zod": "^3.24.1",
|
|
@@ -119,6 +109,16 @@
|
|
|
119
109
|
"devDependencies": {
|
|
120
110
|
"@openapitools/openapi-generator-cli": "^2.6.0",
|
|
121
111
|
"typescript": "^5.4.5",
|
|
122
|
-
"tsx": "^4.7.1"
|
|
112
|
+
"tsx": "^4.7.1",
|
|
113
|
+
"@changesets/cli": "^2.26.1",
|
|
114
|
+
"@types/node": "18.16.16",
|
|
115
|
+
"@types/validator": "^13.7.17",
|
|
116
|
+
"consola": "^3.1.0",
|
|
117
|
+
"cross-env": "^7.0.3",
|
|
118
|
+
"eslint": "^9.1.1",
|
|
119
|
+
"eslint-plugin-format": "^0.1.1",
|
|
120
|
+
"h3": "^1.8.1",
|
|
121
|
+
"nuxt": "3.15.4",
|
|
122
|
+
"vue-tsc": "^1.8.1"
|
|
123
123
|
}
|
|
124
124
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
1752487214714
|