@contember/brand
Advanced tools
Comparing version 1.2.6 to 1.3.0-alpha.2
{ | ||
"name": "@contember/brand", | ||
"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" | ||
} | ||
@@ -43,8 +49,9 @@ }, | ||
"dependencies": { | ||
"@contember/react-utils": "1.2.6", | ||
"@contember/utilities": "1.2.6" | ||
"@contember/react-utils": "1.3.0-alpha.2", | ||
"@contember/utilities": "1.3.0-alpha.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^18" | ||
} | ||
}, | ||
"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
248763
143
2133
2
4
+ Added@contember/react-utils@1.3.0-alpha.2(transitive)
+ Added@contember/utilities@1.3.0-alpha.2(transitive)
- Removed@contember/react-utils@1.2.6(transitive)
- Removed@contember/utilities@1.2.6(transitive)