npm-pkg-hook 1.13.0 → 1.13.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/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -8138,7 +8138,8 @@ var package_default = {
|
|
|
8138
8138
|
prepare: "npm run build",
|
|
8139
8139
|
prepublishOnly: "npm run build",
|
|
8140
8140
|
lint: "eslint .",
|
|
8141
|
-
test: "jest"
|
|
8141
|
+
test: "jest",
|
|
8142
|
+
dev: "tsup --watch"
|
|
8142
8143
|
},
|
|
8143
8144
|
peerDependencies: {
|
|
8144
8145
|
react: "^18 || ^19",
|
|
@@ -8155,7 +8156,7 @@ var package_default = {
|
|
|
8155
8156
|
"@types/js-cookie": "3.0.6",
|
|
8156
8157
|
"@types/file-saver": "2.0.7"
|
|
8157
8158
|
},
|
|
8158
|
-
version: "1.13.
|
|
8159
|
+
version: "1.13.2",
|
|
8159
8160
|
name: "npm-pkg-hook"
|
|
8160
8161
|
};
|
|
8161
8162
|
|