next-safe-form 1.0.3 → 1.0.4

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 +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-safe-form",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Simplify React 19 Server Actions forms in Next.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
@@ -30,7 +30,6 @@
30
30
  },
31
31
  "scripts": {
32
32
  "build": "tsup src/index.ts --format cjs,esm --dts --clean",
33
- "publish": "npm publish",
34
33
  "publish-public": "npm publish --access public",
35
34
  "publish-private": "npm publish --access restricted",
36
35
  "patch": "npm version patch && npm publish --access public",