next-safe-action
Advanced tools
Comparing version 6.0.2-beta.1 to 6.0.2-beta.2
{ | ||
"name": "next-safe-action", | ||
"version": "6.0.2-beta.1", | ||
"version": "6.0.2-beta.2", | ||
"private": false, | ||
@@ -14,4 +14,3 @@ "description": "Type safe and validated Server Actions in your Next.js (App Router) project.", | ||
".": "./dist/index.mjs", | ||
"./hooks": "./dist/hooks.mjs", | ||
"./zod": "./dist/zod.mjs" | ||
"./hooks": "./dist/hooks.mjs" | ||
}, | ||
@@ -25,5 +24,2 @@ "typesVersions": { | ||
"./dist/hooks.d.mts" | ||
], | ||
"zod": [ | ||
"./dist/zod.d.mts" | ||
] | ||
@@ -56,10 +52,10 @@ } | ||
"devDependencies": { | ||
"@types/node": "^20.10.6", | ||
"@types/react": "^18.2.46", | ||
"@typescript-eslint/eslint-plugin": "^6.17.0", | ||
"@typescript-eslint/parser": "^6.17.0", | ||
"@types/node": "^20.11.5", | ||
"@types/react": "^18.2.48", | ||
"@typescript-eslint/eslint-plugin": "^6.19.0", | ||
"@typescript-eslint/parser": "^6.19.0", | ||
"eslint": "^8.56.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"next": "14.0.4", | ||
"prettier": "^3.1.1", | ||
"next": "14.1.0", | ||
"prettier": "^3.2.4", | ||
"react": "18.2.0", | ||
@@ -66,0 +62,0 @@ "tsup": "^8.0.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33316
10
197