@contember/react-utils
Advanced tools
Comparing version 1.2.6 to 1.3.0-alpha.2
{ | ||
"name": "@contember/react-utils", | ||
"license": "Apache-2.0", | ||
"version": "1.2.6", | ||
"version": "1.3.0-alpha.2", | ||
"type": "module", | ||
@@ -15,2 +15,8 @@ "sideEffects": false, | ||
"default": "./dist/production/index.js" | ||
}, | ||
"require": { | ||
"types": "./dist/types/index.d.ts", | ||
"development": "./dist/development/index.cjs", | ||
"production": "./dist/production/index.cjs", | ||
"default": "./dist/production/index.cjs" | ||
} | ||
@@ -36,5 +42,6 @@ } | ||
"dependencies": { | ||
"@contember/utilities": "1.2.6", | ||
"@contember/utilities": "1.3.0-alpha.2", | ||
"fast-deep-equal": "^3.1.3" | ||
} | ||
}, | ||
"stableVersion": "0.0.0" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
627892
591
6499
2
+ Added@contember/utilities@1.3.0-alpha.2(transitive)
- Removed@contember/utilities@1.2.6(transitive)