@esmalley/ts-utils 6.3.1 → 6.3.2
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esmalley/ts-utils",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.2",
|
|
4
4
|
"description": "A modular collection of TypeScript utilities for modern web development.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
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": "node scripts/jsr-config.js && npx jsr publish"
|
|
21
|
+
"publish:jsr": "node scripts/jsr-config.js && npx jsr publish --allow-dirty"
|
|
22
22
|
},
|
|
23
23
|
"exports": {
|
|
24
24
|
".": {
|