@transcend-io/contact-form-schema
Advanced tools
Comparing version 2.4.0 to 2.5.0
{ | ||
"name": "@transcend-io/contact-form-schema", | ||
"type": "module", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Schema for the marketing contact form.", | ||
@@ -9,8 +9,8 @@ "license": "UNLICENSED", | ||
"import": { | ||
"default": "./dist/cjs/index.js", | ||
"types": "./dist/cjs/index.d.ts" | ||
"default": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts" | ||
}, | ||
"require": { | ||
"default": "./dist/esm/index.cjs", | ||
"types": "./dist/esm/index.d.cts" | ||
"default": "./dist/cjs/index.cjs", | ||
"types": "./dist/cjs/index.d.cts" | ||
} | ||
@@ -17,0 +17,0 @@ }, |
@@ -8,3 +8,3 @@ import { phone } from 'phone'; | ||
*/ | ||
export const CONTACT_FORM_VERSION: string = '2.4.0'; | ||
export const CONTACT_FORM_VERSION: string = '2.5.0'; | ||
@@ -11,0 +11,0 @@ /** |
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
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
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
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