oo-ascii-tree
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": "oo-ascii-tree", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"description": "object-oriented ascii tree renderer", | ||
@@ -8,4 +8,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"watch": "tsc -w", | ||
"build": "tsc --build", | ||
"watch": "tsc --build -w", | ||
"test": "jest", | ||
@@ -18,3 +18,3 @@ "package": "package-js" | ||
"jest": "^24.1.0", | ||
"jsii-build-tools": "^0.8.2", | ||
"jsii-build-tools": "^0.9.0", | ||
"ts-jest": "^23.10.5", | ||
@@ -21,0 +21,0 @@ "typescript": "^3.3.3333" |
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
52119