@kikiutils/shared 13.5.0 → 13.5.1
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 +33 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kikiutils/shared",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "13.5.
|
|
4
|
+
"version": "13.5.1",
|
|
5
5
|
"description": "A lightweight and modular utility library for modern JavaScript and TypeScript — includes secure hashing, flexible logging, datetime tools, Vue/web helpers, storage abstraction, and more.",
|
|
6
6
|
"author": "kiki-kanri",
|
|
7
7
|
"license": "MIT",
|
|
@@ -88,27 +88,49 @@
|
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@noble/hashes": "^2.0.0",
|
|
91
|
+
"@types/fs-extra": "^11.0.4",
|
|
92
|
+
"@types/jsonfile": "^6.1.4",
|
|
93
|
+
"@types/node": "^24.5.2",
|
|
94
|
+
"@types/ssh2": "^1.15.5",
|
|
91
95
|
"async-validator": "^4.2.5",
|
|
96
|
+
"bson": "^6.10.4",
|
|
92
97
|
"consola": "^3.4.2",
|
|
93
98
|
"date-fns": "^4.1.0",
|
|
94
99
|
"decimal.js": "^10.6.0",
|
|
95
|
-
"element-plus": "^2.11.
|
|
100
|
+
"element-plus": "^2.11.3",
|
|
101
|
+
"fs-extra": "^11.3.2",
|
|
96
102
|
"ioredis": "^5.7.0",
|
|
97
|
-
"lru-cache": "^11.1
|
|
103
|
+
"lru-cache": "^11.2.1",
|
|
98
104
|
"millify": "^6.1.0",
|
|
99
|
-
"
|
|
105
|
+
"node-ssh": "^13.2.1",
|
|
106
|
+
"pino": "^9.10.0",
|
|
100
107
|
"pino-pretty": "^13.1.1",
|
|
101
108
|
"superjson": "^2.2.2",
|
|
102
|
-
"vue": "^3.5.
|
|
109
|
+
"vue": "^3.5.21",
|
|
103
110
|
"vue-router": "^4.5.1"
|
|
104
111
|
},
|
|
105
112
|
"peerDependenciesMeta": {
|
|
106
113
|
"@noble/hashes": {
|
|
107
114
|
"optional": true
|
|
108
115
|
},
|
|
116
|
+
"@types/fs-extra": {
|
|
117
|
+
"optional": true
|
|
118
|
+
},
|
|
119
|
+
"@types/jsonfile": {
|
|
120
|
+
"optional": true
|
|
121
|
+
},
|
|
122
|
+
"@types/node": {
|
|
123
|
+
"optional": true
|
|
124
|
+
},
|
|
125
|
+
"@types/ssh2": {
|
|
126
|
+
"optional": true
|
|
127
|
+
},
|
|
109
128
|
"async-validator": {
|
|
110
129
|
"optional": true
|
|
111
130
|
},
|
|
131
|
+
"bson": {
|
|
132
|
+
"optional": true
|
|
133
|
+
},
|
|
112
134
|
"consola": {
|
|
113
135
|
"optional": true
|
|
114
136
|
},
|
|
@@ -121,6 +143,9 @@
|
|
|
121
143
|
"element-plus": {
|
|
122
144
|
"optional": true
|
|
123
145
|
},
|
|
146
|
+
"fs-extra": {
|
|
147
|
+
"optional": true
|
|
148
|
+
},
|
|
124
149
|
"ioredis": {
|
|
125
150
|
"optional": true
|
|
126
151
|
},
|
|
@@ -130,6 +155,9 @@
|
|
|
130
155
|
"millify": {
|
|
131
156
|
"optional": true
|
|
132
157
|
},
|
|
158
|
+
"node-ssh": {
|
|
159
|
+
"optional": true
|
|
160
|
+
},
|
|
133
161
|
"pino": {
|
|
134
162
|
"optional": true
|
|
135
163
|
},
|