@formkit/utils
Advanced tools
Comparing version 1.5.0-81c16e6 to 1.5.0-a744393
{ | ||
"name": "@formkit/utils", | ||
"version": "1.5.0-81c16e6", | ||
"type": "module", | ||
"version": "1.5.0-a744393", | ||
"description": "Shared utilities for FormKit packages", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/index.d.cts", | ||
"type": "module", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
"import": { | ||
"types": "./dist/index.d.mts", | ||
"development": "./dist/index.dev.mjs", | ||
"default": "./dist/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
} | ||
}, | ||
@@ -22,4 +27,8 @@ "./*": "./dist/*" | ||
"inputs", | ||
"validation" | ||
"validation", | ||
"utilities" | ||
], | ||
"files": [ | ||
"dist" | ||
], | ||
"repository": { | ||
@@ -35,6 +44,3 @@ "type": "git", | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "jest" | ||
} | ||
"devDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
152992
11
1299