@sigmaott/base-next 1.2.8 → 1.3.0

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