@conform-to/react
Advanced tools
Comparing version
@@ -6,15 +6,19 @@ { | ||
"license": "MIT", | ||
"version": "1.6.0", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"types": "index.d.ts", | ||
"version": "1.6.1", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"module": "./index.mjs", | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"default": "./index.mjs" | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.mjs", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"default": "./dist/index.mjs" | ||
} | ||
}, | ||
"files": [ | ||
"./dist/**/*.{js,mjs}", | ||
"./dist/**/*.d.ts" | ||
], | ||
"repository": { | ||
@@ -34,3 +38,3 @@ "type": "git", | ||
"dependencies": { | ||
"@conform-to/dom": "1.6.0" | ||
"@conform-to/dom": "1.6.1" | ||
}, | ||
@@ -65,8 +69,9 @@ "devDependencies": { | ||
"build:js": "rollup -c", | ||
"build:ts": "tsc", | ||
"build:ts": "tsc --project ./tsconfig.build.json", | ||
"build": "pnpm run \"/^build:.*/\"", | ||
"dev:js": "pnpm run build:js --watch", | ||
"dev:ts": "pnpm run build:ts --watch", | ||
"dev": "pnpm run \"/^dev:.*/\"" | ||
"dev": "pnpm run \"/^dev:.*/\"", | ||
"typecheck": "tsc" | ||
} | ||
} |
@@ -10,3 +10,3 @@ ``` | ||
Version 1.6.0 / License MIT / Copyright (c) 2024 Edmund Hung | ||
Version 1.6.1 / License MIT / Copyright (c) 2024 Edmund Hung | ||
@@ -13,0 +13,0 @@ A type-safe form validation library utilizing web fundamentals to progressively enhance HTML Forms with full support for server frameworks like Remix and Next.js. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
93133
0.29%2196
-0.05%1
Infinity%+ Added
- Removed
Updated