@contember/react-utils
Advanced tools
Comparing version 1.1.0-alpha.2 to 1.1.0-alpha.3
{ | ||
"name": "@contember/react-utils", | ||
"license": "Apache-2.0", | ||
"version": "1.1.0-alpha.2", | ||
"version": "1.1.0-alpha.3", | ||
"type": "module", | ||
@@ -27,4 +27,6 @@ "sideEffects": false, | ||
"build:js:dev": "vite build --mode development", | ||
"build:js:prod": "vite build --mode production" | ||
"build:js:prod": "vite build --mode production", | ||
"ae:build": "api-extractor run --local", | ||
"ae:test": "api-extractor run" | ||
} | ||
} |
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
100110