topsyde-utils 1.0.6 → 1.0.7
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 +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "topsyde-utils",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.7",
|
4
4
|
"description": "A bundle of TypeScript utility classes and functions",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -17,8 +17,8 @@
|
|
17
17
|
"build": "bun build ./src/index.ts --outdir ./dist --target node --format cjs --sourcemap && bun run format:generated && bun tsc --emitDeclarationOnly --declaration --outDir ./dist",
|
18
18
|
"build:fast": "bun run clean && bun build ./src/index.ts --outdir ./dist --target node --format cjs",
|
19
19
|
"test": "bun test",
|
20
|
-
"prepublishOnly": "
|
21
|
-
"prepare": "
|
20
|
+
"prepublishOnly": "echo Skipping prepublishOnly during release",
|
21
|
+
"prepare": "echo Skipping prepare during release",
|
22
22
|
"release": "./scripts/release.sh"
|
23
23
|
},
|
24
24
|
"keywords": [
|