@blackbyte/sugar 1.0.0-beta.36 → 1.0.0-beta.38

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.
Files changed (1) hide show
  1. package/package.json +5 -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.36",
4
+ "version": "1.0.0-beta.38",
5
5
  "keywords": [
6
6
  "javascript",
7
7
  "typescript",
@@ -30,6 +30,7 @@
30
30
  "test:js": "vitest src/js --project=unit",
31
31
  "test:js:browser": "vitest src/js --project=browser",
32
32
  "test:all": "vitest",
33
+ "prepublish": "npm run build",
33
34
  "publish": "npm publish --access public --tag latest"
34
35
  },
35
36
  "author": "Blackbyte <hello@blackbyte.space> (https://blackbyte.space)",
@@ -208,8 +209,10 @@
208
209
  "@vitest/browser": "^4.0.18",
209
210
  "@vitest/browser-playwright": "^4.0.18",
210
211
  "happy-dom": "^20.8.3",
212
+ "has-ansi": "^6.0.0",
211
213
  "playwright": "^1.58.2",
212
214
  "typescript": "^5.4.2",
215
+ "vite": "^7.3.2",
213
216
  "vitest": "^4.0.18"
214
217
  },
215
218
  "dependencies": {
@@ -225,16 +228,13 @@
225
228
  "currency-symbol-map": "^5.1.0",
226
229
  "escape-html": "^1.0.3",
227
230
  "fast-folder-size": "^2.2.0",
228
- "fast-xml-builder": "^1.1.0",
229
231
  "fast-xml-parser": "^5.5.1",
230
232
  "fecha": "^4.2.3",
231
- "figlet": "^1.11.0",
232
233
  "filesize": "^10.1.0",
233
234
  "find-package-json": "^1.2.0",
234
235
  "flattenjs": "^2.1.3",
235
236
  "fs-extra": "^11.2.0",
236
237
  "glob": "^13.0.6",
237
- "has-ansi": "^6.0.0",
238
238
  "hash-sum": "^2.0.0",
239
239
  "hasha": "^6.0.0",
240
240
  "html-entities": "^2.6.0",
@@ -260,8 +260,7 @@
260
260
  "striptags": "^3.2.0",
261
261
  "temp-dir": "^3.0.0",
262
262
  "unescape": "^1.0.1",
263
- "uuid": "^13.0.0",
264
- "vite": "7.3.1"
263
+ "uuid": "^14.0.0"
265
264
  },
266
265
  "gitHead": "3a760e37ec10e3f90acac5df9e74cdb09750ff5f"
267
266
  }