@esmalley/ts-utils 6.2.9 → 6.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esmalley/ts-utils",
3
- "version": "6.2.9",
3
+ "version": "6.3.0",
4
4
  "description": "A modular collection of TypeScript utilities for modern web development.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -11,14 +11,14 @@
11
11
  ],
12
12
  "scripts": {
13
13
  "clean": "rm -rf dist",
14
- "prebuild": "node scripts/generate-exports.js && node scripts/jsr-config.js",
14
+ "prebuild": "node scripts/generate-exports.js",
15
15
  "build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --outDir dist/types",
16
16
  "build:js": "node build.mjs",
17
17
  "build": "npm run clean && npm run build:types && npm run build:js && npm run fix:cjs",
18
18
  "fix:cjs": "node -e \"require('fs').writeFileSync('dist/cjs/package.json', JSON.stringify({type:'commonjs'}))\"",
19
19
  "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
20
20
  "prepublishOnly": "npm run build",
21
- "publish:jsr": "npx jsr publish"
21
+ "publish:jsr": "node scripts/jsr-config.js && npx jsr publish"
22
22
  },
23
23
  "exports": {
24
24
  ".": {