codemaker
Advanced tools
Comparing version 0.8.2 to 0.9.0
@@ -6,2 +6,20 @@ # Change Log | ||
# [0.9.0](https://github.com/awslabs/jsii/compare/v0.8.2...v0.9.0) (2019-04-04) | ||
### Features | ||
* **jsii:** Enforce use of peerDependencies ([#421](https://github.com/awslabs/jsii/issues/421)) ([e72fea5](https://github.com/awslabs/jsii/commit/e72fea5)), closes [#361](https://github.com/awslabs/jsii/issues/361) | ||
* **jsii-diff:** standardize doc comments, add API compatibility tool ([#415](https://github.com/awslabs/jsii/issues/415)) ([9cfd867](https://github.com/awslabs/jsii/commit/9cfd867)) | ||
### BREAKING CHANGES | ||
* **jsii:** All direct dependencies must be duplicated in | ||
peerDependencies unless they are in bundledDependencies. | ||
## [0.8.2](https://github.com/awslabs/jsii/compare/v0.8.1...v0.8.2) (2019-03-28) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "codemaker", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"description": "A tiny utility for generating source code", | ||
@@ -8,4 +8,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"build": "tsc --build", | ||
"watch": "tsc --build -w", | ||
"test": "nodeunit test/test.*.js", | ||
@@ -12,0 +12,0 @@ "package": "rm -fr dist/js && mkdir -p dist/js && mv $(npm pack) dist/js" |
@@ -15,4 +15,5 @@ { | ||
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */ | ||
"noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */ | ||
"noFallthroughCasesInSwitch": true, /* Report errors for fallthrough cases in switch statement. */ | ||
"composite": true | ||
} | ||
} |
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
37051
494