@thi.ng/dcons
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.1.7"></a> | ||
## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.6...@thi.ng/dcons@0.1.7) (2018-01-29) | ||
**Note:** Version bump only for package @thi.ng/dcons | ||
<a name="0.1.6"></a> | ||
@@ -8,0 +16,0 @@ ## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@0.1.5...@thi.ng/dcons@0.1.6) (2018-01-29) |
{ | ||
"name": "@thi.ng/dcons", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Comprehensive doubly linked list structure w/ iterator support", | ||
@@ -11,6 +11,7 @@ "main": "./index.js", | ||
"scripts": { | ||
"build": "yarn run clean && tsc --declaration", | ||
"test": "yarn run clean && tsc -p test && mocha build/test/*.js", | ||
"build": "yarn clean && tsc --declaration", | ||
"clean": "rm -rf *.js *.d.ts build doc", | ||
"pub": "yarn run build && yarn publish --access public" | ||
"doc": "node_modules/.bin/typedoc --mode modules --out doc src", | ||
"pub": "yarn build && yarn publish --access public", | ||
"test": "rm -rf build && tsc -p test && mocha build/test/*.js" | ||
}, | ||
@@ -27,3 +28,3 @@ "devDependencies": { | ||
"dependencies": { | ||
"@thi.ng/api": "^1.4.0" | ||
"@thi.ng/api": "^1.4.1" | ||
}, | ||
@@ -30,0 +31,0 @@ "keywords": [ |
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
27418
Updated@thi.ng/api@^1.4.1