@blackbyte/sugar 1.0.0-beta.36 → 1.0.0-beta.37
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 +4 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blackbyte/sugar",
|
|
3
3
|
"description": "The toolkit that you missed... like a sugar in your coffee!",
|
|
4
|
-
"version": "1.0.0-beta.
|
|
4
|
+
"version": "1.0.0-beta.37",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript",
|
|
7
7
|
"typescript",
|
|
@@ -208,8 +208,10 @@
|
|
|
208
208
|
"@vitest/browser": "^4.0.18",
|
|
209
209
|
"@vitest/browser-playwright": "^4.0.18",
|
|
210
210
|
"happy-dom": "^20.8.3",
|
|
211
|
+
"has-ansi": "^6.0.0",
|
|
211
212
|
"playwright": "^1.58.2",
|
|
212
213
|
"typescript": "^5.4.2",
|
|
214
|
+
"vite": "^7.3.2",
|
|
213
215
|
"vitest": "^4.0.18"
|
|
214
216
|
},
|
|
215
217
|
"dependencies": {
|
|
@@ -225,16 +227,13 @@
|
|
|
225
227
|
"currency-symbol-map": "^5.1.0",
|
|
226
228
|
"escape-html": "^1.0.3",
|
|
227
229
|
"fast-folder-size": "^2.2.0",
|
|
228
|
-
"fast-xml-builder": "^1.1.0",
|
|
229
230
|
"fast-xml-parser": "^5.5.1",
|
|
230
231
|
"fecha": "^4.2.3",
|
|
231
|
-
"figlet": "^1.11.0",
|
|
232
232
|
"filesize": "^10.1.0",
|
|
233
233
|
"find-package-json": "^1.2.0",
|
|
234
234
|
"flattenjs": "^2.1.3",
|
|
235
235
|
"fs-extra": "^11.2.0",
|
|
236
236
|
"glob": "^13.0.6",
|
|
237
|
-
"has-ansi": "^6.0.0",
|
|
238
237
|
"hash-sum": "^2.0.0",
|
|
239
238
|
"hasha": "^6.0.0",
|
|
240
239
|
"html-entities": "^2.6.0",
|
|
@@ -260,8 +259,7 @@
|
|
|
260
259
|
"striptags": "^3.2.0",
|
|
261
260
|
"temp-dir": "^3.0.0",
|
|
262
261
|
"unescape": "^1.0.1",
|
|
263
|
-
"uuid": "^
|
|
264
|
-
"vite": "7.3.1"
|
|
262
|
+
"uuid": "^14.0.0"
|
|
265
263
|
},
|
|
266
264
|
"gitHead": "3a760e37ec10e3f90acac5df9e74cdb09750ff5f"
|
|
267
265
|
}
|