constructs
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -5,2 +5,4 @@ # Changelog | ||
### 3.0.10 (2020-10-08) | ||
### 3.0.9 (2020-10-08) | ||
@@ -7,0 +9,0 @@ |
@@ -14,10 +14,10 @@ { | ||
"no-changes": "(git log --oneline -1 | grep -q \"chore(release):\") && echo \"No changes to release.\"", | ||
"bump": "yarn --silent no-changes || standard-version", | ||
"release": "yarn --silent no-changes || (yarn bump && git push --follow-tags origin master)", | ||
"bump": "yarn run --silent no-changes || standard-version", | ||
"release": "yarn run --silent no-changes || (yarn run bump && git push --follow-tags origin master)", | ||
"projen:upgrade": "yarn upgrade -L projen && CI=\"\" yarn projen", | ||
"compile": "jsii --silence-warnings=reserved-word --no-fix-peer-dependencies && jsii-docgen && yarn compat", | ||
"compile": "jsii --silence-warnings=reserved-word --no-fix-peer-dependencies && jsii-docgen && yarn run compat", | ||
"watch": "jsii -w --silence-warnings=reserved-word --no-fix-peer-dependencies", | ||
"build": "yarn test && yarn compile && yarn run package", | ||
"build": "yarn run test && yarn run compile && yarn run package", | ||
"package": "jsii-pacmak", | ||
"test": "rm -fr lib/ && jest --passWithNoTests --updateSnapshot && yarn eslint", | ||
"test": "rm -fr lib/ && jest --passWithNoTests --updateSnapshot && yarn run eslint", | ||
"test:watch": "jest --watch", | ||
@@ -51,3 +51,3 @@ "test:update": "jest --updateSnapshot", | ||
"json-schema": "^0.2.5", | ||
"projen": "^0.3.93", | ||
"projen": "^0.3.103", | ||
"standard-version": "^9.0.0", | ||
@@ -128,3 +128,3 @@ "ts-jest": "^26.1.0", | ||
}, | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"types": "lib/index.d.ts", | ||
@@ -131,0 +131,0 @@ "jest": { |
{ | ||
"version": "3.0.9" | ||
"version": "3.0.10" | ||
} |
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
188066