yummies 5.4.8 → 5.4.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 CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "yummies",
3
- "version": "5.4.8",
4
- "keywords": [],
3
+ "version": "5.4.9",
4
+ "keywords": [
5
+ "javascript",
6
+ "typescript",
7
+ "utilities"
8
+ ],
5
9
  "author": "js2me",
6
10
  "license": "MIT",
7
- "description": "",
11
+ "description": "Frontend utilities for JavaScript projects with open source code",
8
12
  "bugs": {
9
13
  "url": "https://github.com/js2me/yummies/issues"
10
14
  },
@@ -43,7 +47,7 @@
43
47
  "@vitest/coverage-istanbul": "^3.1.2",
44
48
  "commitfmt": "^1.0.4",
45
49
  "js2me-biome-config": "^1.0.3",
46
- "sborshik": "^1.0.5",
50
+ "sborshik": "^1.0.10",
47
51
  "jsdom": "^26.1.0",
48
52
  "lefthook": "^1.11.16",
49
53
  "nodemon": "^3.1.9",
@@ -218,8 +222,8 @@
218
222
  "check": "npm run lint:check && npm run ts:check",
219
223
  "prebuild": "npm run clean && npm run check",
220
224
  "build:watch": "pnpm build && nodemon --watch src --ext ts --exec \"pnpm build\"",
221
- "build": "zshy && sborshik fill-dist && tsx scripts/generate-utility-types-file",
222
- "pub": "pnpm build && sborshik publish --openDistDir",
225
+ "build": "sborshik build --fillDist && tsx scripts/generate-utility-types-file",
226
+ "pub": "pnpm build && sborshik publish --useDistDir",
223
227
  "pub:patch": "PUBLISH_VERSION=patch pnpm pub",
224
228
  "pub:minor": "PUBLISH_VERSION=minor pnpm pub",
225
229
  "pub:major": "PUBLISH_VERSION=major pnpm pub",
package/assets/logo.png DELETED
Binary file
package/assets/logo.pxz DELETED
Binary file