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.mjs CHANGED
@@ -7875,7 +7875,8 @@ var package_default = {
7875
7875
  prepare: "npm run build",
7876
7876
  prepublishOnly: "npm run build",
7877
7877
  lint: "eslint .",
7878
- test: "jest"
7878
+ test: "jest",
7879
+ dev: "tsup --watch"
7879
7880
  },
7880
7881
  peerDependencies: {
7881
7882
  react: "^18 || ^19",
@@ -7892,7 +7893,7 @@ var package_default = {
7892
7893
  "@types/js-cookie": "3.0.6",
7893
7894
  "@types/file-saver": "2.0.7"
7894
7895
  },
7895
- version: "1.13.0",
7896
+ version: "1.13.2",
7896
7897
  name: "npm-pkg-hook"
7897
7898
  };
7898
7899