@cleartrip/ct-design-types
Advanced tools
Comparing version 2.0.0 to 2.1.0-beta.0
{ | ||
"name": "@cleartrip/ct-design-types", | ||
"version": "2.0.0", | ||
"version": "2.1.0-beta.0", | ||
"description": "", | ||
@@ -18,3 +18,3 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@cleartrip/ct-design-theme": "2.0.0" | ||
"@cleartrip/ct-design-theme": "2.1.0-beta.0" | ||
}, | ||
@@ -27,4 +27,6 @@ "publishConfig": { | ||
"scripts": { | ||
"build-package": "rm -rf dist && rollup -c" | ||
"watch-package": "rollup -c -w", | ||
"build-package": "rollup -c", | ||
"build-package:clean": "rm -rf dist && rollup -c" | ||
} | ||
} |
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
182793
17
2
+ Added@cleartrip/ct-design-theme@2.1.0-beta.0(transitive)
+ Added@cleartrip/ct-design-tokens@2.1.0-beta.0(transitive)
+ Addedelectron-to-chromium@1.5.55(transitive)
- Removed@cleartrip/ct-design-theme@2.0.0(transitive)
- Removed@cleartrip/ct-design-tokens@2.0.0(transitive)
- Removedelectron-to-chromium@1.5.57(transitive)