diff --git a/README.md b/README.md index ebbc1e0842..f7712af23d 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,10 @@ packages) in the [examples](./examples) directory. | [`@thi.ng/pointfree`](./packages/pointfree) | [![version](https://img.shields.io/npm/v/@thi.ng/pointfree.svg)](https://www.npmjs.com/package/@thi.ng/pointfree) | [changelog](./packages/pointfree/CHANGELOG.md) | Stack-based DSL & functional composition | | [`@thi.ng/pointfree-lang`](./packages/pointfree-lang) | [![version](https://img.shields.io/npm/v/@thi.ng/pointfree-lang.svg)](https://www.npmjs.com/package/@thi.ng/pointfree-lang) | [changelog](./packages/pointfree-lang/CHANGELOG.md) | Forth-like syntax layer for @thi.ng/pointfree | +### WIP / unreleased + +- [@thi.ng/webgl](https://github.com/thi-ng/umbrella/tree/feature/webgl/packages/webgl) + ## Building ```bash diff --git a/examples/async-effect/package.json b/examples/async-effect/package.json index 8e2bee38bb..d21b9ce2d3 100644 --- a/examples/async-effect/package.json +++ b/examples/async-effect/package.json @@ -13,7 +13,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/bitmap-font/package.json b/examples/bitmap-font/package.json index 4475cd87c2..b870312608 100644 --- a/examples/bitmap-font/package.json +++ b/examples/bitmap-font/package.json @@ -13,7 +13,7 @@ "parcel-bundler": "^1.12.3", "rimraf": "^2.6.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/canvas-dial/package.json b/examples/canvas-dial/package.json index feefb98c7c..842a748f52 100644 --- a/examples/canvas-dial/package.json +++ b/examples/canvas-dial/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/cellular-automata/package.json b/examples/cellular-automata/package.json index c4664e7da1..5495bc90bf 100644 --- a/examples/cellular-automata/package.json +++ b/examples/cellular-automata/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/commit-table-ssr/package.json b/examples/commit-table-ssr/package.json index 60bd2fc41b..0ad7427c71 100644 --- a/examples/commit-table-ssr/package.json +++ b/examples/commit-table-ssr/package.json @@ -14,7 +14,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "express": "^4.16.3", diff --git a/examples/crypto-chart/package.json b/examples/crypto-chart/package.json index 217d859d76..983641eae5 100644 --- a/examples/crypto-chart/package.json +++ b/examples/crypto-chart/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom-components": "latest", diff --git a/examples/dashboard/package.json b/examples/dashboard/package.json index 847129fbd9..146da0ee73 100644 --- a/examples/dashboard/package.json +++ b/examples/dashboard/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest" diff --git a/examples/devcards/package.json b/examples/devcards/package.json index c95b802a97..67b9e73eae 100644 --- a/examples/devcards/package.json +++ b/examples/devcards/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/geom-knn/package.json b/examples/geom-knn/package.json index c4eafa8bbd..ae009b253e 100644 --- a/examples/geom-knn/package.json +++ b/examples/geom-knn/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/bench": "latest", diff --git a/examples/geom-tessel/package.json b/examples/geom-tessel/package.json index 51a8f5152f..897de978ba 100644 --- a/examples/geom-tessel/package.json +++ b/examples/geom-tessel/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/compose": "latest", diff --git a/examples/gesture-analysis/package.json b/examples/gesture-analysis/package.json index bb4951f6e2..b773d3646f 100644 --- a/examples/gesture-analysis/package.json +++ b/examples/gesture-analysis/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/arrays": "latest", diff --git a/examples/hdom-basics/package.json b/examples/hdom-basics/package.json index f324f02c1b..877c1fe33c 100644 --- a/examples/hdom-basics/package.json +++ b/examples/hdom-basics/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest" diff --git a/examples/hdom-benchmark/package.json b/examples/hdom-benchmark/package.json index b8b7657d90..4de16dc597 100644 --- a/examples/hdom-benchmark/package.json +++ b/examples/hdom-benchmark/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/hdom-benchmark2/package.json b/examples/hdom-benchmark2/package.json index aa57d1fd59..feca804b5c 100644 --- a/examples/hdom-benchmark2/package.json +++ b/examples/hdom-benchmark2/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/binary": "latest", diff --git a/examples/hdom-canvas-clock/package.json b/examples/hdom-canvas-clock/package.json index 1d58d1d7a2..4e71cdf28e 100644 --- a/examples/hdom-canvas-clock/package.json +++ b/examples/hdom-canvas-clock/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/hdom-canvas-draw/package.json b/examples/hdom-canvas-draw/package.json index 76fb21e5f3..a730ca35e2 100644 --- a/examples/hdom-canvas-draw/package.json +++ b/examples/hdom-canvas-draw/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom-canvas": "latest", diff --git a/examples/hdom-canvas-shapes/package.json b/examples/hdom-canvas-shapes/package.json index 6896aaf79a..a3c828cc3e 100644 --- a/examples/hdom-canvas-shapes/package.json +++ b/examples/hdom-canvas-shapes/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom-canvas": "latest", diff --git a/examples/hdom-dropdown-fuzzy/package.json b/examples/hdom-dropdown-fuzzy/package.json index c4a3cb0046..3e856dda9f 100644 --- a/examples/hdom-dropdown-fuzzy/package.json +++ b/examples/hdom-dropdown-fuzzy/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/hdom-dropdown/package.json b/examples/hdom-dropdown/package.json index 397b200f23..c745a34592 100644 --- a/examples/hdom-dropdown/package.json +++ b/examples/hdom-dropdown/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/hdom-dyn-context/package.json b/examples/hdom-dyn-context/package.json index 6570d92a68..a533d1ba35 100644 --- a/examples/hdom-dyn-context/package.json +++ b/examples/hdom-dyn-context/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/atom": "latest", diff --git a/examples/hdom-inner-html/package.json b/examples/hdom-inner-html/package.json index 2e2a1bf0ae..6a5a585bac 100644 --- a/examples/hdom-inner-html/package.json +++ b/examples/hdom-inner-html/package.json @@ -13,7 +13,7 @@ "parcel-bundler": "^1.12.3", "rimraf": "^2.6.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest" diff --git a/examples/hdom-skip/package.json b/examples/hdom-skip/package.json index 2526248ece..2d1974b942 100644 --- a/examples/hdom-skip/package.json +++ b/examples/hdom-skip/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest" diff --git a/examples/hdom-theme-adr-0003/package.json b/examples/hdom-theme-adr-0003/package.json index ea5677e1ac..0a5893cf8e 100644 --- a/examples/hdom-theme-adr-0003/package.json +++ b/examples/hdom-theme-adr-0003/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/hdom-vscroller/package.json b/examples/hdom-vscroller/package.json index 0463e8c63a..3614e74926 100644 --- a/examples/hdom-vscroller/package.json +++ b/examples/hdom-vscroller/package.json @@ -13,7 +13,7 @@ "parcel-bundler": "^1.12.3", "rimraf": "^2.6.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/hmr-basics/package.json b/examples/hmr-basics/package.json index 2f4540de27..cccac73d48 100644 --- a/examples/hmr-basics/package.json +++ b/examples/hmr-basics/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/atom": "latest", diff --git a/examples/hydrate-basics/package.json b/examples/hydrate-basics/package.json index 7f5e7333b9..ec9cfabab7 100644 --- a/examples/hydrate-basics/package.json +++ b/examples/hydrate-basics/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/atom": "latest", diff --git a/examples/interceptor-basics/package.json b/examples/interceptor-basics/package.json index 63c4cc1a8d..279822ef51 100644 --- a/examples/interceptor-basics/package.json +++ b/examples/interceptor-basics/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/atom": "latest", diff --git a/examples/interceptor-basics2/package.json b/examples/interceptor-basics2/package.json index 0c07ee8742..4b5a46c86a 100644 --- a/examples/interceptor-basics2/package.json +++ b/examples/interceptor-basics2/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/iso-plasma/package.json b/examples/iso-plasma/package.json index fe8f44f4b5..79bf59cb55 100644 --- a/examples/iso-plasma/package.json +++ b/examples/iso-plasma/package.json @@ -13,7 +13,7 @@ "parcel-bundler": "^1.12.3", "rimraf": "^2.6.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/json-components/package.json b/examples/json-components/package.json index ef83c67d0a..d3ec46977a 100644 --- a/examples/json-components/package.json +++ b/examples/json-components/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/login-form/package.json b/examples/login-form/package.json index 8008170ab6..cc6122c622 100644 --- a/examples/login-form/package.json +++ b/examples/login-form/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/atom": "latest", diff --git a/examples/mandelbrot/package.json b/examples/mandelbrot/package.json index 30fcb0c3d8..527708bd06 100644 --- a/examples/mandelbrot/package.json +++ b/examples/mandelbrot/package.json @@ -13,7 +13,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/markdown/package.json b/examples/markdown/package.json index a59266c27d..4828e10178 100644 --- a/examples/markdown/package.json +++ b/examples/markdown/package.json @@ -13,7 +13,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/package-stats/package.json b/examples/package-stats/package.json index 0ab15e5c0d..2627d437f4 100644 --- a/examples/package-stats/package.json +++ b/examples/package-stats/package.json @@ -9,9 +9,9 @@ "build": "yarn clean && tsc && node lib/index.js" }, "devDependencies": { - "parcel-bundler": "^1.10.3", - "terser": "^3.11.0", - "typescript": "^3.2.2" + "parcel-bundler": "^1.12.3", + "terser": "^3.17.0", + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/checks": "latest", @@ -29,4 +29,4 @@ "browser": { "process": false } -} \ No newline at end of file +} diff --git a/examples/pointfree-svg/package.json b/examples/pointfree-svg/package.json index 19838ceefb..35e453a219 100644 --- a/examples/pointfree-svg/package.json +++ b/examples/pointfree-svg/package.json @@ -15,6 +15,6 @@ "@thi.ng/pointfree-lang": "latest" }, "devDependencies": { - "typescript": "^3.2.2" + "typescript": "^3.4.1" } -} \ No newline at end of file +} diff --git a/examples/router-basics/package.json b/examples/router-basics/package.json index dba78a1b25..88390fb98e 100644 --- a/examples/router-basics/package.json +++ b/examples/router-basics/package.json @@ -22,7 +22,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "browserslist": [ "last 3 Chrome versions" diff --git a/examples/rstream-dataflow/package.json b/examples/rstream-dataflow/package.json index dbec70d056..f0a9f5cf0e 100644 --- a/examples/rstream-dataflow/package.json +++ b/examples/rstream-dataflow/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/atom": "latest", diff --git a/examples/rstream-grid/package.json b/examples/rstream-grid/package.json index e21b215c23..5b6f008b11 100644 --- a/examples/rstream-grid/package.json +++ b/examples/rstream-grid/package.json @@ -27,7 +27,7 @@ "@types/node": "^9.6.2", "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "browserslist": [ "last 3 Chrome versions" diff --git a/examples/rstream-hdom/package.json b/examples/rstream-hdom/package.json index e19b6cf8c7..0af87613b6 100644 --- a/examples/rstream-hdom/package.json +++ b/examples/rstream-hdom/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/arrays": "latest", diff --git a/examples/svg-barchart/package.json b/examples/svg-barchart/package.json index 281995bb3c..0060210bec 100644 --- a/examples/svg-barchart/package.json +++ b/examples/svg-barchart/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/svg-particles/package.json b/examples/svg-particles/package.json index 44a1a75a8c..307edd8f29 100644 --- a/examples/svg-particles/package.json +++ b/examples/svg-particles/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/svg-waveform/package.json b/examples/svg-waveform/package.json index e3dd6ebdf3..ca332fb415 100644 --- a/examples/svg-waveform/package.json +++ b/examples/svg-waveform/package.json @@ -23,7 +23,7 @@ "@types/node": "^9.6.2", "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "browserslist": [ "last 3 Chrome versions" diff --git a/examples/talk-slides/package.json b/examples/talk-slides/package.json index 745c63d9f9..9ebb38c67c 100644 --- a/examples/talk-slides/package.json +++ b/examples/talk-slides/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index ad06bd9935..55f9f7ddb4 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/transducers-hdom/package.json b/examples/transducers-hdom/package.json index af1caf89e2..b64b780d05 100644 --- a/examples/transducers-hdom/package.json +++ b/examples/transducers-hdom/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/rstream": "latest", diff --git a/examples/triple-query/package.json b/examples/triple-query/package.json index 859f18b3f2..ed0e3f73ad 100644 --- a/examples/triple-query/package.json +++ b/examples/triple-query/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/webgl/package.json b/examples/webgl/package.json index 88af4c918c..5f0da6216c 100644 --- a/examples/webgl/package.json +++ b/examples/webgl/package.json @@ -12,7 +12,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/hdom": "latest", diff --git a/examples/wolfram/package.json b/examples/wolfram/package.json index 0a9ba20c68..29e0b26324 100644 --- a/examples/wolfram/package.json +++ b/examples/wolfram/package.json @@ -13,7 +13,7 @@ "parcel-bundler": "^1.12.3", "rimraf": "^2.6.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/api": "latest", diff --git a/examples/xml-converter/package.json b/examples/xml-converter/package.json index f1535ff66f..f4382038f9 100644 --- a/examples/xml-converter/package.json +++ b/examples/xml-converter/package.json @@ -13,7 +13,7 @@ "devDependencies": { "parcel-bundler": "^1.12.3", "terser": "^3.17.0", - "typescript": "^3.2.2" + "typescript": "^3.4.1" }, "dependencies": { "@thi.ng/arrays": "latest", diff --git a/package.json b/package.json index 24877765aa..8aee613fd3 100644 --- a/package.json +++ b/package.json @@ -7,19 +7,19 @@ "benchmark": "^2.1.4", "file-loader": "^3.0.1", "gzip-size": "^5.0.0", - "lerna": "^3.8.5", - "mocha": "^5.2.0", - "nyc": "^13.1.0", + "lerna": "^3.13.1", + "mocha": "^6.0.2", + "nyc": "^13.3.0", "parcel-bundler": "^1.12.3", "rimraf": "^2.6.3", - "rollup": "^1.7.4", + "rollup": "^1.8.0", "rollup-plugin-cleanup": "^3.1.1", "terser": "^3.17.0", "ts-loader": "^5.3.3", - "tslint": "^5.14.0", - "typescript": "^3.2.2", - "webpack": "^4.28.1", - "webpack-cli": "^3.2.1" + "tslint": "^5.15.0", + "typescript": "^3.4.1", + "webpack": "^4.29.6", + "webpack-cli": "^3.3.0" }, "scripts": { "bootstrap": "lerna bootstrap", diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 95e72ab3ae..e58f8a7027 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.1.9...@thi.ng/adjacency@0.1.10) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/adjacency + + + + + ## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.1.8...@thi.ng/adjacency@0.1.9) (2019-03-28) **Note:** Version bump only for package @thi.ng/adjacency diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 2e74d8893c..405be0b937 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "0.1.9", + "version": "0.1.10", "description": "Sparse & bitwise adjacency matrices for directed / undirected graphs", "module": "./index.js", "main": "./lib/index.js", @@ -24,21 +24,21 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@thi.ng/vectors": "^2.5.0", - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@thi.ng/vectors": "^2.5.1", + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/binary": "^1.0.4", - "@thi.ng/bitfield": "^0.1.3", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/dcons": "^2.0.13", - "@thi.ng/sparse": "^0.1.9" + "@thi.ng/api": "^6.0.1", + "@thi.ng/binary": "^1.0.5", + "@thi.ng/bitfield": "^0.1.4", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/dcons": "^2.0.14", + "@thi.ng/sparse": "^0.1.10" }, "keywords": [ "adjacency", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 876089b648..46b056ddb7 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@6.0.0...@thi.ng/api@6.0.1) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/api + + + + + # [6.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@5.1.0...@thi.ng/api@6.0.0) (2019-03-28) diff --git a/packages/api/package.json b/packages/api/package.json index c013621f87..f0eef7d79f 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "6.0.0", + "version": "6.0.1", "description": "Common, generic types & interfaces for thi.ng projects", "module": "./index.js", "main": "./lib/index.js", @@ -24,15 +24,15 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/errors": "^1.0.4" + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "compare", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index 33b60360a3..1e34938e12 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.1.5...@thi.ng/arrays@0.1.6) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/arrays + + + + + ## [0.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.1.4...@thi.ng/arrays@0.1.5) (2019-03-28) **Note:** Version bump only for package @thi.ng/arrays diff --git a/packages/arrays/package.json b/packages/arrays/package.json index bcfd744afd..b99d96ad9a 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "0.1.5", + "version": "0.1.6", "description": "Array / Arraylike utilities", "module": "./index.js", "main": "./lib/index.js", @@ -24,20 +24,20 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/compare": "^1.0.4", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/random": "^1.1.3" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/compare": "^1.0.5", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/random": "^1.1.4" }, "keywords": [ "arrays", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index f233b0076d..2ad09f1f0f 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@2.0.1...@thi.ng/associative@2.0.2) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/associative + + + + + +## [2.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@2.0.0...@thi.ng/associative@2.0.1) (2019-04-02) + + +### Bug Fixes + +* **associative:** add missing return type decls ([1913bb4](https://github.com/thi-ng/umbrella/commit/1913bb4)) + + + + + # [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@1.0.12...@thi.ng/associative@2.0.0) (2019-03-28) diff --git a/packages/associative/README.md b/packages/associative/README.md index 3178bf73ad..854a829192 100644 --- a/packages/associative/README.md +++ b/packages/associative/README.md @@ -185,7 +185,11 @@ map = new assoc.SortedMap([ ]); // SortedMap { 'a' => 1, 'b' => 2, 'c' => 3, 'd' => 4 } -// forward selection w/ given start key +// all entries +[...map.entries()] +// [ [ 'd', 4 ], [ 'c', 3 ], [ 'b', 2 ], [ 'a', 1 ] ] + +// range query w/ given start key // also works with `keys()` and `values()` [...map.entries("c")] // [ [ 'c', 3 ], [ 'd', 4 ] ] @@ -194,13 +198,9 @@ map = new assoc.SortedMap([ [...map.entries("cc")] // [ [ 'd', 4 ] ] -// reverse order -[...map.entries(undefined, true)] -// [ [ 'd', 4 ], [ 'c', 3 ], [ 'b', 2 ], [ 'a', 1 ] ] - -// reverse order from start key +// range query w/ given MAX key [...map.entries("c", true)] -// [ [ 'c', 3 ], [ 'b', 2 ], [ 'a', 1 ] ] +// [ [ 'a', 1 ], [ 'b', 2 ], [ 'c', 3 ] ] ``` ### SortedSet @@ -220,9 +220,11 @@ This set uses a `SortedMap` as backing store. ## Usage examples -TODO... Please see -[tests](https://github.com/thi-ng/umbrella/tree/master/packages/associative/test/) -and documentation in source code for now... +Please see these packages for use cases: + +- [@thi.ng/cache](https://github.com/thi-ng/umbrella/tree/master/packages/cache) +- [@thi.ng/dgraph](https://github.com/thi-ng/umbrella/tree/master/packages/dgraph) +- [@thi.ng/rstream-query](https://github.com/thi-ng/umbrella/tree/master/packages/rstream-query) ## Authors @@ -230,4 +232,4 @@ and documentation in source code for now... ## License -© 2017 - 2018 Karsten Schmidt // Apache Software License 2.0 +© 2017 - 2019 Karsten Schmidt // Apache Software License 2.0 diff --git a/packages/associative/package.json b/packages/associative/package.json index 211cc22264..9415afc11a 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "2.0.0", + "version": "2.0.2", "description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations", "module": "./index.js", "main": "./lib/index.js", @@ -24,21 +24,21 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/compare": "^1.0.4", - "@thi.ng/dcons": "^2.0.13", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/compare": "^1.0.5", + "@thi.ng/dcons": "^2.0.14", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "data structures", diff --git a/packages/associative/src/array-set.ts b/packages/associative/src/array-set.ts index c0cf356f7d..a2189e8623 100644 --- a/packages/associative/src/array-set.ts +++ b/packages/associative/src/array-set.ts @@ -80,7 +80,7 @@ export class ArraySet extends Set implements IEquivSet { } has(x: T) { - return this.get(x, SEMAPHORE) !== SEMAPHORE; + return this.get(x, SEMAPHORE) !== SEMAPHORE; } /** @@ -90,7 +90,7 @@ export class ArraySet extends Set implements IEquivSet { * @param x * @param notFound */ - get(x: T, notFound?: any) { + get(x: T, notFound?: T): T | undefined { const $this = __private.get(this); const eq = $this.equiv; const vals = $this.vals; @@ -155,11 +155,11 @@ export class ArraySet extends Set implements IEquivSet { } } - *keys() { + *keys(): IterableIterator { yield* __private.get(this).vals; } - *values() { + *values(): IterableIterator { yield* this.keys(); } diff --git a/packages/associative/src/equiv-map.ts b/packages/associative/src/equiv-map.ts index 44a7454651..779c9d4eb9 100644 --- a/packages/associative/src/equiv-map.ts +++ b/packages/associative/src/equiv-map.ts @@ -69,7 +69,7 @@ export class EquivMap extends Map } } - [Symbol.iterator]() { + [Symbol.iterator](): IterableIterator> { return this.entries(); } @@ -148,7 +148,7 @@ export class EquivMap extends Map } } - get(key: K, notFound?: any) { + get(key: K, notFound?: V): V | undefined { const $this = __private.get(this); key = $this.keys.get(key, SEMAPHORE); if (key !== SEMAPHORE) { @@ -180,15 +180,15 @@ export class EquivMap extends Map return this; } - entries() { + entries(): IterableIterator> { return __private.get(this).map.entries(); } - keys() { + keys(): IterableIterator { return __private.get(this).map.keys(); } - values() { + values(): IterableIterator { return __private.get(this).map.values(); } diff --git a/packages/associative/src/ll-set.ts b/packages/associative/src/ll-set.ts index c227306b34..64d8b2e117 100644 --- a/packages/associative/src/ll-set.ts +++ b/packages/associative/src/ll-set.ts @@ -34,7 +34,7 @@ export class LLSet extends Set implements IEquivSet { vals && this.into(vals); } - *[Symbol.iterator]() { + *[Symbol.iterator](): IterableIterator { yield* __private.get(this).vals; } @@ -84,7 +84,7 @@ export class LLSet extends Set implements IEquivSet { } has(x: T) { - return this.get(x, SEMAPHORE) !== SEMAPHORE; + return this.get(x, SEMAPHORE) !== SEMAPHORE; } /** @@ -94,7 +94,7 @@ export class LLSet extends Set implements IEquivSet { * @param x * @param notFound */ - get(x: T, notFound?: any) { + get(x: T, notFound?: T): T | undefined { const $this = __private.get(this); const eq = $this.equiv; let i = $this.vals.head; @@ -162,11 +162,11 @@ export class LLSet extends Set implements IEquivSet { } } - *keys() { + *keys(): IterableIterator { yield* __private.get(this).vals; } - *values() { + *values(): IterableIterator { yield* this.keys(); } diff --git a/packages/associative/src/sorted-map.ts b/packages/associative/src/sorted-map.ts index 18e662a9c7..e06eefd25e 100644 --- a/packages/associative/src/sorted-map.ts +++ b/packages/associative/src/sorted-map.ts @@ -194,7 +194,7 @@ export class SortedMap extends Map { return node ? [node.k, node.v] : undefined; } - get(k: K, notFound?: V) { + get(k: K, notFound?: V): V | undefined { const node = this.findPredNode(k).next[0]; return node && __private.get(this).cmp(node.k, k) === 0 ? node.v diff --git a/packages/associative/src/sorted-set.ts b/packages/associative/src/sorted-set.ts index 6c9eba83b4..30d16deeab 100644 --- a/packages/associative/src/sorted-set.ts +++ b/packages/associative/src/sorted-set.ts @@ -165,7 +165,7 @@ export class SortedSet extends Set return __private.get(this).has(value); } - get(value: T, notFound?: any) { + get(value: T, notFound?: T): T | undefined { return __private.get(this).get(value, notFound); } diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index fc273052d1..6b28685bf5 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@2.0.8...@thi.ng/atom@2.0.9) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/atom + + + + + ## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@2.0.7...@thi.ng/atom@2.0.8) (2019-03-28) **Note:** Version bump only for package @thi.ng/atom diff --git a/packages/atom/package.json b/packages/atom/package.json index 2ad1c2278e..d94b40388e 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "2.0.8", + "version": "2.0.9", "description": "Mutable wrappers for nested immutable values w/ optional undo/redo history", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/paths": "^2.0.7" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/paths": "^2.0.8" }, "keywords": [ "derived views", diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index 75e4cc9f3b..f1f4acc6ca 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@1.0.4...@thi.ng/bench@1.0.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/bench + + + + + ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/bench@1.0.3...@thi.ng/bench@1.0.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/bench diff --git a/packages/bench/package.json b/packages/bench/package.json index 6e9ea1943e..4e5481bb71 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "1.0.4", + "version": "1.0.5", "description": "Basic benchmarking helpers", "module": "./index.js", "main": "./lib/index.js", @@ -24,12 +24,12 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "benchmark", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 85752c3993..55b7dc8045 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@0.2.11...@thi.ng/bencode@0.2.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/bencode + + + + + ## [0.2.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@0.2.10...@thi.ng/bencode@0.2.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/bencode diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 30cbfda749..1a8ab429ce 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "0.2.11", + "version": "0.2.12", "description": "Bencode binary encoder / decoder with optional UTF8 encoding", "module": "./index.js", "main": "./lib/index.js", @@ -24,21 +24,21 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/arrays": "^0.1.5", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/defmulti": "^1.0.5", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/transducers-binary": "^0.3.6" + "@thi.ng/api": "^6.0.1", + "@thi.ng/arrays": "^0.1.6", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/defmulti": "^1.0.6", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/transducers-binary": "^0.3.7" }, "keywords": [ "bencode", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index 0114bffa06..1720badbfb 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@1.0.4...@thi.ng/binary@1.0.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/binary + + + + + ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/binary@1.0.3...@thi.ng/binary@1.0.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/binary diff --git a/packages/binary/package.json b/packages/binary/package.json index 1a7ffb1c80..d3059a1a57 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "1.0.4", + "version": "1.0.5", "description": "Assorted binary / bitwise operations, conversions, utilities.", "module": "./index.js", "main": "./lib/index.js", @@ -24,12 +24,12 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "alignment", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index e2cc353649..134467ba85 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.1.3...@thi.ng/bitfield@0.1.4) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/bitfield + + + + + ## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.1.2...@thi.ng/bitfield@0.1.3) (2019-03-28) **Note:** Version bump only for package @thi.ng/bitfield diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index a6ea95e6ba..6c5f7c4967 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "0.1.3", + "version": "0.1.4", "description": "1D / 2D bit field implementations", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/binary": "^1.0.4", - "@thi.ng/strings": "^1.0.6" + "@thi.ng/api": "^6.0.1", + "@thi.ng/binary": "^1.0.5", + "@thi.ng/strings": "^1.0.7" }, "keywords": [ "1D", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index 0c4004212f..4abd6b8d74 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@1.0.4...@thi.ng/bitstream@1.0.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/bitstream + + + + + ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitstream@1.0.3...@thi.ng/bitstream@1.0.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/bitstream diff --git a/packages/bitstream/package.json b/packages/bitstream/package.json index 38568d4a55..ba151bd8ed 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "1.0.4", + "version": "1.0.5", "description": "ES6 iterator based read/write bit streams & support for variable word widths", "module": "./index.js", "main": "./lib/index.js", @@ -24,15 +24,15 @@ "pub": "yarn build && yarn publish --access public" }, "dependencies": { - "@thi.ng/errors": "^1.0.4" + "@thi.ng/errors": "^1.0.5" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "binary", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 09af5138fa..baab266d04 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.13...@thi.ng/cache@1.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/cache + + + + + ## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.12...@thi.ng/cache@1.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/cache diff --git a/packages/cache/package.json b/packages/cache/package.json index cd77fc6170..c76938593a 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "1.0.13", + "version": "1.0.14", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/dcons": "^2.0.13", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/dcons": "^2.0.14", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "cache", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index 49e562ed91..5b946c3e07 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.1.4...@thi.ng/checks@2.1.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/checks + + + + + ## [2.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/checks@2.1.3...@thi.ng/checks@2.1.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/checks diff --git a/packages/checks/package.json b/packages/checks/package.json index edde0d3db5..35aa72197f 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "2.1.4", + "version": "2.1.5", "description": "Single-function sub-modules for type, feature & value checks", "module": "./index.js", "main": "./lib/index.js", @@ -24,12 +24,12 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "check", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 2d80b47076..2328638f1b 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.15...@thi.ng/color@0.1.16) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/color + + + + + ## [0.1.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.14...@thi.ng/color@0.1.15) (2019-03-28) **Note:** Version bump only for package @thi.ng/color diff --git a/packages/color/package.json b/packages/color/package.json index a82467d5bb..7a87248d27 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "0.1.15", + "version": "0.1.16", "description": "Raw, array-based, color ops, conversions, opt. type wrappers, multi-color gradients", "module": "./index.js", "main": "./lib/index.js", @@ -24,22 +24,22 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/compose": "^1.2.1", - "@thi.ng/defmulti": "^1.0.5", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/math": "^1.2.1", - "@thi.ng/strings": "^1.0.6", - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/api": "^6.0.1", + "@thi.ng/compose": "^1.2.2", + "@thi.ng/defmulti": "^1.0.6", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/math": "^1.2.2", + "@thi.ng/strings": "^1.0.7", + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "alpha", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index f9ee9a0522..6bb47bc14e 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.0.4...@thi.ng/compare@1.0.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/compare + + + + + ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/compare@1.0.3...@thi.ng/compare@1.0.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/compare diff --git a/packages/compare/package.json b/packages/compare/package.json index cc60490930..319b0a1e6c 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "1.0.4", + "version": "1.0.5", "description": "Comparator with optional delegation for types implementing @thi.ng/api/ICompare interface", "module": "./index.js", "main": "./lib/index.js", @@ -24,12 +24,12 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "comparator", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index 9aa5776746..7b5bd88a08 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.2.1...@thi.ng/compose@1.2.2) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/compose + + + + + ## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/compose@1.2.0...@thi.ng/compose@1.2.1) (2019-03-28) **Note:** Version bump only for package @thi.ng/compose diff --git a/packages/compose/package.json b/packages/compose/package.json index 787e4ef010..83b491f1ca 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "1.2.1", + "version": "1.2.2", "description": "Arity-optimized functional composition helpers", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "composition", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 5358e25b19..a339c636aa 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.13...@thi.ng/csp@1.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/csp + + + + + ## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.12...@thi.ng/csp@1.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/csp diff --git a/packages/csp/package.json b/packages/csp/package.json index 8835341305..550fda55c9 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "1.0.13", + "version": "1.0.14", "description": "ES6 promise based CSP implementation", "module": "./index.js", "main": "./lib/index.js", @@ -28,20 +28,20 @@ "testnode": "tsc -p test && node build/test/node.js" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/arrays": "^0.1.5", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/dcons": "^2.0.13", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/arrays": "^0.1.6", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/dcons": "^2.0.14", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "async", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 22a11b8147..627ad2fe86 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.0.13...@thi.ng/dcons@2.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/dcons + + + + + ## [2.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.0.12...@thi.ng/dcons@2.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/dcons diff --git a/packages/dcons/package.json b/packages/dcons/package.json index bcd236035c..4f2af97645 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "2.0.13", + "version": "2.0.14", "description": "Comprehensive doubly linked list structure w/ iterator support", "module": "./index.js", "main": "./lib/index.js", @@ -24,20 +24,20 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/compare": "^1.0.4", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/compare": "^1.0.5", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "datastructure", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index 4752b5c1de..71b4792d09 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.0.5...@thi.ng/defmulti@1.0.6) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/defmulti + + + + + ## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/defmulti@1.0.4...@thi.ng/defmulti@1.0.5) (2019-03-28) **Note:** Version bump only for package @thi.ng/defmulti diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index 40a8d7e3c0..fba974bc2d 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "1.0.5", + "version": "1.0.6", "description": "Dynamically extensible multiple dispatch via user supplied dispatch function.", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "ES6", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 71fc468074..e49a01ebb9 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.1.0...@thi.ng/dgraph@1.1.1) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/dgraph + + + + + +# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.0.13...@thi.ng/dgraph@1.1.0) (2019-04-02) + + +### Features + +* **dgraph:** add addNode(), refactor to use ArraySet, add tests ([ab7650f](https://github.com/thi-ng/umbrella/commit/ab7650f)) + + + + + ## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.0.12...@thi.ng/dgraph@1.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/dgraph diff --git a/packages/dgraph/README.md b/packages/dgraph/README.md index b4c752082e..71fe068a0a 100644 --- a/packages/dgraph/README.md +++ b/packages/dgraph/README.md @@ -15,7 +15,7 @@ maps & sets as backend. - cycle detection - accessors for direct & transitive dependencies / dependents - topological sorting -- iterable +- iterable (in topo order) ## Installation @@ -37,12 +37,17 @@ yarn add @thi.ng/dgraph import { DGraph } from "@thi.ng/dgraph"; g = new DGraph(); + +// dependencies from a -> b g.addDependency([1, 2], [10, 20]); g.addDependency([3, 4], [30, 40]); g.addDependency([1, 2], [3, 4]); -g.sort() -// [[30, 40], [3, 4], [10, 20], [1, 2]] +// add isolated nodes +g.addNode([100, 200]); + +g.sort(); +// [[30, 40], [3, 4], [10, 20], [100, 200], [1, 2]] ``` ## Authors diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 9476494ff4..de11003854 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "1.0.13", + "version": "1.1.1", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/associative": "^2.0.0", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/associative": "^2.0.2", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "data structure", diff --git a/packages/dgraph/src/index.ts b/packages/dgraph/src/index.ts index 35fe7de43f..12223169a5 100644 --- a/packages/dgraph/src/index.ts +++ b/packages/dgraph/src/index.ts @@ -1,16 +1,16 @@ import { ICopy } from "@thi.ng/api"; -import { EquivMap, LLSet, union } from "@thi.ng/associative"; +import { ArraySet, EquivMap, union } from "@thi.ng/associative"; import { equiv } from "@thi.ng/equiv"; import { illegalArgs } from "@thi.ng/errors"; import { filter, reduce, reducer } from "@thi.ng/transducers"; export class DGraph implements Iterable, ICopy> { - dependencies: EquivMap>; - dependents: EquivMap>; + dependencies: EquivMap>; + dependents: EquivMap>; constructor() { - this.dependencies = new EquivMap>(); - this.dependents = new EquivMap>(); + this.dependencies = new EquivMap>(); + this.dependents = new EquivMap>(); } *[Symbol.iterator]() { @@ -32,25 +32,31 @@ export class DGraph implements Iterable, ICopy> { return g; } + addNode(node: T) { + !this.dependencies.has(node) && + this.dependencies.set(node, new ArraySet()); + return this; + } + addDependency(node: T, dep: T) { if (equiv(node, dep) || this.depends(dep, node)) { illegalArgs(`Circular dependency between: ${node} & ${dep}`); } - let d: LLSet = this.dependencies.get(node); - this.dependencies.set(node, d ? d.add(dep) : new LLSet([dep])); - d = this.dependents.get(dep); - this.dependents.set(dep, d ? d.add(node) : new LLSet([node])); + let deps = this.dependencies.get(node); + this.dependencies.set(node, deps ? deps.add(dep) : new ArraySet([dep])); + deps = this.dependents.get(dep); + this.dependents.set(dep, deps ? deps.add(node) : new ArraySet([node])); return this; } removeEdge(node: T, dep: T) { - let d = this.dependencies.get(node); - if (d) { - d.delete(dep); + let deps = this.dependencies.get(node); + if (deps) { + deps.delete(dep); } - d = this.dependents.get(dep); - if (d) { - d.delete(node); + deps = this.dependents.get(dep); + if (deps) { + deps.delete(node); } return this; } @@ -69,11 +75,11 @@ export class DGraph implements Iterable, ICopy> { } immediateDependencies(x: T): Set { - return this.dependencies.get(x) || new LLSet(); + return this.dependencies.get(x) || new ArraySet(); } immediateDependents(x: T): Set { - return this.dependents.get(x) || new LLSet(); + return this.dependents.get(x) || new ArraySet(); } isLeaf(x: T) { @@ -86,16 +92,16 @@ export class DGraph implements Iterable, ICopy> { nodes(): Set { return union( - new LLSet(this.dependencies.keys()), - new LLSet(this.dependents.keys()) + new ArraySet(this.dependencies.keys()), + new ArraySet(this.dependents.keys()) ); } - leaves(): IterableIterator { + leaves() { return filter((node: T) => this.isLeaf(node), this.nodes()); } - roots(): IterableIterator { + roots() { return filter((node: T) => this.isRoot(node), this.nodes()); } @@ -110,7 +116,7 @@ export class DGraph implements Iterable, ICopy> { sort() { const sorted: T[] = []; const g = this.copy(); - let queue = new LLSet(g.leaves()); + let queue = new ArraySet(g.leaves()); while (true) { if (!queue.size) { return sorted.reverse(); @@ -129,17 +135,17 @@ export class DGraph implements Iterable, ICopy> { } } -function transitive(nodes: EquivMap>, x: T): LLSet { - const deps: LLSet = nodes.get(x); +const transitive = (nodes: EquivMap>, x: T): Set => { + const deps: ArraySet = nodes.get(x); if (deps) { return reduce( reducer( null, - (acc, k: T) => >union(acc, transitive(nodes, k)) + (acc, k: T) => >union(acc, transitive(nodes, k)) ), deps, deps ); } - return new LLSet(); -} + return new ArraySet(); +}; diff --git a/packages/dgraph/test/index.ts b/packages/dgraph/test/index.ts index 65ecff57d9..cd9d5b5a82 100644 --- a/packages/dgraph/test/index.ts +++ b/packages/dgraph/test/index.ts @@ -1,9 +1,7 @@ import * as assert from "assert"; - import { DGraph } from "../src/index"; describe("dgraph", () => { - let g: DGraph; beforeEach(() => { @@ -43,11 +41,25 @@ describe("dgraph", () => { it("sort", () => { assert.deepEqual(g.sort(), [[30, 40], [3, 4], [10, 20], [1, 2]]); g.addDependency([30, 40], [50, 60]); - assert.deepEqual(g.sort(), [[50, 60], [30, 40], [3, 4], [10, 20], [1, 2]]); + assert.deepEqual(g.sort(), [ + [50, 60], + [30, 40], + [3, 4], + [10, 20], + [1, 2] + ]); }); it("iterator", () => { assert.deepEqual([...g], [[30, 40], [3, 4], [10, 20], [1, 2]]); assert.deepEqual([...g], [[30, 40], [3, 4], [10, 20], [1, 2]]); }); + + it("separate nodes", () => { + g = new DGraph(); + g.addNode([1, 2]); + g.addNode([3, 4]); + g.addNode([3, 4]); + assert.deepEqual(g.sort(), [[3, 4], [1, 2]]); + }); }); diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index 38361bc0eb..f541eadd3f 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@3.0.5...@thi.ng/diff@3.0.6) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/diff + + + + + ## [3.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/diff@3.0.4...@thi.ng/diff@3.0.5) (2019-03-28) **Note:** Version bump only for package @thi.ng/diff diff --git a/packages/diff/package.json b/packages/diff/package.json index 8b7ce38607..f9f747457b 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "3.0.5", + "version": "3.0.6", "description": "Array & object Diff", "module": "./index.js", "main": "./lib/index.js", @@ -24,15 +24,15 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/equiv": "^1.0.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/equiv": "^1.0.5" }, "keywords": [ "additions", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index af3fcb017e..9fe3326a11 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dlogic@1.0.4...@thi.ng/dlogic@1.0.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/dlogic + + + + + ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/dlogic@1.0.3...@thi.ng/dlogic@1.0.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/dlogic diff --git a/packages/dlogic/package.json b/packages/dlogic/package.json index bd2b1cc6d1..3e830bd7f1 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "1.0.4", + "version": "1.0.5", "description": "Assorted digital logic ops / constructs.", "module": "./index.js", "main": "./lib/index.js", @@ -24,12 +24,12 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "boolean", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index fef5bdb803..a03d17f2ab 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@1.0.8...@thi.ng/dot@1.0.9) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/dot + + + + + ## [1.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/dot@1.0.7...@thi.ng/dot@1.0.8) (2019-03-28) **Note:** Version bump only for package @thi.ng/dot diff --git a/packages/dot/package.json b/packages/dot/package.json index c9c89faf07..17c9f63694 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "1.0.8", + "version": "1.0.9", "description": "Graphviz DOM abstraction as vanilla JS objects & serialization to DOT format", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5" }, "keywords": [ "ES6", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index e47ed4dfb2..2510b12b85 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp@1.0.6...@thi.ng/dsp@1.0.7) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/dsp + + + + + ## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/dsp@1.0.5...@thi.ng/dsp@1.0.6) (2019-03-28) **Note:** Version bump only for package @thi.ng/dsp diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 7d0f2e4c46..644e5548d1 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "1.0.6", + "version": "1.0.7", "description": "Assorted DSP utils, oscillators etc.", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/math": "^1.2.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/math": "^1.2.2" }, "keywords": [ "additive", diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md index f96a9ba68d..044c3c6283 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.4...@thi.ng/equiv@1.0.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/equiv + + + + + ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/equiv@1.0.3...@thi.ng/equiv@1.0.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/equiv diff --git a/packages/equiv/package.json b/packages/equiv/package.json index d342ee2299..6bbca05e0e 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "1.0.4", + "version": "1.0.5", "description": "Extensible deep equivalence checking for any data types", "module": "./index.js", "main": "./lib/index.js", @@ -24,13 +24,13 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", "benchmark": "^2.1.4", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "deep", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 4d16b13680..96f1b7c056 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@1.0.4...@thi.ng/errors@1.0.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/errors + + + + + ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/errors@1.0.3...@thi.ng/errors@1.0.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 0e25ac88fc..000483cf38 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "1.0.4", + "version": "1.0.5", "description": "Custom error types and helper fns.", "module": "./index.js", "main": "./lib/index.js", @@ -24,12 +24,12 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "error", diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index b991d22064..0c59081bae 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.1.9...@thi.ng/fsm@2.1.10) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/fsm + + + + + ## [2.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.1.8...@thi.ng/fsm@2.1.9) (2019-03-28) **Note:** Version bump only for package @thi.ng/fsm diff --git a/packages/fsm/package.json b/packages/fsm/package.json index cd137185f9..d5fc859ca2 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "2.1.9", + "version": "2.1.10", "description": "Composable primitives for building declarative, transducer based Finite-State machines & parsers for arbitrary data streams", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/arrays": "^0.1.5", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/arrays": "^0.1.6", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "ES6", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 20eaad8de1..8a5fbf1edf 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.1.11...@thi.ng/geom-accel@1.1.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-accel + + + + + ## [1.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.1.10...@thi.ng/geom-accel@1.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-accel diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index 2fc155cbb8..36ca76c05b 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "1.1.11", + "version": "1.1.12", "description": "nD spatial indexing data structures", "module": "./index.js", "main": "./lib/index.js", @@ -24,21 +24,21 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/arrays": "^0.1.5", - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/heaps": "^1.0.6", - "@thi.ng/math": "^1.2.1", - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/api": "^6.0.1", + "@thi.ng/arrays": "^0.1.6", + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/heaps": "^1.0.7", + "@thi.ng/math": "^1.2.2", + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index 57fc332538..afcf0791d3 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@0.1.10...@thi.ng/geom-api@0.1.11) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-api + + + + + ## [0.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-api@0.1.9...@thi.ng/geom-api@0.1.10) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-api diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index 59b5e60396..9394cebf5f 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "0.1.10", + "version": "0.1.11", "description": "Shared type & interface declarations for @thi.ng/geom packages", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/api": "^6.0.1", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "ES6", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index 3e3208cdba..453352c3d9 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.1.11...@thi.ng/geom-arc@0.1.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-arc + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-arc@0.1.10...@thi.ng/geom-arc@0.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-arc diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 977e7c26cd..1f0c451716 100644 --- a/packages/geom-arc/package.json +++ b/packages/geom-arc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-arc", - "version": "0.1.11", + "version": "0.1.12", "description": "2D circular / elliptic arc operations", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/checks": "^2.1.4", - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/geom-resample": "^0.1.11", - "@thi.ng/math": "^1.2.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/checks": "^2.1.5", + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/geom-resample": "^0.1.12", + "@thi.ng/math": "^1.2.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-clip/CHANGELOG.md b/packages/geom-clip/CHANGELOG.md index b41abc4ad2..edf11b6845 100644 --- a/packages/geom-clip/CHANGELOG.md +++ b/packages/geom-clip/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip@0.0.13...@thi.ng/geom-clip@0.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-clip + + + + + ## [0.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-clip@0.0.12...@thi.ng/geom-clip@0.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-clip diff --git a/packages/geom-clip/package.json b/packages/geom-clip/package.json index 95424a97bd..114302c54d 100644 --- a/packages/geom-clip/package.json +++ b/packages/geom-clip/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip", - "version": "0.0.13", + "version": "0.0.14", "description": "2D line & convex polygon clipping (Liang-Barsky / Sutherland-Hodgeman)", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/geom-isec": "^0.1.11", - "@thi.ng/geom-poly-utils": "^0.1.11", - "@thi.ng/math": "^1.2.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/geom-isec": "^0.1.12", + "@thi.ng/geom-poly-utils": "^0.1.12", + "@thi.ng/math": "^1.2.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index 7bde5e11f7..c272690c71 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.1.11...@thi.ng/geom-closest-point@0.1.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-closest-point + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-closest-point@0.1.10...@thi.ng/geom-closest-point@0.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-closest-point diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index f50416b93b..5f41d21385 100644 --- a/packages/geom-closest-point/package.json +++ b/packages/geom-closest-point/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-closest-point", - "version": "0.1.11", + "version": "0.1.12", "description": "Closest point / proximity helpers", "module": "./index.js", "main": "./lib/index.js", @@ -24,15 +24,15 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "ES6", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index 0c708fb70b..5a904eacdb 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.13...@thi.ng/geom-hull@0.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-hull + + + + + ## [0.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-hull@0.0.12...@thi.ng/geom-hull@0.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-hull diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index d1c2c14685..4714ad11f1 100644 --- a/packages/geom-hull/package.json +++ b/packages/geom-hull/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-hull", - "version": "0.0.13", + "version": "0.0.14", "description": "Fast 2D convex hull (Graham Scan)", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/math": "^1.2.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/math": "^1.2.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index 73047f11f2..7065d922e7 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.1.11...@thi.ng/geom-isec@0.1.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-isec + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isec@0.1.10...@thi.ng/geom-isec@0.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-isec diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index 671a00904e..01fe99251e 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "0.1.11", + "version": "0.1.12", "description": "2D/3D shape intersection checks", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/geom-closest-point": "^0.1.11", - "@thi.ng/math": "^1.2.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/api": "^6.0.1", + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/geom-closest-point": "^0.1.12", + "@thi.ng/math": "^1.2.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index 98bdf7c0bc..9e5e38932d 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.11...@thi.ng/geom-isoline@0.1.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-isoline + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-isoline@0.1.10...@thi.ng/geom-isoline@0.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-isoline diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index c945251116..dbab711ef7 100644 --- a/packages/geom-isoline/package.json +++ b/packages/geom-isoline/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isoline", - "version": "0.1.11", + "version": "0.1.12", "description": "Fast 2D contour line extraction / generation", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index 499b366f13..e53657be66 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.11...@thi.ng/geom-poly-utils@0.1.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-poly-utils + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-poly-utils@0.1.10...@thi.ng/geom-poly-utils@0.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-poly-utils diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 47f0840bb1..62e7d8219d 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "0.1.11", + "version": "0.1.12", "description": "Polygon / triangle analysis & processing utilities", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/errors": "^1.0.4", - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/math": "^1.2.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/errors": "^1.0.5", + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/math": "^1.2.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index 25baa30e55..1f8b7086f8 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.1.11...@thi.ng/geom-resample@0.1.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-resample + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-resample@0.1.10...@thi.ng/geom-resample@0.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-resample diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 8fb82c3914..7431965375 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "0.1.11", + "version": "0.1.12", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/checks": "^2.1.4", - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/geom-closest-point": "^0.1.11", - "@thi.ng/math": "^1.2.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/checks": "^2.1.5", + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/geom-closest-point": "^0.1.12", + "@thi.ng/math": "^1.2.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index 55b5fcdb12..aba7bb531b 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-splines@0.1.11...@thi.ng/geom-splines@0.1.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-splines + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-splines@0.1.10...@thi.ng/geom-splines@0.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-splines diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index 0f6761ebfa..36a5f93fdc 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "0.1.11", + "version": "0.1.12", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "module": "./index.js", "main": "./lib/index.js", @@ -24,20 +24,20 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/checks": "^2.1.4", - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/geom-arc": "^0.1.11", - "@thi.ng/geom-resample": "^0.1.11", - "@thi.ng/math": "^1.2.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/checks": "^2.1.5", + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/geom-arc": "^0.1.12", + "@thi.ng/geom-resample": "^0.1.12", + "@thi.ng/math": "^1.2.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index b9e89e415d..645819eb0b 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@0.1.10...@thi.ng/geom-subdiv-curve@0.1.11) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-subdiv-curve + + + + + ## [0.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-subdiv-curve@0.1.9...@thi.ng/geom-subdiv-curve@0.1.10) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-subdiv-curve diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index ad80a33bfd..1b1d6cc06a 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-subdiv-curve", - "version": "0.1.10", + "version": "0.1.11", "description": "Freely customizable, iterative subdivision curves for open / closed input geometries", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index c4b6434507..9d11ff5491 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-tessellate@0.1.11...@thi.ng/geom-tessellate@0.1.12) (2019-04-02) + + +### Bug Fixes + +* **geom-tesselate:** TS3.4 type inference ([800c1c7](https://github.com/thi-ng/umbrella/commit/800c1c7)) + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-tessellate@0.1.10...@thi.ng/geom-tessellate@0.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-tessellate diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 31c272eb76..246fb32a26 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "0.1.11", + "version": "0.1.12", "description": "2D/3D polygon tessellators", "module": "./index.js", "main": "./lib/index.js", @@ -24,20 +24,20 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/checks": "^2.1.4", - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/geom-isec": "^0.1.11", - "@thi.ng/geom-poly-utils": "^0.1.11", - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/checks": "^2.1.5", + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/geom-isec": "^0.1.12", + "@thi.ng/geom-poly-utils": "^0.1.12", + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom-tessellate/src/rim-tris.ts b/packages/geom-tessellate/src/rim-tris.ts index 424a90a1a0..cc07c8b30e 100644 --- a/packages/geom-tessellate/src/rim-tris.ts +++ b/packages/geom-tessellate/src/rim-tris.ts @@ -5,15 +5,15 @@ import { partition, push, transduce, - zip, - wrap + wrap, + zip } from "@thi.ng/transducers"; import { mixN, ReadonlyVec, Vec } from "@thi.ng/vectors"; export const rimTris: Tessellator = (points: ReadonlyVec[]) => { const edgeCentroids = transduce( comp(partition(2, 1), map((e) => mixN([], e[0], e[1], 0.5))), - push(), + push(), wrap(points, 1, false, true) ); return transduce( diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index 11910c2909..ed4a8cb40e 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-voronoi@0.1.11...@thi.ng/geom-voronoi@0.1.12) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom-voronoi + + + + + ## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-voronoi@0.1.10...@thi.ng/geom-voronoi@0.1.11) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom-voronoi diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 7eabbb63d4..cb18b1d7ae 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "0.1.11", + "version": "0.1.12", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "module": "./index.js", "main": "./lib/index.js", @@ -24,22 +24,22 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/geom-clip": "^0.0.13", - "@thi.ng/geom-isec": "^0.1.11", - "@thi.ng/geom-poly-utils": "^0.1.11", - "@thi.ng/math": "^1.2.1", - "@thi.ng/quad-edge": "^0.1.2", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/geom-clip": "^0.0.14", + "@thi.ng/geom-isec": "^0.1.12", + "@thi.ng/geom-poly-utils": "^0.1.12", + "@thi.ng/math": "^1.2.2", + "@thi.ng/quad-edge": "^0.1.3", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 87b0c54e8d..03265eaf2f 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.2.17...@thi.ng/geom@1.2.18) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom + + + + + +## [1.2.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.2.16...@thi.ng/geom@1.2.17) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/geom + + + + + ## [1.2.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom@1.2.15...@thi.ng/geom@1.2.16) (2019-03-28) **Note:** Version bump only for package @thi.ng/geom diff --git a/packages/geom/package.json b/packages/geom/package.json index 3e4c01a9e9..53102d47f7 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "1.2.16", + "version": "1.2.18", "description": "2D geometry types, polymorphic operations, SVG generation", "module": "./index.js", "main": "./lib/index.js", @@ -24,39 +24,39 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/arrays": "^0.1.5", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/compose": "^1.2.1", - "@thi.ng/defmulti": "^1.0.5", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/geom-arc": "^0.1.11", - "@thi.ng/geom-clip": "^0.0.13", - "@thi.ng/geom-closest-point": "^0.1.11", - "@thi.ng/geom-hull": "^0.0.13", - "@thi.ng/geom-isec": "^0.1.11", - "@thi.ng/geom-poly-utils": "^0.1.11", - "@thi.ng/geom-resample": "^0.1.11", - "@thi.ng/geom-splines": "^0.1.11", - "@thi.ng/geom-subdiv-curve": "^0.1.10", - "@thi.ng/geom-tessellate": "^0.1.11", - "@thi.ng/hiccup": "^3.1.5", - "@thi.ng/hiccup-svg": "^3.1.16", - "@thi.ng/math": "^1.2.1", - "@thi.ng/matrices": "^0.1.14", - "@thi.ng/random": "^1.1.3", - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/api": "^6.0.1", + "@thi.ng/arrays": "^0.1.6", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/compose": "^1.2.2", + "@thi.ng/defmulti": "^1.0.6", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/geom-arc": "^0.1.12", + "@thi.ng/geom-clip": "^0.0.14", + "@thi.ng/geom-closest-point": "^0.1.12", + "@thi.ng/geom-hull": "^0.0.14", + "@thi.ng/geom-isec": "^0.1.12", + "@thi.ng/geom-poly-utils": "^0.1.12", + "@thi.ng/geom-resample": "^0.1.12", + "@thi.ng/geom-splines": "^0.1.12", + "@thi.ng/geom-subdiv-curve": "^0.1.11", + "@thi.ng/geom-tessellate": "^0.1.12", + "@thi.ng/hiccup": "^3.1.6", + "@thi.ng/hiccup-svg": "^3.1.17", + "@thi.ng/math": "^1.2.2", + "@thi.ng/matrices": "^0.2.1", + "@thi.ng/random": "^1.1.4", + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index da5871fe33..bdd4fa2f69 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.0.9...@thi.ng/hdom-canvas@2.0.10) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/hdom-canvas + + + + + ## [2.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-canvas@2.0.8...@thi.ng/hdom-canvas@2.0.9) (2019-03-28) **Note:** Version bump only for package @thi.ng/hdom-canvas diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index c93d194f2c..a2e6df7e20 100644 --- a/packages/hdom-canvas/package.json +++ b/packages/hdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-canvas", - "version": "2.0.9", + "version": "2.0.10", "description": "Declarative canvas scenegraph & visualization for @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/color": "^0.1.15", - "@thi.ng/diff": "^3.0.5", - "@thi.ng/hdom": "^7.2.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/color": "^0.1.16", + "@thi.ng/diff": "^3.0.6", + "@thi.ng/hdom": "^7.2.2" }, "keywords": [ "ES6", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index 75d3c14e93..4f911c144a 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@3.0.13...@thi.ng/hdom-components@3.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/hdom-components + + + + + ## [3.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-components@3.0.12...@thi.ng/hdom-components@3.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/hdom-components diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index b3af3ac8bd..78708b6268 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-components", - "version": "3.0.13", + "version": "3.0.14", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/math": "^1.2.1", - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/transducers-stats": "^1.0.13", + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/math": "^1.2.2", + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/transducers-stats": "^1.0.14", "@types/webgl2": "^0.0.4" }, "keywords": [ diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index dcd946c414..4367b25d22 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.0.9...@thi.ng/hdom-mock@1.0.10) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/hdom-mock + + + + + ## [1.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom-mock@1.0.8...@thi.ng/hdom-mock@1.0.9) (2019-03-28) **Note:** Version bump only for package @thi.ng/hdom-mock diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index 3243cf8c9d..3ce74b5c66 100644 --- a/packages/hdom-mock/package.json +++ b/packages/hdom-mock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-mock", - "version": "1.0.9", + "version": "1.0.10", "description": "Mock base implementation for @thi.ng/hdom API", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/hdom": "^7.2.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/hdom": "^7.2.2" }, "keywords": [ "ES6", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index 45f3308400..043c38f671 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@7.2.1...@thi.ng/hdom@7.2.2) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/hdom + + + + + ## [7.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@7.2.0...@thi.ng/hdom@7.2.1) (2019-03-28) **Note:** Version bump only for package @thi.ng/hdom diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 0f841eea88..a4e384ce60 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "7.2.1", + "version": "7.2.2", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "module": "./index.js", "main": "./lib/index.js", @@ -24,21 +24,21 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@thi.ng/atom": "^2.0.8", - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@thi.ng/atom": "^2.0.9", + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/diff": "^3.0.5", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/hiccup": "^3.1.5" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/diff": "^3.0.6", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/hiccup": "^3.1.6" }, "keywords": [ "browser", diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index 3bfa80973f..05c3119556 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.0.6...@thi.ng/heaps@1.0.7) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/heaps + + + + + ## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/heaps@1.0.5...@thi.ng/heaps@1.0.6) (2019-03-28) **Note:** Version bump only for package @thi.ng/heaps diff --git a/packages/heaps/package.json b/packages/heaps/package.json index 7938a583de..8c998a10d7 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "1.0.6", + "version": "1.0.7", "description": "Generic binary heap & d-ary heap implementations with customizable ordering", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/compare": "^1.0.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/compare": "^1.0.5" }, "keywords": [ "data structure", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index 5042ad2918..21a6b37784 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-carbon-icons@1.0.10...@thi.ng/hiccup-carbon-icons@1.0.11) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/hiccup-carbon-icons + + + + + ## [1.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-carbon-icons@1.0.9...@thi.ng/hiccup-carbon-icons@1.0.10) (2019-03-28) **Note:** Version bump only for package @thi.ng/hiccup-carbon-icons diff --git a/packages/hiccup-carbon-icons/package.json b/packages/hiccup-carbon-icons/package.json index 5ede0db52f..e431f7e5b3 100644 --- a/packages/hiccup-carbon-icons/package.json +++ b/packages/hiccup-carbon-icons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-carbon-icons", - "version": "1.0.10", + "version": "1.0.11", "description": "Full set of IBM's Carbon icons in hiccup format", "module": "./index.js", "main": "./lib/index.js", @@ -24,13 +24,13 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@thi.ng/hiccup": "^3.1.5", - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@thi.ng/hiccup": "^3.1.6", + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "assets", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index e91ecb4d67..f49f957da3 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.0.13...@thi.ng/hiccup-css@1.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/hiccup-css + + + + + ## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-css@1.0.12...@thi.ng/hiccup-css@1.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/hiccup-css diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 1f9e0c95ce..a03e592f0e 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "1.0.13", + "version": "1.0.14", "description": "CSS from nested JS data structures", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "clojure", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index 814fa1a5e1..3c2f3b6b36 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.0.16...@thi.ng/hiccup-markdown@1.0.17) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/hiccup-markdown + + + + + ## [1.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-markdown@1.0.15...@thi.ng/hiccup-markdown@1.0.16) (2019-03-28) **Note:** Version bump only for package @thi.ng/hiccup-markdown diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index df04f1e71d..138d8a94bd 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "1.0.16", + "version": "1.0.17", "description": "Markdown serialization of hiccup DOM trees", "module": "./index.js", "main": "./lib/index.js", @@ -24,22 +24,22 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/arrays": "^0.1.5", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/defmulti": "^1.0.5", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/fsm": "^2.1.9", - "@thi.ng/hiccup": "^3.1.5", - "@thi.ng/strings": "^1.0.6", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/arrays": "^0.1.6", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/defmulti": "^1.0.6", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/fsm": "^2.1.10", + "@thi.ng/hiccup": "^3.1.6", + "@thi.ng/strings": "^1.0.7", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "ES6", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index 549804fe9f..4240a6b42f 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.1.16...@thi.ng/hiccup-svg@3.1.17) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/hiccup-svg + + + + + ## [3.1.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup-svg@3.1.15...@thi.ng/hiccup-svg@3.1.16) (2019-03-28) **Note:** Version bump only for package @thi.ng/hiccup-svg diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 1fcc30db17..85ad41ae0f 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "3.1.16", + "version": "3.1.17", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/checks": "^2.1.4", - "@thi.ng/color": "^0.1.15", - "@thi.ng/hiccup": "^3.1.5" + "@thi.ng/checks": "^2.1.5", + "@thi.ng/color": "^0.1.16", + "@thi.ng/hiccup": "^3.1.6" }, "keywords": [ "components", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index d970ce3351..9f6f1602ce 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@3.1.5...@thi.ng/hiccup@3.1.6) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/hiccup + + + + + ## [3.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/hiccup@3.1.4...@thi.ng/hiccup@3.1.5) (2019-03-28) **Note:** Version bump only for package @thi.ng/hiccup diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index eb5e916a24..d7d301f6e3 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "3.1.5", + "version": "3.1.6", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@thi.ng/atom": "^2.0.8", - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@thi.ng/atom": "^2.0.9", + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/checks": "^2.1.4", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/checks": "^2.1.5", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "clojure", diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index 81590ba73c..08db8b2ad7 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@1.0.13...@thi.ng/iges@1.0.14) (2019-04-02) + + +### Bug Fixes + +* **iges:** TS3.4 type inference ([34eab59](https://github.com/thi-ng/umbrella/commit/34eab59)) + + + + + ## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/iges@1.0.12...@thi.ng/iges@1.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/iges diff --git a/packages/iges/package.json b/packages/iges/package.json index 2cca10f3e4..83be270581 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "1.0.13", + "version": "1.0.14", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/defmulti": "^1.0.5", - "@thi.ng/strings": "^1.0.6", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/defmulti": "^1.0.6", + "@thi.ng/strings": "^1.0.7", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "CAD", diff --git a/packages/iges/src/index.ts b/packages/iges/src/index.ts index 0505245b7e..efd9874c46 100644 --- a/packages/iges/src/index.ts +++ b/packages/iges/src/index.ts @@ -158,7 +158,7 @@ const formatDictEntry = (e: DictEntry) => e.index ) ), - push(), + push(), [ e.type, e.param || 0, diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index 5218257851..07855395df 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@2.0.8...@thi.ng/interceptors@2.0.9) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/interceptors + + + + + ## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/interceptors@2.0.7...@thi.ng/interceptors@2.0.8) (2019-03-28) **Note:** Version bump only for package @thi.ng/interceptors diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json index 79d606dea5..01577cdc8e 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "2.0.8", + "version": "2.0.9", "description": "Interceptor based event bus, side effect & immutable state handling", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/atom": "^2.0.8", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/paths": "^2.0.7" + "@thi.ng/api": "^6.0.1", + "@thi.ng/atom": "^2.0.9", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/paths": "^2.0.8" }, "keywords": [ "ES6", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 40a53c498b..0ff5b3b11d 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/intervals@1.0.5...@thi.ng/intervals@1.0.6) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/intervals + + + + + ## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/intervals@1.0.4...@thi.ng/intervals@1.0.5) (2019-03-28) **Note:** Version bump only for package @thi.ng/intervals diff --git a/packages/intervals/package.json b/packages/intervals/package.json index b62fe77205..3a51054702 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "1.0.5", + "version": "1.0.6", "description": "Closed/open/semi-open interval data type, queries & operations", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "ES6", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index 7b640394fc..5fe02a99e9 100644 --- a/packages/iterators/CHANGELOG.md +++ b/packages/iterators/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@5.0.13...@thi.ng/iterators@5.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/iterators + + + + + ## [5.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/iterators@5.0.12...@thi.ng/iterators@5.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/iterators diff --git a/packages/iterators/package.json b/packages/iterators/package.json index d00b82ffa6..0f462784cd 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "5.0.13", + "version": "5.0.14", "description": "clojure.core inspired, composable ES6 iterators & generators", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/dcons": "^2.0.13", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/dcons": "^2.0.14", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "clojure", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 438ff01ee7..5b0ec34772 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/lsys@0.2.7...@thi.ng/lsys@0.2.8) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/lsys + + + + + ## [0.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/lsys@0.2.6...@thi.ng/lsys@0.2.7) (2019-03-28) **Note:** Version bump only for package @thi.ng/lsys diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 866b884e9d..c4acdf572a 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "0.2.7", + "version": "0.2.8", "description": "TODO", "module": "./index.js", "main": "./lib/index.js", @@ -24,21 +24,21 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/compose": "^1.2.1", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/math": "^1.2.1", - "@thi.ng/random": "^1.1.3", - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/api": "^6.0.1", + "@thi.ng/compose": "^1.2.2", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/math": "^1.2.2", + "@thi.ng/random": "^1.1.4", + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "ES6", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index 1c6a8aa89e..3b7d0eaedb 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/malloc@2.0.7...@thi.ng/malloc@2.0.8) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/malloc + + + + + ## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/malloc@2.0.6...@thi.ng/malloc@2.0.7) (2019-03-28) **Note:** Version bump only for package @thi.ng/malloc diff --git a/packages/malloc/package.json b/packages/malloc/package.json index 3dd50d649a..9bd4d2c139 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "2.0.7", + "version": "2.0.8", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/binary": "^1.0.4", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/binary": "^1.0.5", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "ES6", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 545da5c862..612dcea8ca 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@1.2.1...@thi.ng/math@1.2.2) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/math + + + + + ## [1.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/math@1.2.0...@thi.ng/math@1.2.1) (2019-03-28) **Note:** Version bump only for package @thi.ng/math diff --git a/packages/math/package.json b/packages/math/package.json index 6bca807706..acb5ec48da 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "1.2.1", + "version": "1.2.2", "description": "Assorted common math functions & utilities", "module": "./index.js", "main": "./lib/index.js", @@ -24,12 +24,12 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "ES6", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 330b6e110d..528ea1a9ca 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@0.2.0...@thi.ng/matrices@0.2.1) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/matrices + + + + + +# [0.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@0.1.14...@thi.ng/matrices@0.2.0) (2019-04-02) + + +### Features + +* **matrices:** add MatXXLike type aliases ([a2ace9f](https://github.com/thi-ng/umbrella/commit/a2ace9f)) + + + + + ## [0.1.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/matrices@0.1.13...@thi.ng/matrices@0.1.14) (2019-03-28) **Note:** Version bump only for package @thi.ng/matrices diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 37c6e8d79b..6042855c25 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "0.1.14", + "version": "0.2.1", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/math": "^1.2.1", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/math": "^1.2.2", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2D", diff --git a/packages/matrices/src/api.ts b/packages/matrices/src/api.ts index 193d46c574..6aaced29f8 100644 --- a/packages/matrices/src/api.ts +++ b/packages/matrices/src/api.ts @@ -1,7 +1,14 @@ -import { Vec, ReadonlyVec, IVector, MultiVecOp } from "@thi.ng/vectors"; +import { Tuple, TypedArray } from "@thi.ng/api"; +import { IVector, MultiVecOp, ReadonlyVec, Vec } from "@thi.ng/vectors"; export type Mat = Vec; export type ReadonlyMat = ReadonlyVec; + +export type Mat22Like = Tuple | TypedArray; +export type Mat23Like = Tuple | TypedArray; +export type Mat33Like = Tuple | TypedArray; +export type Mat44Like = Tuple | TypedArray; + export type IMatrix = IVector; export type MultiMatOp = MultiVecOp; diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 2a6bbd9f23..cdf2052554 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@1.0.5...@thi.ng/memoize@1.0.6) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/memoize + + + + + ## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/memoize@1.0.4...@thi.ng/memoize@1.0.5) (2019-03-28) **Note:** Version bump only for package @thi.ng/memoize diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 358b1792a1..6445d6218e 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "1.0.5", + "version": "1.0.6", "description": "Function memoization with configurable caches", "module": "./index.js", "main": "./lib/index.js", @@ -24,15 +24,15 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0" + "@thi.ng/api": "^6.0.1" }, "keywords": [ "cache", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index 616dd99af1..6f2caaa90f 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.0.6...@thi.ng/morton@1.0.7) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/morton + + + + + ## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/morton@1.0.5...@thi.ng/morton@1.0.6) (2019-03-28) **Note:** Version bump only for package @thi.ng/morton diff --git a/packages/morton/package.json b/packages/morton/package.json index e598186052..271c7b275b 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "1.0.6", + "version": "1.0.7", "description": "Z-order-curve / Morton encoding & decoding for 1D, 2D, 3D", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/binary": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/math": "^1.2.1" + "@thi.ng/binary": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/math": "^1.2.2" }, "keywords": [ "binary", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index a395c0fa7f..4dd4aaf9fc 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@2.0.7...@thi.ng/paths@2.0.8) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/paths + + + + + ## [2.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/paths@2.0.6...@thi.ng/paths@2.0.7) (2019-03-28) diff --git a/packages/paths/package.json b/packages/paths/package.json index 284be1d27c..7959dcf92d 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "2.0.7", + "version": "2.0.8", "description": "immutable, optimized path-based object property / array accessors", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/checks": "^2.1.4", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/checks": "^2.1.5", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "accessors", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index 56fd6b25de..2632d5af5a 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@1.0.10...@thi.ng/pointfree-lang@1.0.11) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/pointfree-lang + + + + + ## [1.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree-lang@1.0.9...@thi.ng/pointfree-lang@1.0.10) (2019-03-28) **Note:** Version bump only for package @thi.ng/pointfree-lang diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index fa24b93392..7bf23f0b93 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree-lang", - "version": "1.0.10", + "version": "1.0.11", "description": "Forth style syntax layer/compiler for the @thi.ng/pointfree DSL", "module": "./index.js", "main": "./lib/index.js", @@ -26,17 +26,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", "pegjs": "^0.11.0-dev.325", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/pointfree": "^1.0.10" + "@thi.ng/api": "^6.0.1", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/pointfree": "^1.0.11" }, "keywords": [ "concatenative", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index 6418adc4a7..654e43a552 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@1.0.10...@thi.ng/pointfree@1.0.11) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/pointfree + + + + + ## [1.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/pointfree@1.0.9...@thi.ng/pointfree@1.0.10) (2019-03-28) **Note:** Version bump only for package @thi.ng/pointfree diff --git a/packages/pointfree/package.json b/packages/pointfree/package.json index d1d5a380eb..15e4bb01d7 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "1.0.10", + "version": "1.0.11", "description": "Pointfree functional composition / Forth style stack execution engine", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/compose": "^1.2.1", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/compose": "^1.2.2", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "composition", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 5ae813d599..b08952391d 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/poisson@0.2.10...@thi.ng/poisson@0.2.11) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/poisson + + + + + ## [0.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/poisson@0.2.9...@thi.ng/poisson@0.2.10) (2019-03-28) **Note:** Version bump only for package @thi.ng/poisson diff --git a/packages/poisson/package.json b/packages/poisson/package.json index b1e0b4e8c5..0f1e6f9e88 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "0.2.10", + "version": "0.2.11", "description": "nD Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/checks": "^2.1.4", - "@thi.ng/geom-api": "^0.1.10", - "@thi.ng/random": "^1.1.3", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/checks": "^2.1.5", + "@thi.ng/geom-api": "^0.1.11", + "@thi.ng/random": "^1.1.4", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "2d", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index 6d182ff418..47d14c14f5 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.1.2...@thi.ng/quad-edge@0.1.3) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/quad-edge + + + + + ## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/quad-edge@0.1.1...@thi.ng/quad-edge@0.1.2) (2019-03-28) **Note:** Version bump only for package @thi.ng/quad-edge diff --git a/packages/quad-edge/package.json b/packages/quad-edge/package.json index 3c8b3ae534..cf6664661b 100644 --- a/packages/quad-edge/package.json +++ b/packages/quad-edge/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/quad-edge", - "version": "0.1.2", + "version": "0.1.3", "description": "Quadedge data structure after Guibas & Stolfi", "module": "./index.js", "main": "./lib/index.js", @@ -24,12 +24,12 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "dual", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index e9d6a41443..020c790d23 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.1.3...@thi.ng/random@1.1.4) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/random + + + + + ## [1.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/random@1.1.2...@thi.ng/random@1.1.3) (2019-03-28) **Note:** Version bump only for package @thi.ng/random diff --git a/packages/random/package.json b/packages/random/package.json index e846e743f6..2a33178759 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "1.1.3", + "version": "1.1.4", "description": "Pseudo-random number generators w/ unified API", "module": "./index.js", "main": "./lib/index.js", @@ -24,15 +24,15 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0" + "@thi.ng/api": "^6.0.1" }, "keywords": [ "ES6", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index 1192dbae93..dc1d531ab2 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@1.0.13...@thi.ng/range-coder@1.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/range-coder + + + + + ## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/range-coder@1.0.12...@thi.ng/range-coder@1.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/range-coder diff --git a/packages/range-coder/package.json b/packages/range-coder/package.json index ea085a2b46..3c9c8bceda 100644 --- a/packages/range-coder/package.json +++ b/packages/range-coder/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/range-coder", - "version": "1.0.13", + "version": "1.0.14", "description": "Binary data range encoder / decoder", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@thi.ng/transducers": "^5.3.1", - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@thi.ng/transducers": "^5.3.2", + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/bitstream": "^1.0.4" + "@thi.ng/bitstream": "^1.0.5" }, "keywords": [ "ES6", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 688654d49a..89aa9de951 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@4.0.8...@thi.ng/resolve-map@4.0.9) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/resolve-map + + + + + ## [4.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/resolve-map@4.0.7...@thi.ng/resolve-map@4.0.8) (2019-03-28) **Note:** Version bump only for package @thi.ng/resolve-map diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json index 17009f64f7..4af6464c28 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/resolve-map", - "version": "4.0.8", + "version": "4.0.9", "description": "DAG resolution of vanilla objects & arrays with internally linked values", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/paths": "^2.0.7" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/paths": "^2.0.8" }, "keywords": [ "configuration", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index f3b411350b..58d8c7d1f5 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@2.0.4...@thi.ng/rle-pack@2.0.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rle-pack + + + + + ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rle-pack@2.0.3...@thi.ng/rle-pack@2.0.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/rle-pack diff --git a/packages/rle-pack/package.json b/packages/rle-pack/package.json index 54c6c8403a..bc5ac54ed1 100644 --- a/packages/rle-pack/package.json +++ b/packages/rle-pack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rle-pack", - "version": "2.0.4", + "version": "2.0.5", "description": "Binary run-length encoding packer w/ flexible repeat bit widths", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", "benchmark": "^2.1.4", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/bitstream": "^1.0.4", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/bitstream": "^1.0.5", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "binary", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 921a745750..da40121300 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@1.0.8...@thi.ng/router@1.0.9) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/router + + + + + ## [1.0.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/router@1.0.7...@thi.ng/router@1.0.8) (2019-03-28) **Note:** Version bump only for package @thi.ng/router diff --git a/packages/router/package.json b/packages/router/package.json index fd9ef39d02..0d5778b6df 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "1.0.8", + "version": "1.0.9", "description": "Generic router for browser & non-browser based applications", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5" }, "keywords": [ "browser", diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index a2f22e71ba..ba3326831c 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@1.0.15...@thi.ng/rstream-csp@1.0.16) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-csp + + + + + +## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@1.0.14...@thi.ng/rstream-csp@1.0.15) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-csp + + + + + ## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-csp@1.0.13...@thi.ng/rstream-csp@1.0.14) (2019-03-28) **Note:** Version bump only for package @thi.ng/rstream-csp diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 5002b223c2..8914161b59 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-csp", - "version": "1.0.14", + "version": "1.0.16", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/csp": "^1.0.13", - "@thi.ng/rstream": "^2.3.1" + "@thi.ng/csp": "^1.0.14", + "@thi.ng/rstream": "^2.3.3" }, "keywords": [ "bridge", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index 7e8f97bae7..3d0d624c56 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.0.15...@thi.ng/rstream-dot@1.0.16) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-dot + + + + + +## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.0.14...@thi.ng/rstream-dot@1.0.15) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-dot + + + + + ## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-dot@1.0.13...@thi.ng/rstream-dot@1.0.14) (2019-03-28) **Note:** Version bump only for package @thi.ng/rstream-dot diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 3545492d09..a045fdb5b3 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "1.0.14", + "version": "1.0.16", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "module": "./index.js", "main": "./lib/index.js", @@ -24,15 +24,15 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/rstream": "^2.3.1" + "@thi.ng/rstream": "^2.3.3" }, "keywords": [ "conversion", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index 71b4b90ba6..e61061e7a1 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.0.15...@thi.ng/rstream-gestures@1.0.16) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-gestures + + + + + +## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.0.14...@thi.ng/rstream-gestures@1.0.15) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-gestures + + + + + ## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-gestures@1.0.13...@thi.ng/rstream-gestures@1.0.14) (2019-03-28) **Note:** Version bump only for package @thi.ng/rstream-gestures diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 30c9d18482..acf2b8e2d8 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "1.0.14", + "version": "1.0.16", "description": "Unified mouse, mouse wheel & single-touch event stream abstraction", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/rstream": "^2.3.1", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/rstream": "^2.3.3", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "dataflow", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 4eb1039e69..bfa5749fe0 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.0.15...@thi.ng/rstream-graph@3.0.16) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-graph + + + + + +## [3.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.0.14...@thi.ng/rstream-graph@3.0.15) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-graph + + + + + ## [3.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-graph@3.0.13...@thi.ng/rstream-graph@3.0.14) (2019-03-28) **Note:** Version bump only for package @thi.ng/rstream-graph diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 776735b607..435df64d00 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-graph", - "version": "3.0.14", + "version": "3.0.16", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -24,21 +24,21 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/paths": "^2.0.7", - "@thi.ng/resolve-map": "^4.0.8", - "@thi.ng/rstream": "^2.3.1", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/paths": "^2.0.8", + "@thi.ng/resolve-map": "^4.0.9", + "@thi.ng/rstream": "^2.3.3", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "compute", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 912a1fecb9..6dc5de530a 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.3...@thi.ng/rstream-log-file@0.1.4) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-log-file + + + + + +## [0.1.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.2...@thi.ng/rstream-log-file@0.1.3) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-log-file + + + + + ## [0.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log-file@0.1.1...@thi.ng/rstream-log-file@0.1.2) (2019-03-28) **Note:** Version bump only for package @thi.ng/rstream-log-file diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 8860786a0a..56812b3117 100644 --- a/packages/rstream-log-file/package.json +++ b/packages/rstream-log-file/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log-file", - "version": "0.1.2", + "version": "0.1.4", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -24,15 +24,15 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/rstream": "^2.3.1" + "@thi.ng/rstream": "^2.3.3" }, "keywords": [ "append", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 0413da97ef..480d972939 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.0.3...@thi.ng/rstream-log@3.0.4) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-log + + + + + +## [3.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.0.2...@thi.ng/rstream-log@3.0.3) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-log + + + + + ## [3.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-log@3.0.1...@thi.ng/rstream-log@3.0.2) (2019-03-28) **Note:** Version bump only for package @thi.ng/rstream-log diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 783392ce4e..bc7fe5fe3c 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "3.0.2", + "version": "3.0.4", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "module": "./index.js", "main": "./lib/index.js", @@ -24,19 +24,19 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/rstream": "^2.3.1", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/rstream": "^2.3.3", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "ES6", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index c5a878a805..292ac81122 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.0.15...@thi.ng/rstream-query@1.0.16) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-query + + + + + +## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.0.14...@thi.ng/rstream-query@1.0.15) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream-query + + + + + ## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream-query@1.0.13...@thi.ng/rstream-query@1.0.14) (2019-03-28) **Note:** Version bump only for package @thi.ng/rstream-query diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 2b1b82a737..43b699bb99 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-query", - "version": "1.0.14", + "version": "1.0.16", "description": "@thi.ng/rstream based triple store & reactive query engine", "module": "./index.js", "main": "./lib/index.js", @@ -24,22 +24,22 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/associative": "^2.0.0", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/rstream": "^2.3.1", - "@thi.ng/rstream-dot": "^1.0.14", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/associative": "^2.0.2", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/rstream": "^2.3.3", + "@thi.ng/rstream-dot": "^1.0.16", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "dataflow", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 842140bdc7..36bb28d313 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.3.2...@thi.ng/rstream@2.3.3) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/rstream + + + + + +## [2.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.3.1...@thi.ng/rstream@2.3.2) (2019-04-02) + + +### Bug Fixes + +* **rstream:** fix [#80](https://github.com/thi-ng/umbrella/issues/80) update StreamSource alias ([f7b9fbd](https://github.com/thi-ng/umbrella/commit/f7b9fbd)) + + + + + ## [2.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/rstream@2.3.0...@thi.ng/rstream@2.3.1) (2019-03-28) **Note:** Version bump only for package @thi.ng/rstream diff --git a/packages/rstream/package.json b/packages/rstream/package.json index ee015950ef..80160b2788 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "2.3.1", + "version": "2.3.3", "description": "Reactive multi-tap streams, dataflow & transformation pipeline constructs", "module": "./index.js", "main": "./lib/index.js", @@ -24,21 +24,21 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/associative": "^2.0.0", - "@thi.ng/atom": "^2.0.8", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/paths": "^2.0.7", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/associative": "^2.0.2", + "@thi.ng/atom": "^2.0.9", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/paths": "^2.0.8", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "datastructure", diff --git a/packages/rstream/src/api.ts b/packages/rstream/src/api.ts index 2210d905ed..7b78298ffb 100644 --- a/packages/rstream/src/api.ts +++ b/packages/rstream/src/api.ts @@ -64,6 +64,6 @@ export interface IStream extends ISubscriber { } export type StreamCancel = () => void; -export type StreamSource = (sub: Stream) => StreamCancel; +export type StreamSource = (sub: Stream) => StreamCancel | void; export let DEBUG = false; diff --git a/packages/rstream/src/stream.ts b/packages/rstream/src/stream.ts index 04742f8233..08078d07ac 100644 --- a/packages/rstream/src/stream.ts +++ b/packages/rstream/src/stream.ts @@ -1,7 +1,13 @@ import { isString } from "@thi.ng/checks"; import { illegalArity } from "@thi.ng/errors"; import { Transducer } from "@thi.ng/transducers"; -import { DEBUG, IStream, ISubscriber, StreamCancel, StreamSource } from "./api"; +import { + DEBUG, + IStream, + ISubscriber, + StreamCancel, + StreamSource +} from "./api"; import { Subscription } from "./subscription"; import { nextID } from "./utils/idgen"; diff --git a/packages/rstream/test/pubsub.ts b/packages/rstream/test/pubsub.ts index dc540d98a3..e921f6c3a9 100644 --- a/packages/rstream/test/pubsub.ts +++ b/packages/rstream/test/pubsub.ts @@ -1,7 +1,6 @@ import { EquivMap } from "@thi.ng/associative"; import * as tx from "@thi.ng/transducers"; import * as assert from "assert"; - import * as rs from "../src/index"; describe("PubSub", () => { @@ -21,18 +20,32 @@ describe("PubSub", () => { }); it("complex keys", () => { - const acc = new EquivMap(); - const collect = { next: (x) => { let v = acc.get(x); v ? v.push(x) : acc.set(x, [x]) } }; + const acc = new EquivMap<[string, number], [string, number][]>(); + const collect = { + next: (x) => { + let v = acc.get(x); + v ? v.push(x) : acc.set(x, [x]); + } + }; pub = rs.pubsub({ topic: (x) => x }); pub.subscribeTopic(["a", 0], collect); pub.subscribeTopic(["a", 1], collect); pub.subscribeTopic(["b", 2], collect); - rs.fromIterableSync([["a", 0], ["a", 1], ["b", 2], ["a", 0], ["c", 3]]).subscribe(pub); - assert.deepEqual([...acc], [ - [["a", 0], [["a", 0], ["a", 0]]], - [["a", 1], [["a", 1]]], - [["b", 2], [["b", 2]]], - ]); + rs.fromIterableSync([ + ["a", 0], + ["a", 1], + ["b", 2], + ["a", 0], + ["c", 3] + ]).subscribe(pub); + assert.deepEqual( + [...acc], + [ + [["a", 0], [["a", 0], ["a", 0]]], + [["a", 1], [["a", 1]]], + [["b", 2], [["b", 2]]] + ] + ); assert.equal(pub.getState(), rs.State.DONE); }); @@ -46,7 +59,12 @@ describe("PubSub", () => { pub.subscribeTopic("a", collect); pub.subscribeTopic("b", collect); rs.fromIterableSync("abcbd").subscribe(pub); - assert.deepEqual(acc, { a: [["a", 0]], b: [["b", 1], ["b", 3]], c: [], d: [] }); + assert.deepEqual(acc, { + a: [["a", 0]], + b: [["b", 1], ["b", 3]], + c: [], + d: [] + }); assert.equal(pub.getState(), rs.State.DONE); }); @@ -64,5 +82,4 @@ describe("PubSub", () => { done(); }, 40); }); - -}); \ No newline at end of file +}); diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 54ef3919b6..7965079c98 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@1.0.13...@thi.ng/sax@1.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/sax + + + + + ## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/sax@1.0.12...@thi.ng/sax@1.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/sax diff --git a/packages/sax/package.json b/packages/sax/package.json index dcbaeb0e11..18018fc0ab 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "1.0.13", + "version": "1.0.14", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/transducers": "^5.3.1", - "@thi.ng/transducers-fsm": "^1.0.13" + "@thi.ng/api": "^6.0.1", + "@thi.ng/transducers": "^5.3.2", + "@thi.ng/transducers-fsm": "^1.0.14" }, "keywords": [ "ES6", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 0e0618d4c0..57f6581f71 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.9...@thi.ng/sparse@0.1.10) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/sparse + + + + + ## [0.1.9](https://github.com/thi-ng/umbrella/compare/@thi.ng/sparse@0.1.8...@thi.ng/sparse@0.1.9) (2019-03-28) **Note:** Version bump only for package @thi.ng/sparse diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 71c841501d..10b8d7302c 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.1.9", + "version": "0.1.10", "description": "Sparse vector & matrix implementations", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "adjacency", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 91c3856e52..130394bc1a 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.0.6...@thi.ng/strings@1.0.7) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/strings + + + + + ## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@1.0.5...@thi.ng/strings@1.0.6) (2019-03-28) **Note:** Version bump only for package @thi.ng/strings diff --git a/packages/strings/package.json b/packages/strings/package.json index 1dbadaedc5..fefa405082 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "1.0.6", + "version": "1.0.7", "description": "Various string formatting & utility functions", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/errors": "^1.0.4", - "@thi.ng/memoize": "^1.0.5" + "@thi.ng/errors": "^1.0.5", + "@thi.ng/memoize": "^1.0.6" }, "keywords": [ "composition", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index e2984e14d9..7c129f5885 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-binary@0.3.6...@thi.ng/transducers-binary@0.3.7) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/transducers-binary + + + + + ## [0.3.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-binary@0.3.5...@thi.ng/transducers-binary@0.3.6) (2019-03-28) **Note:** Version bump only for package @thi.ng/transducers-binary diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index b17e952439..96ffab08a9 100644 --- a/packages/transducers-binary/package.json +++ b/packages/transducers-binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-binary", - "version": "0.3.6", + "version": "0.3.7", "description": "Binary data related transducers & reducers", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/compose": "^1.2.1", - "@thi.ng/random": "^1.1.3", - "@thi.ng/strings": "^1.0.6", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/compose": "^1.2.2", + "@thi.ng/random": "^1.1.4", + "@thi.ng/strings": "^1.0.7", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "base64", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index 502fd36a08..ecb44f9898 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@1.0.13...@thi.ng/transducers-fsm@1.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/transducers-fsm + + + + + ## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-fsm@1.0.12...@thi.ng/transducers-fsm@1.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/transducers-fsm diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 3e07c3e877..bc40b48786 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "1.0.13", + "version": "1.0.14", "description": "Transducer-based Finite State Machine transformer", "module": "./index.js", "main": "./lib/index.js", @@ -24,16 +24,16 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "ES6", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index ffa736d12c..55c44355b7 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.14...@thi.ng/transducers-hdom@2.0.15) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/transducers-hdom + + + + + ## [2.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-hdom@2.0.13...@thi.ng/transducers-hdom@2.0.14) (2019-03-28) **Note:** Version bump only for package @thi.ng/transducers-hdom diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 9209105101..9afd157307 100644 --- a/packages/transducers-hdom/package.json +++ b/packages/transducers-hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-hdom", - "version": "2.0.14", + "version": "2.0.15", "description": "Transducer based UI updater for @thi.ng/hdom", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/hdom": "^7.2.1", - "@thi.ng/hiccup": "^3.1.5", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/hdom": "^7.2.2", + "@thi.ng/hiccup": "^3.1.6", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "diff", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 4e21036ec5..4f6c70239e 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@1.0.13...@thi.ng/transducers-stats@1.0.14) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/transducers-stats + + + + + ## [1.0.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers-stats@1.0.12...@thi.ng/transducers-stats@1.0.13) (2019-03-28) **Note:** Version bump only for package @thi.ng/transducers-stats diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index bd066acb99..1d9ad2ad29 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "1.0.13", + "version": "1.0.14", "description": "Transducers for statistical / technical analysis", "module": "./index.js", "main": "./lib/index.js", @@ -24,18 +24,18 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/checks": "^2.1.4", - "@thi.ng/dcons": "^2.0.13", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/checks": "^2.1.5", + "@thi.ng/dcons": "^2.0.14", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "ES6", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 867021b6c6..ac8b53fe70 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.3.1...@thi.ng/transducers@5.3.2) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/transducers + + + + + ## [5.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.3.0...@thi.ng/transducers@5.3.1) (2019-03-28) **Note:** Version bump only for package @thi.ng/transducers diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 311006824b..fa841cb572 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "5.3.1", + "version": "5.3.2", "description": "Lightweight transducer implementations for ES6 / TypeScript", "module": "./index.js", "main": "./lib/index.js", @@ -24,23 +24,23 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/arrays": "^0.1.5", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/compare": "^1.0.4", - "@thi.ng/compose": "^1.2.1", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/random": "^1.1.3", - "@thi.ng/strings": "^1.0.6" + "@thi.ng/api": "^6.0.1", + "@thi.ng/arrays": "^0.1.6", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/compare": "^1.0.5", + "@thi.ng/compose": "^1.2.2", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/random": "^1.1.4", + "@thi.ng/strings": "^1.0.7" }, "keywords": [ "array", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index fdfc21f20b..4726ebe269 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.0.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/unionstruct@1.0.4...@thi.ng/unionstruct@1.0.5) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/unionstruct + + + + + ## [1.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/unionstruct@1.0.3...@thi.ng/unionstruct@1.0.4) (2019-03-28) **Note:** Version bump only for package @thi.ng/unionstruct diff --git a/packages/unionstruct/package.json b/packages/unionstruct/package.json index 13f122bd48..71b1e62a8a 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "1.0.4", + "version": "1.0.5", "description": "C-style struct, union and bitfield views of ArrayBuffers", "module": "./index.js", "main": "./lib/index.js", @@ -24,12 +24,12 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "keywords": [ "align", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index a16f38af25..e00d245386 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/vector-pools@0.2.10...@thi.ng/vector-pools@0.2.11) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/vector-pools + + + + + ## [0.2.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/vector-pools@0.2.9...@thi.ng/vector-pools@0.2.10) (2019-03-28) **Note:** Version bump only for package @thi.ng/vector-pools diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 465f1fb4ef..08ace1d5c6 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "0.2.10", + "version": "0.2.11", "description": "Data structures for managing & working with strided, memory mapped vectors", "module": "./index.js", "main": "./lib/index.js", @@ -24,17 +24,17 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/malloc": "^2.0.7", - "@thi.ng/vectors": "^2.5.0" + "@thi.ng/api": "^6.0.1", + "@thi.ng/malloc": "^2.0.8", + "@thi.ng/vectors": "^2.5.1" }, "keywords": [ "ES6", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 247169b9da..9a750a8022 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@2.5.0...@thi.ng/vectors@2.5.1) (2019-04-02) + +**Note:** Version bump only for package @thi.ng/vectors + + + + + # [2.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/vectors@2.4.4...@thi.ng/vectors@2.5.0) (2019-03-28) diff --git a/packages/vectors/package.json b/packages/vectors/package.json index e7fa3f1a87..ae086547e8 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "2.5.0", + "version": "2.5.1", "description": "Optimized 2d/3d/4d and arbitrary length vector operations", "module": "./index.js", "main": "./lib/index.js", @@ -24,23 +24,23 @@ "pub": "yarn build && yarn publish --access public" }, "devDependencies": { - "@types/mocha": "^5.2.5", - "@types/node": "^10.12.15", - "mocha": "^5.2.0", - "nyc": "^13.1.0", - "typedoc": "^0.14.0", - "typescript": "^3.2.2" + "@types/mocha": "^5.2.6", + "@types/node": "^11.13.0", + "mocha": "^6.0.2", + "nyc": "^13.3.0", + "typedoc": "^0.14.2", + "typescript": "^3.4.1" }, "dependencies": { - "@thi.ng/api": "^6.0.0", - "@thi.ng/binary": "^1.0.4", - "@thi.ng/checks": "^2.1.4", - "@thi.ng/equiv": "^1.0.4", - "@thi.ng/errors": "^1.0.4", - "@thi.ng/math": "^1.2.1", - "@thi.ng/memoize": "^1.0.5", - "@thi.ng/random": "^1.1.3", - "@thi.ng/transducers": "^5.3.1" + "@thi.ng/api": "^6.0.1", + "@thi.ng/binary": "^1.0.5", + "@thi.ng/checks": "^2.1.5", + "@thi.ng/equiv": "^1.0.5", + "@thi.ng/errors": "^1.0.5", + "@thi.ng/math": "^1.2.2", + "@thi.ng/memoize": "^1.0.6", + "@thi.ng/random": "^1.1.4", + "@thi.ng/transducers": "^5.3.2" }, "keywords": [ "2D", diff --git a/yarn.lock b/yarn.lock index 7823405936..20ca6f8d95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -747,52 +747,54 @@ resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.1.tgz#82d0993d8882bb05e0645fbb4731d9e939e895b3" integrity sha512-I2EjI9TbEFJNLziNPFfpo64PNanOaK17iL2kTW/jGlGOa4bvHw4VEied83kOEB7NJjXf1KfvmsQ2aEjy3xjiGg== -"@lerna/add@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.8.5.tgz#f7dec6b9ce20bc42d64bbb29381b62a918c8c7aa" - integrity sha512-jySRqLaROejfBriA4cFdc1AlSoeQ/0f6uocdIgkFFHwWyU65j48fdLlERRDE6t2iTwh4u+UVnK5eIglGBJUqEA== - dependencies: - "@lerna/bootstrap" "^3.8.5" - "@lerna/command" "^3.8.5" - "@lerna/filter-options" "^3.8.1" - "@lerna/npm-conf" "^3.7.0" - "@lerna/validation-error" "^3.6.0" +"@lerna/add@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/add/-/add-3.13.1.tgz#2cd7838857edb3b43ed73e3c21f69a20beb9b702" + integrity sha512-cXk42YbuhzEnADCK8Qte5laC9Qo03eJLVnr0qKY85jQUM/T4URe3IIUemqpg0CpVATrB+Vz+iNdeqw9ng1iALw== + dependencies: + "@lerna/bootstrap" "3.13.1" + "@lerna/command" "3.13.1" + "@lerna/filter-options" "3.13.0" + "@lerna/npm-conf" "3.13.0" + "@lerna/validation-error" "3.13.0" dedent "^0.7.0" - libnpm "^2.0.1" + npm-package-arg "^6.1.0" p-map "^1.2.0" + pacote "^9.5.0" semver "^5.5.0" -"@lerna/batch-packages@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/batch-packages/-/batch-packages-3.6.0.tgz#66cf3ce914bbd0532071c58d5f0c913315054158" - integrity sha512-khG15B+EFLH3Oms6A6WsMAy54DrnKIhEAm6CCATN2BKnBkNgitYjLN2vKBzlR2LfQpTkgub67QKIJkMFQcK1Sg== - dependencies: - "@lerna/package-graph" "^3.6.0" - "@lerna/validation-error" "^3.6.0" - libnpm "^2.0.1" - -"@lerna/bootstrap@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.8.5.tgz#0063763aa2ad8f8dec96dd92f42a01e053fa7290" - integrity sha512-AF46juyExojRndbFU5K9xX+IkvqDlaGsGzYxVaDn2o4xQwC/TnvtCuIooEKgDcVkhyTHhBi+PNr5RWcRm/IhxA== - dependencies: - "@lerna/batch-packages" "^3.6.0" - "@lerna/command" "^3.8.5" - "@lerna/filter-options" "^3.8.1" - "@lerna/has-npm-version" "^3.3.0" - "@lerna/npm-install" "^3.8.2" - "@lerna/package-graph" "^3.6.0" - "@lerna/pulse-till-done" "^3.7.1" - "@lerna/rimraf-dir" "^3.6.0" - "@lerna/run-lifecycle" "^3.8.2" - "@lerna/run-parallel-batches" "^3.0.0" - "@lerna/symlink-binary" "^3.7.2" - "@lerna/symlink-dependencies" "^3.8.1" - "@lerna/validation-error" "^3.6.0" +"@lerna/batch-packages@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/batch-packages/-/batch-packages-3.13.0.tgz#697fde5be28822af9d9dca2f750250b90a89a000" + integrity sha512-TgLBTZ7ZlqilGnzJ3xh1KdAHcySfHytgNRTdG9YomfriTU6kVfp1HrXxKJYVGs7ClPUNt2CTFEOkw0tMBronjw== + dependencies: + "@lerna/package-graph" "3.13.0" + "@lerna/validation-error" "3.13.0" + npmlog "^4.1.2" + +"@lerna/bootstrap@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/bootstrap/-/bootstrap-3.13.1.tgz#f2edd7c8093c8b139e78b0ca5f845f23efd01f08" + integrity sha512-mKdi5Ds5f82PZwEFyB9/W60I3iELobi1i87sTeVrbJh/um7GvqpSPy7kG/JPxyOdMpB2njX6LiJgw+7b6BEPWw== + dependencies: + "@lerna/batch-packages" "3.13.0" + "@lerna/command" "3.13.1" + "@lerna/filter-options" "3.13.0" + "@lerna/has-npm-version" "3.13.0" + "@lerna/npm-install" "3.13.0" + "@lerna/package-graph" "3.13.0" + "@lerna/pulse-till-done" "3.13.0" + "@lerna/rimraf-dir" "3.13.0" + "@lerna/run-lifecycle" "3.13.0" + "@lerna/run-parallel-batches" "3.13.0" + "@lerna/symlink-binary" "3.13.0" + "@lerna/symlink-dependencies" "3.13.0" + "@lerna/validation-error" "3.13.0" dedent "^0.7.0" get-port "^3.2.0" - libnpm "^2.0.1" multimatch "^2.1.0" + npm-package-arg "^6.1.0" + npmlog "^4.1.2" p-finally "^1.0.0" p-map "^1.2.0" p-map-series "^1.0.0" @@ -800,124 +802,127 @@ read-package-tree "^5.1.6" semver "^5.5.0" -"@lerna/changed@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.8.5.tgz#fe2712c66caf768a31568b4b6b864c664d084298" - integrity sha512-VIRldHvs0niGVnrZjGw2oi7MWY50vh5AkZ2E6XQFP5guHjPWF18SdRa0p0oLf4Ci+I3KskFNjzJS0dMSnmP+BA== +"@lerna/changed@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/changed/-/changed-3.13.1.tgz#dc92476aad43c932fe741969bbd0bcf6146a4c52" + integrity sha512-BRXitEJGOkoudbxEewW7WhjkLxFD+tTk4PrYpHLyCBk63pNTWtQLRE6dc1hqwh4emwyGncoyW6RgXfLgMZgryw== dependencies: - "@lerna/collect-updates" "^3.8.1" - "@lerna/command" "^3.8.5" - "@lerna/listable" "^3.6.0" - "@lerna/output" "^3.6.0" - "@lerna/version" "^3.8.5" + "@lerna/collect-updates" "3.13.0" + "@lerna/command" "3.13.1" + "@lerna/listable" "3.13.0" + "@lerna/output" "3.13.0" + "@lerna/version" "3.13.1" -"@lerna/check-working-tree@^3.8.1": - version "3.8.1" - resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-3.8.1.tgz#bda0719f3a3ceaed976b08f57b054af6a0acf295" - integrity sha512-UJqyvFr3+MTDo31fVjJlV/eshmQg8u0vpQcY95Vs00B99QxzLoICSGpNdldhSBnOIpOlq6tm5H/2hflc5hANew== +"@lerna/check-working-tree@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/check-working-tree/-/check-working-tree-3.13.0.tgz#1ddcd4d9b1aceb65efaaa4cd1333a66706d67c9c" + integrity sha512-dsdO15NXX5To+Q53SYeCrBEpiqv4m5VkaPZxbGQZNwoRen1MloXuqxSymJANQn+ZLEqarv5V56gydebeROPH5A== dependencies: - "@lerna/describe-ref" "^3.8.1" - "@lerna/validation-error" "^3.6.0" + "@lerna/describe-ref" "3.13.0" + "@lerna/validation-error" "3.13.0" -"@lerna/child-process@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-3.3.0.tgz#71184a763105b6c8ece27f43f166498d90fe680f" - integrity sha512-q2d/OPlNX/cBXB6Iz1932RFzOmOHq6ZzPjqebkINNaTojHWuuRpvJJY4Uz3NGpJ3kEtPDvBemkZqUBTSO5wb1g== +"@lerna/child-process@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/child-process/-/child-process-3.13.0.tgz#84e35adf3217a6983edd28080657b9596a052674" + integrity sha512-0iDS8y2jiEucD4fJHEzKoc8aQJgm7s+hG+0RmDNtfT0MM3n17pZnf5JOMtS1FJp+SEXOjMKQndyyaDIPFsnp6A== dependencies: chalk "^2.3.1" execa "^1.0.0" strong-log-transformer "^2.0.0" -"@lerna/clean@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-3.8.5.tgz#42ec3b70a032b38bbdcac6ea804baf2df22432cf" - integrity sha512-fYym9Lj0szbW5Z+QQuXFgsdtoe3VQxfwgFOWDDpnDr4DpjKrKulwYkR15Cx+Lc6gpjYGlM8bmi/KOFtaLfKwcQ== +"@lerna/clean@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/clean/-/clean-3.13.1.tgz#9a7432efceccd720a51da5c76f849fc59c5a14ce" + integrity sha512-myGIaXv7RUO2qCFZXvx8SJeI+eN6y9SUD5zZ4/LvNogbOiEIlujC5lUAqK65rAHayQ9ltSa/yK6Xv510xhZXZQ== dependencies: - "@lerna/command" "^3.8.5" - "@lerna/filter-options" "^3.8.1" - "@lerna/prompt" "^3.6.0" - "@lerna/pulse-till-done" "^3.7.1" - "@lerna/rimraf-dir" "^3.6.0" + "@lerna/command" "3.13.1" + "@lerna/filter-options" "3.13.0" + "@lerna/prompt" "3.13.0" + "@lerna/pulse-till-done" "3.13.0" + "@lerna/rimraf-dir" "3.13.0" p-map "^1.2.0" p-map-series "^1.0.0" p-waterfall "^1.0.0" -"@lerna/cli@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-3.6.0.tgz#f86c16a095bd5506e927b9385ddefb13c605b1df" - integrity sha512-FGCx7XOLpqmU5eFOlo0Lt0hRZraxSUTEWM0bce0p+HNpOxBc91o6d2tenW1azPYFP9HzsMQey1NBtU0ofJJeog== +"@lerna/cli@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/cli/-/cli-3.13.0.tgz#3d7b357fdd7818423e9681a7b7f2abd106c8a266" + integrity sha512-HgFGlyCZbYaYrjOr3w/EsY18PdvtsTmDfpUQe8HwDjXlPeCCUgliZjXLOVBxSjiOvPeOSwvopwIHKWQmYbwywg== dependencies: - "@lerna/global-options" "^3.1.3" + "@lerna/global-options" "3.13.0" dedent "^0.7.0" - libnpm "^2.0.1" + npmlog "^4.1.2" yargs "^12.0.1" -"@lerna/collect-updates@^3.8.1": - version "3.8.1" - resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-3.8.1.tgz#e227efe9955b56b258baf7e8f853f779d40556a7" - integrity sha512-1ULd1FBX8j8XGe166CUx+PkNeBJrbauI6Ux9+NiVrpeyE5rF6hzrowRyaptE9n5jzAl0WtTTIP1MsdrVG7BvAA== +"@lerna/collect-updates@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/collect-updates/-/collect-updates-3.13.0.tgz#f0828d84ff959ff153d006765659ffc4d68cdefc" + integrity sha512-uR3u6uTzrS1p46tHQ/mlHog/nRJGBqskTHYYJbgirujxm6FqNh7Do+I1Q/7zSee407G4lzsNxZdm8IL927HemQ== dependencies: - "@lerna/child-process" "^3.3.0" - "@lerna/describe-ref" "^3.8.1" - libnpm "^2.0.1" + "@lerna/child-process" "3.13.0" + "@lerna/describe-ref" "3.13.0" minimatch "^3.0.4" + npmlog "^4.1.2" slash "^1.0.0" -"@lerna/command@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/command/-/command-3.8.5.tgz#b551f3a83c87258c8e9eb681dec95542df849119" - integrity sha512-NkLuA46RlL+LZ6lyXcuhJKbiS0LgnvRj0uwkxre2yHFDRnUdoCLXEXcslHO+fcM0ROOPYOa8rWEb2uGplfM1ug== +"@lerna/command@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/command/-/command-3.13.1.tgz#b60dda2c0d9ffbb6030d61ddf7cceedc1e8f7e6e" + integrity sha512-SYWezxX+iheWvzRoHCrbs8v5zHPaxAx3kWvZhqi70vuGsdOVAWmaG4IvHLn11ztS+Vpd5PM+ztBWSbnykpLFKQ== dependencies: - "@lerna/child-process" "^3.3.0" - "@lerna/package-graph" "^3.6.0" - "@lerna/project" "^3.8.5" - "@lerna/validation-error" "^3.6.0" - "@lerna/write-log-file" "^3.6.0" + "@lerna/child-process" "3.13.0" + "@lerna/package-graph" "3.13.0" + "@lerna/project" "3.13.1" + "@lerna/validation-error" "3.13.0" + "@lerna/write-log-file" "3.13.0" dedent "^0.7.0" execa "^1.0.0" is-ci "^1.0.10" - libnpm "^2.0.1" lodash "^4.17.5" + npmlog "^4.1.2" -"@lerna/conventional-commits@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.6.0.tgz#b44edb60e23453d8b15dcd1accf28c421581a8c5" - integrity sha512-KkY3wd7w/tj76EEIhTMYZlSBk/5WkT2NA9Gr/EuSwKV70PYyVA55l1OGlikBUAnuqIjwyfw9x3y+OcbYI4aNEg== +"@lerna/conventional-commits@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/conventional-commits/-/conventional-commits-3.13.0.tgz#877aa225ca34cca61c31ea02a5a6296af74e1144" + integrity sha512-BeAgcNXuocmLhPxnmKU2Vy8YkPd/Uo+vu2i/p3JGsUldzrPC8iF3IDxH7fuXpEFN2Nfogu7KHachd4tchtOppA== dependencies: - "@lerna/validation-error" "^3.6.0" - conventional-changelog-angular "^5.0.2" - conventional-changelog-core "^3.1.5" + "@lerna/validation-error" "3.13.0" + conventional-changelog-angular "^5.0.3" + conventional-changelog-core "^3.1.6" conventional-recommended-bump "^4.0.4" fs-extra "^7.0.0" get-stream "^4.0.0" - libnpm "^2.0.1" + npm-package-arg "^6.1.0" + npmlog "^4.1.2" + pify "^3.0.0" semver "^5.5.0" -"@lerna/create-symlink@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-3.6.0.tgz#f1815cde2fc9d8d2315dfea44ee880f2f1bc65f1" - integrity sha512-YG3lTb6zylvmGqKU+QYA3ylSnoLn+FyLH5XZmUsD0i85R884+EyJJeHx/zUk+yrL2ZwHS4RBUgJfC24fqzgPoA== +"@lerna/create-symlink@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/create-symlink/-/create-symlink-3.13.0.tgz#e01133082fe040779712c960683cb3a272b67809" + integrity sha512-PTvg3jAAJSAtLFoZDsuTMv1wTOC3XYIdtg54k7uxIHsP8Ztpt+vlilY/Cni0THAqEMHvfiToel76Xdta4TU21Q== dependencies: cmd-shim "^2.0.2" fs-extra "^7.0.0" - libnpm "^2.0.1" + npmlog "^4.1.2" -"@lerna/create@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.8.5.tgz#c4d41e879110f3cbc842d93d90f2f827413e8e8e" - integrity sha512-Kgkp4jttk1ElBT2A0WiCBC5E/KWU5dnt4iCmXRqcEe5ZaV+Jd669llkp26mDY2/wx9Tjdh+CaZO54PTrVZnAZQ== +"@lerna/create@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/create/-/create-3.13.1.tgz#2c1284cfdc59f0d2b88286d78bc797f4ab330f79" + integrity sha512-pLENMXgTkQuvKxAopjKeoLOv9fVUCnpTUD7aLrY5d95/1xqSZlnsOcQfUYcpMf3GpOvHc8ILmI5OXkPqjAf54g== dependencies: - "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.8.5" - "@lerna/npm-conf" "^3.7.0" - "@lerna/validation-error" "^3.6.0" - camelcase "^4.1.0" + "@lerna/child-process" "3.13.0" + "@lerna/command" "3.13.1" + "@lerna/npm-conf" "3.13.0" + "@lerna/validation-error" "3.13.0" + camelcase "^5.0.0" dedent "^0.7.0" fs-extra "^7.0.0" globby "^8.0.1" init-package-json "^1.10.3" - libnpm "^2.0.1" + npm-package-arg "^6.1.0" p-reduce "^1.0.0" + pacote "^9.5.0" pify "^3.0.0" semver "^5.5.0" slash "^1.0.0" @@ -925,404 +930,427 @@ validate-npm-package-name "^3.0.0" whatwg-url "^7.0.0" -"@lerna/describe-ref@^3.8.1": - version "3.8.1" - resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-3.8.1.tgz#b99ef6f8aa58fa9389af1e03beaa716cc6cb506d" - integrity sha512-EPXFiZbWG0KiaDM+BT3RZahy5gwrTVyKDv8HmPkGhu2h4pr34tzsSMmYmJ8I0dLeu4IpP/G/OIBa6DkYWisiZw== - dependencies: - "@lerna/child-process" "^3.3.0" - libnpm "^2.0.1" - -"@lerna/diff@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-3.8.5.tgz#4f68fc9833bf722d2d7bea2be33e5e09d3651d92" - integrity sha512-20aT02ryjHwWwrLMdBZat6Wz3SzMUy3eoJ0IcNnmdz1ju9TKms3ImeeuAwFIJ1q71jQFSYT9HGDR0d3Yq5WVhw== - dependencies: - "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.8.5" - "@lerna/validation-error" "^3.6.0" - libnpm "^2.0.1" - -"@lerna/exec@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-3.8.5.tgz#ab95de1bec09789e4ff3b2f7683c7f565eaeed38" - integrity sha512-lcblv2lQpKTk2sRAzV+VrHcZhHoFO9GVyZDAY6uEeQHlY2NoydeSwXT7g+jUbmhAqypptjyIeM8V3wnCu9nnrw== - dependencies: - "@lerna/batch-packages" "^3.6.0" - "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.8.5" - "@lerna/filter-options" "^3.8.1" - "@lerna/run-parallel-batches" "^3.0.0" - "@lerna/validation-error" "^3.6.0" - -"@lerna/filter-options@^3.8.1": - version "3.8.1" - resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-3.8.1.tgz#8c9708d60681383051d90a06eaa292dddd1d16b4" - integrity sha512-ty4Pl+vZjPSc7jc4nhK/4YYGKpLOhcGHLw6Zu71D4V3DJW/ZDHm/veRIApmhddL7+6y9G+ZGnGYYh/8RFyT6hA== +"@lerna/describe-ref@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/describe-ref/-/describe-ref-3.13.0.tgz#fb4c3863fd6bcccad67ce7b183887a5fc1942bb6" + integrity sha512-UJefF5mLxLae9I2Sbz5RLYGbqbikRuMqdgTam0MS5OhXnyuuKYBUpwBshCURNb1dPBXTQhSwc7+oUhORx8ojCg== + dependencies: + "@lerna/child-process" "3.13.0" + npmlog "^4.1.2" + +"@lerna/diff@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/diff/-/diff-3.13.1.tgz#5c734321b0f6c46a3c87f55c99afef3b01d46520" + integrity sha512-cKqmpONO57mdvxtp8e+l5+tjtmF04+7E+O0QEcLcNUAjC6UR2OSM77nwRCXDukou/1h72JtWs0jjcdYLwAmApg== dependencies: - "@lerna/collect-updates" "^3.8.1" - "@lerna/filter-packages" "^3.6.0" + "@lerna/child-process" "3.13.0" + "@lerna/command" "3.13.1" + "@lerna/validation-error" "3.13.0" + npmlog "^4.1.2" + +"@lerna/exec@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/exec/-/exec-3.13.1.tgz#4439e90fb0877ec38a6ef933c86580d43eeaf81b" + integrity sha512-I34wEP9lrAqqM7tTXLDxv/6454WFzrnXDWpNDbiKQiZs6SIrOOjmm6I4FiQsx+rU3o9d+HkC6tcUJRN5mlJUgA== + dependencies: + "@lerna/batch-packages" "3.13.0" + "@lerna/child-process" "3.13.0" + "@lerna/command" "3.13.1" + "@lerna/filter-options" "3.13.0" + "@lerna/run-parallel-batches" "3.13.0" + "@lerna/validation-error" "3.13.0" + +"@lerna/filter-options@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/filter-options/-/filter-options-3.13.0.tgz#976e3d8b9fcd47001ab981d276565c1e9f767868" + integrity sha512-SRp7DCo9zrf+7NkQxZMkeyO1GRN6GICoB9UcBAbXhLbWisT37Cx5/6+jh49gYB63d/0/WYHSEPMlheUrpv1Srw== + dependencies: + "@lerna/collect-updates" "3.13.0" + "@lerna/filter-packages" "3.13.0" dedent "^0.7.0" -"@lerna/filter-packages@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-3.6.0.tgz#4cad0bd5b32974b546b845283ac870d62ea4646a" - integrity sha512-O/nIENV3LOqp/TiUIw3Ir6L/wUGFDeYBdJsJTQDlTAyHZsgYA1OIn9FvlW8nqBu1bNLzoBVHXh3c5azx1kE+Hg== +"@lerna/filter-packages@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/filter-packages/-/filter-packages-3.13.0.tgz#f5371249e7e1a15928e5e88c544a242e0162c21c" + integrity sha512-RWiZWyGy3Mp7GRVBn//CacSnE3Kw82PxE4+H6bQ3pDUw/9atXn7NRX+gkBVQIYeKamh7HyumJtyOKq3Pp9BADQ== dependencies: - "@lerna/validation-error" "^3.6.0" - libnpm "^2.0.1" + "@lerna/validation-error" "3.13.0" multimatch "^2.1.0" + npmlog "^4.1.2" -"@lerna/get-npm-exec-opts@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-3.6.0.tgz#ea595eb28d1f34ba61a92ee8391f374282b4b76e" - integrity sha512-ruH6KuLlt75aCObXfUIdVJqmfVq7sgWGq5mXa05vc1MEqxTIiU23YiJdWzofQOOUOACaZkzZ4K4Nu7wXEg4Xgg== +"@lerna/get-npm-exec-opts@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/get-npm-exec-opts/-/get-npm-exec-opts-3.13.0.tgz#d1b552cb0088199fc3e7e126f914e39a08df9ea5" + integrity sha512-Y0xWL0rg3boVyJk6An/vurKzubyJKtrxYv2sj4bB8Mc5zZ3tqtv0ccbOkmkXKqbzvNNF7VeUt1OJ3DRgtC/QZw== dependencies: - libnpm "^2.0.1" + npmlog "^4.1.2" -"@lerna/get-packed@^3.7.0": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-3.7.0.tgz#549c7738f7be5e3b1433e82ed9cda9123bcd1ed5" - integrity sha512-yuFtjsUZIHjeIvIYQ/QuytC+FQcHwo3peB+yGBST2uWCLUCR5rx6knoQcPzbxdFDCuUb5IFccFGd3B1fHFg3RQ== +"@lerna/get-packed@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/get-packed/-/get-packed-3.13.0.tgz#335e40d77f3c1855aa248587d3e0b2d8f4b06e16" + integrity sha512-EgSim24sjIjqQDC57bgXD9l22/HCS93uQBbGpkzEOzxAVzEgpZVm7Fm1t8BVlRcT2P2zwGnRadIvxTbpQuDPTg== dependencies: fs-extra "^7.0.0" ssri "^6.0.1" tar "^4.4.8" -"@lerna/global-options@^3.1.3": - version "3.1.3" - resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-3.1.3.tgz#cf85e24655a91d04d4efc9a80c1f83fc768d08ae" - integrity sha512-LVeZU/Zgc0XkHdGMRYn+EmHfDmmYNwYRv3ta59iCVFXLVp7FRFWF7oB1ss/WRa9x/pYU0o6L8as/5DomLUGASA== +"@lerna/github-client@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/github-client/-/github-client-3.13.1.tgz#cb9bf9f01685a0cee0fac63f287f6c3673e45aa3" + integrity sha512-iPLUp8FFoAKGURksYEYZzfuo9TRA+NepVlseRXFaWlmy36dCQN20AciINpoXiXGoHcEUHXUKHQvY3ARFdMlf3w== + dependencies: + "@lerna/child-process" "3.13.0" + "@octokit/plugin-enterprise-rest" "^2.1.1" + "@octokit/rest" "^16.16.0" + git-url-parse "^11.1.2" + npmlog "^4.1.2" -"@lerna/has-npm-version@^3.3.0": - version "3.3.0" - resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-3.3.0.tgz#8a73c2c437a0e1e68a19ccbd0dd3c014d4d39135" - integrity sha512-GX7omRep1eBRZHgjZLRw3MpBJSdA5gPZFz95P7rxhpvsiG384Tdrr/cKFMhm0A09yq27Tk/nuYTaZIj7HsVE6g== +"@lerna/global-options@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/global-options/-/global-options-3.13.0.tgz#217662290db06ad9cf2c49d8e3100ee28eaebae1" + integrity sha512-SlZvh1gVRRzYLVluz9fryY1nJpZ0FHDGB66U9tFfvnnxmueckRQxLopn3tXj3NU1kc3QANT2I5BsQkOqZ4TEFQ== + +"@lerna/has-npm-version@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/has-npm-version/-/has-npm-version-3.13.0.tgz#6e1f7e9336cce3e029066f0175f06dd9d51ad09f" + integrity sha512-Oqu7DGLnrMENPm+bPFGOHnqxK8lCnuYr6bk3g/CoNn8/U0qgFvHcq6Iv8/Z04TsvleX+3/RgauSD2kMfRmbypg== dependencies: - "@lerna/child-process" "^3.3.0" + "@lerna/child-process" "3.13.0" semver "^5.5.0" -"@lerna/import@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.8.5.tgz#143e96b29c64ae060882e49ecf6b583ae87e10f9" - integrity sha512-6mT4rYafszXdUOCKDfOGi/oOD+mKeoH1nn8z97PPm9V8b79c/TOROJ0vrjtRa9bS/5BpXMRKTRwq2BV+z5UiIA== +"@lerna/import@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/import/-/import-3.13.1.tgz#69d641341a38b79bd379129da1c717d51dd728c7" + integrity sha512-A1Vk1siYx1XkRl6w+zkaA0iptV5TIynVlHPR9S7NY0XAfhykjztYVvwtxarlh6+VcNrO9We6if0+FXCrfDEoIg== dependencies: - "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.8.5" - "@lerna/prompt" "^3.6.0" - "@lerna/pulse-till-done" "^3.7.1" - "@lerna/validation-error" "^3.6.0" + "@lerna/child-process" "3.13.0" + "@lerna/command" "3.13.1" + "@lerna/prompt" "3.13.0" + "@lerna/pulse-till-done" "3.13.0" + "@lerna/validation-error" "3.13.0" dedent "^0.7.0" fs-extra "^7.0.0" p-map-series "^1.0.0" -"@lerna/init@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/init/-/init-3.8.5.tgz#c5e11ba0bf4df258538c1718e74897a4d6d23c4a" - integrity sha512-yVQmEqPY0WkXXv9HgKSiEC845PK/zQ6ejQKQbh83fV59VTkLLaLXJoCcj7OsiMiNlKdN92LxiNHE/T25Zrwokg== +"@lerna/init@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/init/-/init-3.13.1.tgz#0392c822abb3d63a75be4916c5e761cfa7b34dda" + integrity sha512-M59WACqim8WkH5FQEGOCEZ89NDxCKBfFTx4ZD5ig3LkGyJ8RdcJq5KEfpW/aESuRE9JrZLzVr0IjKbZSxzwEMA== dependencies: - "@lerna/child-process" "^3.3.0" - "@lerna/command" "^3.8.5" + "@lerna/child-process" "3.13.0" + "@lerna/command" "3.13.1" fs-extra "^7.0.0" p-map "^1.2.0" write-json-file "^2.3.0" -"@lerna/link@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.8.5.tgz#6a7060e0e7f3d99f3f3b9ccdeab5b46f6f8c836a" - integrity sha512-Xd4A5rLP5780KJ6eVqbRhkHFGCw+lfBgHr8imXwaaou7IuZv7Sh69C8YcceyQHQLwJsjNT7LaX1VXbPe4Hs1rw== +"@lerna/link@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/link/-/link-3.13.1.tgz#7d8ed4774bfa198d1780f790a14abb8722a3aad1" + integrity sha512-N3h3Fj1dcea+1RaAoAdy4g2m3fvU7m89HoUn5X/Zcw5n2kPoK8kTO+NfhNAatfRV8VtMXst8vbNrWQQtfm0FFw== dependencies: - "@lerna/command" "^3.8.5" - "@lerna/package-graph" "^3.6.0" - "@lerna/symlink-dependencies" "^3.8.1" + "@lerna/command" "3.13.1" + "@lerna/package-graph" "3.13.0" + "@lerna/symlink-dependencies" "3.13.0" p-map "^1.2.0" slash "^1.0.0" -"@lerna/list@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/list/-/list-3.8.5.tgz#3b2a80ed8f3fc7ea8ab97ea45cbedcb0d3258f5e" - integrity sha512-YfPllSZkw29ZDHOGBut8ju5WOLvYopqlb2KOWgmhJOMO+7P9f5Hm1A+/cjVvPQlEmV8RDgc7t4lOuC9sAfXBSA== +"@lerna/list@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/list/-/list-3.13.1.tgz#f9513ed143e52156c10ada4070f903c5847dcd10" + integrity sha512-635iRbdgd9gNvYLLIbYdQCQLr+HioM5FGJLFS0g3DPGygr6iDR8KS47hzCRGH91LU9NcM1mD1RoT/AChF+QbiA== dependencies: - "@lerna/command" "^3.8.5" - "@lerna/filter-options" "^3.8.1" - "@lerna/listable" "^3.6.0" - "@lerna/output" "^3.6.0" + "@lerna/command" "3.13.1" + "@lerna/filter-options" "3.13.0" + "@lerna/listable" "3.13.0" + "@lerna/output" "3.13.0" -"@lerna/listable@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-3.6.0.tgz#25c9cc062ae0d3e78c53da30cdf9f011696ae48f" - integrity sha512-fz63+zlqrJ9KQxIiv0r7qtufM4DEinSayAuO8YJuooz+1ctIP7RvMEQNvYI/E9tDlUo9Q0de68b5HbKrpmA5rQ== +"@lerna/listable@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/listable/-/listable-3.13.0.tgz#babc18442c590b549cf0966d20d75fea066598d4" + integrity sha512-liYJ/WBUYP4N4MnSVZuLUgfa/jy3BZ02/1Om7xUY09xGVSuNVNEeB8uZUMSC+nHqFHIsMPZ8QK9HnmZb1E/eTA== dependencies: - "@lerna/batch-packages" "^3.6.0" + "@lerna/batch-packages" "3.13.0" chalk "^2.3.1" columnify "^1.5.4" -"@lerna/log-packed@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-3.6.0.tgz#bed96c2bdd47f076d9957d0c6069b2edc1518145" - integrity sha512-T/J41zMkzpWB5nbiTRS5PmYTFn74mJXe6RQA2qhkdLi0UqnTp97Pux1loz3jsJf2yJtiQUnyMM7KuKIAge0Vlw== +"@lerna/log-packed@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/log-packed/-/log-packed-3.13.0.tgz#497b5f692a8d0e3f669125da97b0dadfd9e480f3" + integrity sha512-Rmjrcz+6aM6AEcEVWmurbo8+AnHOvYtDpoeMMJh9IZ9SmZr2ClXzmD7wSvjTQc8BwOaiWjjC/ukcT0UYA2m7wg== dependencies: byte-size "^4.0.3" columnify "^1.5.4" has-unicode "^2.0.1" - libnpm "^2.0.1" + npmlog "^4.1.2" -"@lerna/npm-conf@^3.7.0": - version "3.7.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-3.7.0.tgz#f101d4fdf07cefcf1161bcfaf3c0f105b420a450" - integrity sha512-+WSMDfPKcKzMfqq283ydz9RRpOU6p9wfx0wy4hVSUY/6YUpsyuk8SShjcRtY8zTM5AOrxvFBuuV90H4YpZ5+Ng== +"@lerna/npm-conf@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-conf/-/npm-conf-3.13.0.tgz#6b434ed75ff757e8c14381b9bbfe5d5ddec134a7" + integrity sha512-Jg2kANsGnhg+fbPEzE0X9nX5oviEAvWj0nYyOkcE+cgWuT7W0zpnPXC4hA4C5IPQGhwhhh0IxhWNNHtjTuw53g== dependencies: config-chain "^1.1.11" pify "^3.0.0" -"@lerna/npm-dist-tag@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-3.8.5.tgz#5ce22a72576badc8cb6baf85550043d63e66ea44" - integrity sha512-VO57yKTB4NC2LZuTd4w0LmlRpoFm/gejQ1gqqLGzSJuSZaBXmieElFovzl21S07cqiy7FNVdz75x7/a6WCZ6XA== +"@lerna/npm-dist-tag@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-dist-tag/-/npm-dist-tag-3.13.0.tgz#49ecbe0e82cbe4ad4a8ea6de112982bf6c4e6cd4" + integrity sha512-mcuhw34JhSRFrbPn0vedbvgBTvveG52bR2lVE3M3tfE8gmR/cKS/EJFO4AUhfRKGCTFn9rjaSEzlFGYV87pemQ== dependencies: figgy-pudding "^3.5.1" - libnpm "^2.0.1" + npm-package-arg "^6.1.0" + npm-registry-fetch "^3.9.0" + npmlog "^4.1.2" -"@lerna/npm-install@^3.8.2": - version "3.8.2" - resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-3.8.2.tgz#24c7271a62bd3ec03275cf0a1c5fbafef4955f42" - integrity sha512-A22IrhPy70Gm30rBYSPp/PDWjByvj6QdxqQh41HlNGOCzM5WCCSDXpfeoxzS0ow0d3WGJMraE2k1GFpOP6Hyxg== +"@lerna/npm-install@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-install/-/npm-install-3.13.0.tgz#88f4cc39f4f737c8a8721256b915ea1bcc6a7227" + integrity sha512-qNyfts//isYQxore6fsPorNYJmPVKZ6tOThSH97tP0aV91zGMtrYRqlAoUnDwDdAjHPYEM16hNujg2wRmsqqIw== dependencies: - "@lerna/child-process" "^3.3.0" - "@lerna/get-npm-exec-opts" "^3.6.0" + "@lerna/child-process" "3.13.0" + "@lerna/get-npm-exec-opts" "3.13.0" fs-extra "^7.0.0" - libnpm "^2.0.1" + npm-package-arg "^6.1.0" + npmlog "^4.1.2" signal-exit "^3.0.2" write-pkg "^3.1.0" -"@lerna/npm-publish@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-3.8.5.tgz#c6718be54dff1e7b701aed7763b213d2002b988d" - integrity sha512-cXmgiOhOKP9Ew+SncmE5ZQpEWA3mTcG5ItG5EUWAd/h9WwYOTCr7SD67lOlrkge/xw8dUQd0iDNz2QxDrpQaUg== +"@lerna/npm-publish@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-publish/-/npm-publish-3.13.0.tgz#5c74808376e778865ffdc5885fe83935e15e60c3" + integrity sha512-y4WO0XTaf9gNRkI7as6P2ItVDOxmYHwYto357fjybcnfXgMqEA94c3GJ++jU41j0A9vnmYC6/XxpTd9sVmH9tA== dependencies: - "@lerna/run-lifecycle" "^3.8.2" + "@lerna/run-lifecycle" "3.13.0" figgy-pudding "^3.5.1" fs-extra "^7.0.0" - libnpm "^2.0.1" + libnpmpublish "^1.1.1" + npmlog "^4.1.2" + pify "^3.0.0" + read-package-json "^2.0.13" -"@lerna/npm-run-script@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-3.6.0.tgz#4b97e6f571ae9fdabed21d5d4fc35a2b7e9d5267" - integrity sha512-6DRNFma30ex9r1a8mMDXziSRHf1/mo//hnvW1Zc1ctBh+7PU4I8n3A2ht/+742vtoTQH93Iqs3QSJl2KOLSsYg== +"@lerna/npm-run-script@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/npm-run-script/-/npm-run-script-3.13.0.tgz#e5997f045402b9948bdc066033ebb36bf94fc9e4" + integrity sha512-hiL3/VeVp+NFatBjkGN8mUdX24EfZx9rQlSie0CMgtjc7iZrtd0jCguLomSCRHYjJuvqgbp+LLYo7nHVykfkaQ== dependencies: - "@lerna/child-process" "^3.3.0" - "@lerna/get-npm-exec-opts" "^3.6.0" - libnpm "^2.0.1" + "@lerna/child-process" "3.13.0" + "@lerna/get-npm-exec-opts" "3.13.0" + npmlog "^4.1.2" -"@lerna/output@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/output/-/output-3.6.0.tgz#a69384bc685cf3b21aa1bfc697eb2b9db3333d0b" - integrity sha512-9sjQouf6p7VQtVCRnzoTGlZyURd48i3ha3WBHC/UBJnHZFuXMqWVPKNuvnMf2kRXDyoQD+2mNywpmEJg5jOnRg== +"@lerna/output@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/output/-/output-3.13.0.tgz#3ded7cc908b27a9872228a630d950aedae7a4989" + integrity sha512-7ZnQ9nvUDu/WD+bNsypmPG5MwZBwu86iRoiW6C1WBuXXDxM5cnIAC1m2WxHeFnjyMrYlRXM9PzOQ9VDD+C15Rg== dependencies: - libnpm "^2.0.1" + npmlog "^4.1.2" -"@lerna/pack-directory@^3.8.2": - version "3.8.2" - resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-3.8.2.tgz#5ffddce7781998195cffcbe51128c5a69dd3ca7a" - integrity sha512-sYXioixVw3L5r9O4bt+hnfPQ8jLn/PVOJVivQdpSlup+ZUiI5mmtjzAO3NOK/k8DZf8YrUx0Lm1+vzgnqu1tKw== +"@lerna/pack-directory@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/pack-directory/-/pack-directory-3.13.1.tgz#5ad4d0945f86a648f565e24d53c1e01bb3a912d1" + integrity sha512-kXnyqrkQbCIZOf1054N88+8h0ItC7tUN5v9ca/aWpx298gsURpxUx/1TIKqijL5TOnHMyIkj0YJmnH/PyBVLKA== dependencies: - "@lerna/get-packed" "^3.7.0" - "@lerna/package" "^3.7.2" - "@lerna/run-lifecycle" "^3.8.2" + "@lerna/get-packed" "3.13.0" + "@lerna/package" "3.13.0" + "@lerna/run-lifecycle" "3.13.0" figgy-pudding "^3.5.1" - libnpm "^2.0.1" - npm-packlist "^1.1.12" + npm-packlist "^1.4.1" + npmlog "^4.1.2" tar "^4.4.8" temp-write "^3.4.0" -"@lerna/package-graph@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-3.6.0.tgz#d13e6e80d30e2e29226d335412997b9ddf646305" - integrity sha512-Xtldh3DTiC3cPDrs6OY5URiuRXGPMIN6uFKcx59rOu3TkqYRt346jRyX+hm85996Y/pboo3+JuQlonvuEP/9QQ== +"@lerna/package-graph@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/package-graph/-/package-graph-3.13.0.tgz#607062f8d2ce22b15f8d4a0623f384736e67f760" + integrity sha512-3mRF1zuqFE1HEFmMMAIggXy+f+9cvHhW/jzaPEVyrPNLKsyfJQtpTNzeI04nfRvbAh+Gd2aNksvaW/w3xGJnnw== dependencies: - "@lerna/validation-error" "^3.6.0" - libnpm "^2.0.1" + "@lerna/validation-error" "3.13.0" + npm-package-arg "^6.1.0" semver "^5.5.0" -"@lerna/package@^3.7.2": - version "3.7.2" - resolved "https://registry.yarnpkg.com/@lerna/package/-/package-3.7.2.tgz#03c69fd7fb965c372c8c969165a2f7d6dfe2dfcb" - integrity sha512-8A5hN2CekM1a0Ix4VUO/g+REo+MsnXb8lnQ0bGjr1YGWzSL5NxYJ0Z9+0pwTfDpvRDYlFYO0rMVwBUW44b4dUw== +"@lerna/package@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/package/-/package-3.13.0.tgz#4baeebc49a57fc9b31062cc59f5ee38384429fc8" + integrity sha512-kSKO0RJQy093BufCQnkhf1jB4kZnBvL7kK5Ewolhk5gwejN+Jofjd8DGRVUDUJfQ0CkW1o6GbUeZvs8w8VIZDg== dependencies: - libnpm "^2.0.1" load-json-file "^4.0.0" + npm-package-arg "^6.1.0" write-pkg "^3.1.0" -"@lerna/project@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/project/-/project-3.8.5.tgz#7177d74ad4a9fa6b709ae4f29d64951165332565" - integrity sha512-D0no5qrfKGxFkUOypUFCsT1iZww0ioW2zbwyUqvWal5ut/lH9+T7RLFxSKVfo+tuJTT0zqCITHBtsA3G/wwNDg== +"@lerna/project@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/project/-/project-3.13.1.tgz#bce890f60187bd950bcf36c04b5260642e295e79" + integrity sha512-/GoCrpsCCTyb9sizk1+pMBrIYchtb+F1uCOn3cjn9yenyG/MfYEnlfrbV5k/UDud0Ei75YBLbmwCbigHkAKazQ== dependencies: - "@lerna/package" "^3.7.2" - "@lerna/validation-error" "^3.6.0" - cosmiconfig "^5.0.2" + "@lerna/package" "3.13.0" + "@lerna/validation-error" "3.13.0" + cosmiconfig "^5.1.0" dedent "^0.7.0" dot-prop "^4.2.0" glob-parent "^3.1.0" globby "^8.0.1" - libnpm "^2.0.1" load-json-file "^4.0.0" + npmlog "^4.1.2" p-map "^1.2.0" resolve-from "^4.0.0" write-json-file "^2.3.0" -"@lerna/prompt@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-3.6.0.tgz#b17cc464dec9d830619723e879dc747367378217" - integrity sha512-nyAjPMolJ/ZRAAVcXrUH89C4n1SiWvLh4xWNvWYKLcf3PI5yges35sDFP/HYrM4+cEbkNFuJCRq6CxaET4PRsg== +"@lerna/prompt@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/prompt/-/prompt-3.13.0.tgz#53571462bb3f5399cc1ca6d335a411fe093426a5" + integrity sha512-P+lWSFokdyvYpkwC3it9cE0IF2U5yy2mOUbGvvE4iDb9K7TyXGE+7lwtx2thtPvBAfIb7O13POMkv7df03HJeA== dependencies: inquirer "^6.2.0" - libnpm "^2.0.1" - -"@lerna/publish@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.8.5.tgz#27437c44e76c5f2f71af339275c5582f80bd769c" - integrity sha512-F+68eSYlI16INIpWLXjprArsh1tFvSeEqaJEMCCu5NUAWHlCvds/+L5RJZDXatWFppRsNR6dlYKdM9FbAZHuLw== - dependencies: - "@lerna/batch-packages" "^3.6.0" - "@lerna/check-working-tree" "^3.8.1" - "@lerna/child-process" "^3.3.0" - "@lerna/collect-updates" "^3.8.1" - "@lerna/command" "^3.8.5" - "@lerna/describe-ref" "^3.8.1" - "@lerna/log-packed" "^3.6.0" - "@lerna/npm-conf" "^3.7.0" - "@lerna/npm-dist-tag" "^3.8.5" - "@lerna/npm-publish" "^3.8.5" - "@lerna/output" "^3.6.0" - "@lerna/pack-directory" "^3.8.2" - "@lerna/prompt" "^3.6.0" - "@lerna/pulse-till-done" "^3.7.1" - "@lerna/run-lifecycle" "^3.8.2" - "@lerna/run-parallel-batches" "^3.0.0" - "@lerna/validation-error" "^3.6.0" - "@lerna/version" "^3.8.5" + npmlog "^4.1.2" + +"@lerna/publish@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/publish/-/publish-3.13.1.tgz#217e401dcb5824cdd6d36555a36303fb7520c514" + integrity sha512-KhCJ9UDx76HWCF03i5TD7z5lX+2yklHh5SyO8eDaLptgdLDQ0Z78lfGj3JhewHU2l46FztmqxL/ss0IkWHDL+g== + dependencies: + "@lerna/batch-packages" "3.13.0" + "@lerna/check-working-tree" "3.13.0" + "@lerna/child-process" "3.13.0" + "@lerna/collect-updates" "3.13.0" + "@lerna/command" "3.13.1" + "@lerna/describe-ref" "3.13.0" + "@lerna/log-packed" "3.13.0" + "@lerna/npm-conf" "3.13.0" + "@lerna/npm-dist-tag" "3.13.0" + "@lerna/npm-publish" "3.13.0" + "@lerna/output" "3.13.0" + "@lerna/pack-directory" "3.13.1" + "@lerna/prompt" "3.13.0" + "@lerna/pulse-till-done" "3.13.0" + "@lerna/run-lifecycle" "3.13.0" + "@lerna/run-parallel-batches" "3.13.0" + "@lerna/validation-error" "3.13.0" + "@lerna/version" "3.13.1" figgy-pudding "^3.5.1" fs-extra "^7.0.0" - libnpm "^2.0.1" + libnpmaccess "^3.0.1" + npm-package-arg "^6.1.0" + npm-registry-fetch "^3.9.0" + npmlog "^4.1.2" p-finally "^1.0.0" p-map "^1.2.0" p-pipe "^1.2.0" p-reduce "^1.0.0" + pacote "^9.5.0" semver "^5.5.0" -"@lerna/pulse-till-done@^3.7.1": - version "3.7.1" - resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-3.7.1.tgz#a9e55380fa18f6896a3e5b23621a4227adfb8f85" - integrity sha512-MzpesZeW3Mc+CiAq4zUt9qTXI9uEBBKrubYHE36voQTSkHvu/Rox6YOvfUr+U7P6k8frFPeCgGpfMDTLhiqe6w== +"@lerna/pulse-till-done@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/pulse-till-done/-/pulse-till-done-3.13.0.tgz#c8e9ce5bafaf10d930a67d7ed0ccb5d958fe0110" + integrity sha512-1SOHpy7ZNTPulzIbargrgaJX387csN7cF1cLOGZiJQA6VqnS5eWs2CIrG8i8wmaUavj2QlQ5oEbRMVVXSsGrzA== dependencies: - libnpm "^2.0.1" + npmlog "^4.1.2" -"@lerna/resolve-symlink@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-3.6.0.tgz#985344796b704ff32afa923901e795e80741b86e" - integrity sha512-TVOAEqHJSQVhNDMFCwEUZPaOETqHDQV1TQWQfC8ZlOqyaUQ7veZUbg0yfG7RPNzlSpvF0ZaGFeR0YhYDAW03GA== +"@lerna/resolve-symlink@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/resolve-symlink/-/resolve-symlink-3.13.0.tgz#3e6809ef53b63fe914814bfa071cd68012e22fbb" + integrity sha512-Lc0USSFxwDxUs5JvIisS8JegjA6SHSAWJCMvi2osZx6wVRkEDlWG2B1JAfXUzCMNfHoZX0/XX9iYZ+4JIpjAtg== dependencies: fs-extra "^7.0.0" - libnpm "^2.0.1" + npmlog "^4.1.2" read-cmd-shim "^1.0.1" -"@lerna/rimraf-dir@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-3.6.0.tgz#a02c4ad14d9a65c005021da79d545702b7085a74" - integrity sha512-2CfyWP1lqxDET+SfwGlLUfgqGF4vz9TYDrmb7Zi//g7IFCo899uU2vWOrEcdWTgbKE3Qgwwfk9c008w5MWUhog== +"@lerna/rimraf-dir@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/rimraf-dir/-/rimraf-dir-3.13.0.tgz#bb1006104b4aabcb6985624273254648f872b278" + integrity sha512-kte+pMemulre8cmPqljxIYjCmdLByz8DgHBHXB49kz2EiPf8JJ+hJFt0PzEubEyJZ2YE2EVAx5Tv5+NfGNUQyQ== dependencies: - "@lerna/child-process" "^3.3.0" - libnpm "^2.0.1" + "@lerna/child-process" "3.13.0" + npmlog "^4.1.2" path-exists "^3.0.0" rimraf "^2.6.2" -"@lerna/run-lifecycle@^3.8.2": - version "3.8.2" - resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-3.8.2.tgz#fe97f771506e2351aa170ec75ef8e6d7e9b94509" - integrity sha512-V80nIoHpp0IL9WEaK8wz47SeqLSlI8DyNqVqUoG1DCeCGr6rdvRGD0FgHSKgRnZxk/SgP1Az/YBBtc5qnA+CzA== +"@lerna/run-lifecycle@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/run-lifecycle/-/run-lifecycle-3.13.0.tgz#d8835ee83425edee40f687a55f81b502354d3261" + integrity sha512-oyiaL1biZdjpmjh6X/5C4w07wNFyiwXSSHH5GQB4Ay4BPwgq9oNhCcxRoi0UVZlZ1YwzSW8sTwLgj8emkIo3Yg== dependencies: - "@lerna/npm-conf" "^3.7.0" + "@lerna/npm-conf" "3.13.0" figgy-pudding "^3.5.1" - libnpm "^2.0.1" + npm-lifecycle "^2.1.0" + npmlog "^4.1.2" -"@lerna/run-parallel-batches@^3.0.0": - version "3.0.0" - resolved "https://registry.yarnpkg.com/@lerna/run-parallel-batches/-/run-parallel-batches-3.0.0.tgz#468704934084c74991d3124d80607857d4dfa840" - integrity sha512-Mj1ravlXF7AkkewKd9YFq9BtVrsStNrvVLedD/b2wIVbNqcxp8lS68vehXVOzoL/VWNEDotvqCQtyDBilCodGw== +"@lerna/run-parallel-batches@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/run-parallel-batches/-/run-parallel-batches-3.13.0.tgz#0276bb4e7cd0995297db82d134ca2bd08d63e311" + integrity sha512-bICFBR+cYVF1FFW+Tlm0EhWDioTUTM6dOiVziDEGE1UZha1dFkMYqzqdSf4bQzfLS31UW/KBd/2z8jy2OIjEjg== dependencies: p-map "^1.2.0" p-map-series "^1.0.0" -"@lerna/run@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/run/-/run-3.8.5.tgz#5c22b4d15a29a3f98f5bd367fed754e2cf495e89" - integrity sha512-EthL+RhaS2RSXH+l1xtlekx/ZAo2ci/oK9hEESP6YS/VON4wqbMDzPlU6nBcYz/omqO2fFKfDW3pSdzDLMMUgA== - dependencies: - "@lerna/batch-packages" "^3.6.0" - "@lerna/command" "^3.8.5" - "@lerna/filter-options" "^3.8.1" - "@lerna/npm-run-script" "^3.6.0" - "@lerna/output" "^3.6.0" - "@lerna/run-parallel-batches" "^3.0.0" - "@lerna/timer" "^3.5.0" - "@lerna/validation-error" "^3.6.0" +"@lerna/run@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/run/-/run-3.13.1.tgz#87e174c1d271894ddd29adc315c068fb7b1b0117" + integrity sha512-nv1oj7bsqppWm1M4ifN+/IIbVu9F4RixrbQD2okqDGYne4RQPAXyb5cEZuAzY/wyGTWWiVaZ1zpj5ogPWvH0bw== + dependencies: + "@lerna/batch-packages" "3.13.0" + "@lerna/command" "3.13.1" + "@lerna/filter-options" "3.13.0" + "@lerna/npm-run-script" "3.13.0" + "@lerna/output" "3.13.0" + "@lerna/run-parallel-batches" "3.13.0" + "@lerna/timer" "3.13.0" + "@lerna/validation-error" "3.13.0" p-map "^1.2.0" -"@lerna/symlink-binary@^3.7.2": - version "3.7.2" - resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-3.7.2.tgz#fedce89711ecfeb3d85fd7035199fab0436a793a" - integrity sha512-xS7DdBXNQgfgrhBe2Jz27+S65yxBfnl+Xi+grvlqoEGVk7b8kt2VcBtui/XgL6AAaTg6f9szj4LUnwC/oX6S1Q== +"@lerna/symlink-binary@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/symlink-binary/-/symlink-binary-3.13.0.tgz#36a9415d468afcb8105750296902f6f000a9680d" + integrity sha512-obc4Y6jxywkdaCe+DB0uTxYqP0IQ8mFWvN+k/YMbwH4G2h7M7lCBWgPy8e7xw/50+1II9tT2sxgx+jMus1sTJg== dependencies: - "@lerna/create-symlink" "^3.6.0" - "@lerna/package" "^3.7.2" + "@lerna/create-symlink" "3.13.0" + "@lerna/package" "3.13.0" fs-extra "^7.0.0" p-map "^1.2.0" -"@lerna/symlink-dependencies@^3.8.1": - version "3.8.1" - resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-3.8.1.tgz#890979f232beb9c4618a3b49d4ad11f567617642" - integrity sha512-MlXRTpB3Go/ubexxySngzg8PnItpPIxa0ydHMxvvw7s06g7ZsOOMOAx+F7AUPPr7bssdZ+gg5bfSq+J1HoINrg== +"@lerna/symlink-dependencies@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/symlink-dependencies/-/symlink-dependencies-3.13.0.tgz#76c23ecabda7824db98a0561364f122b457509cf" + integrity sha512-7CyN5WYEPkbPLbqHBIQg/YiimBzb5cIGQB0E9IkLs3+racq2vmUNQZn38LOaazQacAA83seB+zWSxlI6H+eXSg== dependencies: - "@lerna/create-symlink" "^3.6.0" - "@lerna/resolve-symlink" "^3.6.0" - "@lerna/symlink-binary" "^3.7.2" + "@lerna/create-symlink" "3.13.0" + "@lerna/resolve-symlink" "3.13.0" + "@lerna/symlink-binary" "3.13.0" fs-extra "^7.0.0" p-finally "^1.0.0" p-map "^1.2.0" p-map-series "^1.0.0" -"@lerna/timer@^3.5.0": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-3.5.0.tgz#8dee6acf002c55de64678c66ef37ca52143f1b9b" - integrity sha512-TAb99hqQN6E3JBGtG9iyZNPq1/DbmqgBOeNrKtdJsGvIeX/NGLgUDWMrj2h04V4O+jpBFmSf6HIld6triKmxCA== - -"@lerna/validation-error@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-3.6.0.tgz#550cf66bb2ef88edc02e36017b575a7a9100d5d8" - integrity sha512-MWltncGO5VgMS0QedTlZCjFUMF/evRjDMMHrtVorkIB2Cp5xy0rkKa8iDBG43qpUWeG1giwi58yUlETBcWfILw== - dependencies: - libnpm "^2.0.1" - -"@lerna/version@^3.8.5": - version "3.8.5" - resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.8.5.tgz#dd4b95d1ed40211063bb546bba1581db4bab9b1a" - integrity sha512-CfWoef3M2CCA3dMqPYJCrshuSAs+xCAEfVpLmaHQyutKXXGG1LZD38iq2Xs3dxNF07Md5H9+Mt6pfEwsXqjhJA== - dependencies: - "@lerna/batch-packages" "^3.6.0" - "@lerna/check-working-tree" "^3.8.1" - "@lerna/child-process" "^3.3.0" - "@lerna/collect-updates" "^3.8.1" - "@lerna/command" "^3.8.5" - "@lerna/conventional-commits" "^3.6.0" - "@lerna/output" "^3.6.0" - "@lerna/prompt" "^3.6.0" - "@lerna/run-lifecycle" "^3.8.2" - "@lerna/validation-error" "^3.6.0" +"@lerna/timer@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/timer/-/timer-3.13.0.tgz#bcd0904551db16e08364d6c18e5e2160fc870781" + integrity sha512-RHWrDl8U4XNPqY5MQHkToWS9jHPnkLZEt5VD+uunCKTfzlxGnRCr3/zVr8VGy/uENMYpVP3wJa4RKGY6M0vkRw== + +"@lerna/validation-error@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/validation-error/-/validation-error-3.13.0.tgz#c86b8f07c5ab9539f775bd8a54976e926f3759c3" + integrity sha512-SiJP75nwB8GhgwLKQfdkSnDufAaCbkZWJqEDlKOUPUvVOplRGnfL+BPQZH5nvq2BYSRXsksXWZ4UHVnQZI/HYA== + dependencies: + npmlog "^4.1.2" + +"@lerna/version@3.13.1": + version "3.13.1" + resolved "https://registry.yarnpkg.com/@lerna/version/-/version-3.13.1.tgz#5e919d13abb13a663dcc7922bb40931f12fb137b" + integrity sha512-WpfKc5jZBBOJ6bFS4atPJEbHSiywQ/Gcd+vrwaEGyQHWHQZnPTvhqLuq3q9fIb9sbuhH5pSY6eehhuBrKqTnjg== + dependencies: + "@lerna/batch-packages" "3.13.0" + "@lerna/check-working-tree" "3.13.0" + "@lerna/child-process" "3.13.0" + "@lerna/collect-updates" "3.13.0" + "@lerna/command" "3.13.1" + "@lerna/conventional-commits" "3.13.0" + "@lerna/github-client" "3.13.1" + "@lerna/output" "3.13.0" + "@lerna/prompt" "3.13.0" + "@lerna/run-lifecycle" "3.13.0" + "@lerna/validation-error" "3.13.0" chalk "^2.3.1" dedent "^0.7.0" - libnpm "^2.0.1" minimatch "^3.0.4" + npmlog "^4.1.2" p-map "^1.2.0" p-pipe "^1.2.0" p-reduce "^1.0.0" @@ -1331,12 +1359,12 @@ slash "^1.0.0" temp-write "^3.4.0" -"@lerna/write-log-file@^3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-3.6.0.tgz#b8d5a7efc84fa93cbd67d724d11120343b2a849a" - integrity sha512-OkLK99V6sYXsJsYg+O9wtiFS3z6eUPaiz2e6cXJt80mfIIdI1t2dnmyua0Ib5cZWExQvx2z6Y32Wlf0MnsoNsA== +"@lerna/write-log-file@3.13.0": + version "3.13.0" + resolved "https://registry.yarnpkg.com/@lerna/write-log-file/-/write-log-file-3.13.0.tgz#b78d9e4cfc1349a8be64d91324c4c8199e822a26" + integrity sha512-RibeMnDPvlL8bFYW5C8cs4mbI3AHfQef73tnJCQ/SgrXZHehmHnsyWUiE7qDQCAo+B1RfTapvSyFF69iPj326A== dependencies: - libnpm "^2.0.1" + npmlog "^4.1.2" write-file-atomic "^2.3.0" "@mrmlnc/readdir-enhanced@^2.2.1": @@ -1352,6 +1380,51 @@ resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b" integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw== +"@octokit/endpoint@^3.2.0": + version "3.2.3" + resolved "https://registry.yarnpkg.com/@octokit/endpoint/-/endpoint-3.2.3.tgz#bd9aea60cd94ce336656b57a5c9cb7f10be8f4f3" + integrity sha512-yUPCt4vMIOclox13CUxzuKiPJIFo46b/6GhUnUTw5QySczN1L0DtSxgmIZrZV4SAb9EyAqrceoyrWoYVnfF2AA== + dependencies: + deepmerge "3.2.0" + is-plain-object "^2.0.4" + universal-user-agent "^2.0.1" + url-template "^2.0.8" + +"@octokit/plugin-enterprise-rest@^2.1.1": + version "2.2.2" + resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-rest/-/plugin-enterprise-rest-2.2.2.tgz#c0e22067a043e19f96ff9c7832e2a3019f9be75c" + integrity sha512-CTZr64jZYhGWNTDGlSJ2mvIlFsm9OEO3LqWn9I/gmoHI4jRBp4kpHoFYNemG4oA75zUAcmbuWblb7jjP877YZw== + +"@octokit/request@2.4.2": + version "2.4.2" + resolved "https://registry.yarnpkg.com/@octokit/request/-/request-2.4.2.tgz#87c36e820dd1e43b1629f4f35c95b00cd456320b" + integrity sha512-lxVlYYvwGbKSHXfbPk5vxEA8w4zHOH1wobado4a9EfsyD3Cbhuhus1w0Ye9Ro0eMubGO8kNy5d+xNFisM3Tvaw== + dependencies: + "@octokit/endpoint" "^3.2.0" + deprecation "^1.0.1" + is-plain-object "^2.0.4" + node-fetch "^2.3.0" + once "^1.4.0" + universal-user-agent "^2.0.1" + +"@octokit/rest@^16.16.0": + version "16.23.1" + resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.23.1.tgz#cbc0bbd78f3990580a64be29309eb3f709d3c762" + integrity sha512-Kwjt6Ue6lgRcc6enQ2O6QLkDtK1yTDJgfjrfyGar5R+fsESVomOTl1D9iq9NNSQMPaDctcpUD8C/HudjYAeoWw== + dependencies: + "@octokit/request" "2.4.2" + atob-lite "^2.0.0" + before-after-hook "^1.4.0" + btoa-lite "^1.0.0" + deprecation "^1.0.1" + lodash.get "^4.4.2" + lodash.set "^4.3.2" + lodash.uniq "^4.5.0" + octokit-pagination-methods "^1.1.0" + once "^1.4.0" + universal-user-agent "^2.0.0" + url-template "^2.0.8" + "@parcel/fs@^1.11.0": version "1.11.0" resolved "https://registry.yarnpkg.com/@parcel/fs/-/fs-1.11.0.tgz#fb8a2be038c454ad46a50dc0554c1805f13535cd" @@ -1444,12 +1517,12 @@ resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d" integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA== -"@types/mocha@^5.2.5": - version "5.2.5" - resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.5.tgz#8a4accfc403c124a0bafe8a9fc61a05ec1032073" - integrity sha512-lAVp+Kj54ui/vLUFxsJTMtWvZraZxum3w3Nwkble2dNuV5VnPA+Mi2oGX9XYJAaIvZi3tn3cbjS/qcJXRb6Bww== +"@types/mocha@^5.2.6": + version "5.2.6" + resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.6.tgz#b8622d50557dd155e9f2f634b7d68fd38de5e94b" + integrity sha512-1axi39YdtBI7z957vdqXI4Ac25e7YihYQtJa+Clnxg1zTJEaIRbndt71O3sP4GAMgiAm0pY26/b9BrY4MR/PMw== -"@types/node@*", "@types/node@^10.11.7", "@types/node@^10.12.15": +"@types/node@*", "@types/node@^10.11.7": version "10.12.18" resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67" integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ== @@ -1459,6 +1532,11 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-11.12.0.tgz#ec5594728811dc2797e42396cfcdf786f2052c12" integrity sha512-Lg00egj78gM+4aE0Erw05cuDbvX9sLJbaaPwwRtdCdAMnIudqrQZ0oZX98Ek0yiSK/A2nubHgJfvII/rTT2Dwg== +"@types/node@^11.13.0": + version "11.13.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.0.tgz#b0df8d6ef9b5001b2be3a94d909ce3c29a80f9e1" + integrity sha512-rx29MMkRdVmzunmiA4lzBYJNnXsW/PhG4kMBy2ATsYaDjGGR75dCFEVVROKpNwlVdcUX3xxlghKQOeDPBJobng== + "@types/q@^1.5.1": version "1.5.1" resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.1.tgz#48fd98c1561fe718b61733daed46ff115b496e18" @@ -1482,158 +1560,161 @@ resolved "https://registry.yarnpkg.com/@types/webgl2/-/webgl2-0.0.4.tgz#c3b0f9d6b465c66138e84e64cb3bdf8373c2c279" integrity sha512-PACt1xdErJbMUOUweSrbVM7gSIYm1vTncW2hF6Os/EeWi6TXYAYMPp+8v6rzHmypE5gHrxaxZNXgMkJVIdZpHw== -"@webassemblyjs/ast@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.7.11.tgz#b988582cafbb2b095e8b556526f30c90d057cace" - integrity sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA== - dependencies: - "@webassemblyjs/helper-module-context" "1.7.11" - "@webassemblyjs/helper-wasm-bytecode" "1.7.11" - "@webassemblyjs/wast-parser" "1.7.11" - -"@webassemblyjs/floating-point-hex-parser@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz#a69f0af6502eb9a3c045555b1a6129d3d3f2e313" - integrity sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg== - -"@webassemblyjs/helper-api-error@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz#c7b6bb8105f84039511a2b39ce494f193818a32a" - integrity sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg== - -"@webassemblyjs/helper-buffer@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz#3122d48dcc6c9456ed982debe16c8f37101df39b" - integrity sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w== - -"@webassemblyjs/helper-code-frame@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz#cf8f106e746662a0da29bdef635fcd3d1248364b" - integrity sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw== - dependencies: - "@webassemblyjs/wast-printer" "1.7.11" - -"@webassemblyjs/helper-fsm@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz#df38882a624080d03f7503f93e3f17ac5ac01181" - integrity sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A== - -"@webassemblyjs/helper-module-context@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz#d874d722e51e62ac202476935d649c802fa0e209" - integrity sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg== - -"@webassemblyjs/helper-wasm-bytecode@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz#dd9a1e817f1c2eb105b4cf1013093cb9f3c9cb06" - integrity sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ== - -"@webassemblyjs/helper-wasm-section@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz#9c9ac41ecf9fbcfffc96f6d2675e2de33811e68a" - integrity sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q== - dependencies: - "@webassemblyjs/ast" "1.7.11" - "@webassemblyjs/helper-buffer" "1.7.11" - "@webassemblyjs/helper-wasm-bytecode" "1.7.11" - "@webassemblyjs/wasm-gen" "1.7.11" - -"@webassemblyjs/ieee754@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz#c95839eb63757a31880aaec7b6512d4191ac640b" - integrity sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ== +"@webassemblyjs/ast@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.8.5.tgz#51b1c5fe6576a34953bf4b253df9f0d490d9e359" + integrity sha512-aJMfngIZ65+t71C3y2nBBg5FFG0Okt9m0XEgWZ7Ywgn1oMAT8cNwx00Uv1cQyHtidq0Xn94R4TAywO+LCQ+ZAQ== + dependencies: + "@webassemblyjs/helper-module-context" "1.8.5" + "@webassemblyjs/helper-wasm-bytecode" "1.8.5" + "@webassemblyjs/wast-parser" "1.8.5" + +"@webassemblyjs/floating-point-hex-parser@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.8.5.tgz#1ba926a2923613edce496fd5b02e8ce8a5f49721" + integrity sha512-9p+79WHru1oqBh9ewP9zW95E3XAo+90oth7S5Re3eQnECGq59ly1Ri5tsIipKGpiStHsUYmY3zMLqtk3gTcOtQ== + +"@webassemblyjs/helper-api-error@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.8.5.tgz#c49dad22f645227c5edb610bdb9697f1aab721f7" + integrity sha512-Za/tnzsvnqdaSPOUXHyKJ2XI7PDX64kWtURyGiJJZKVEdFOsdKUCPTNEVFZq3zJ2R0G5wc2PZ5gvdTRFgm81zA== + +"@webassemblyjs/helper-buffer@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.8.5.tgz#fea93e429863dd5e4338555f42292385a653f204" + integrity sha512-Ri2R8nOS0U6G49Q86goFIPNgjyl6+oE1abW1pS84BuhP1Qcr5JqMwRFT3Ah3ADDDYGEgGs1iyb1DGX+kAi/c/Q== + +"@webassemblyjs/helper-code-frame@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.8.5.tgz#9a740ff48e3faa3022b1dff54423df9aa293c25e" + integrity sha512-VQAadSubZIhNpH46IR3yWO4kZZjMxN1opDrzePLdVKAZ+DFjkGD/rf4v1jap744uPVU6yjL/smZbRIIJTOUnKQ== + dependencies: + "@webassemblyjs/wast-printer" "1.8.5" + +"@webassemblyjs/helper-fsm@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-fsm/-/helper-fsm-1.8.5.tgz#ba0b7d3b3f7e4733da6059c9332275d860702452" + integrity sha512-kRuX/saORcg8se/ft6Q2UbRpZwP4y7YrWsLXPbbmtepKr22i8Z4O3V5QE9DbZK908dh5Xya4Un57SDIKwB9eow== + +"@webassemblyjs/helper-module-context@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-module-context/-/helper-module-context-1.8.5.tgz#def4b9927b0101dc8cbbd8d1edb5b7b9c82eb245" + integrity sha512-/O1B236mN7UNEU4t9X7Pj38i4VoU8CcMHyy3l2cV/kIF4U5KoHXDVqcDuOs1ltkac90IM4vZdHc52t1x8Yfs3g== + dependencies: + "@webassemblyjs/ast" "1.8.5" + mamacro "^0.0.3" + +"@webassemblyjs/helper-wasm-bytecode@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.8.5.tgz#537a750eddf5c1e932f3744206551c91c1b93e61" + integrity sha512-Cu4YMYG3Ddl72CbmpjU/wbP6SACcOPVbHN1dI4VJNJVgFwaKf1ppeFJrwydOG3NDHxVGuCfPlLZNyEdIYlQ6QQ== + +"@webassemblyjs/helper-wasm-section@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.8.5.tgz#74ca6a6bcbe19e50a3b6b462847e69503e6bfcbf" + integrity sha512-VV083zwR+VTrIWWtgIUpqfvVdK4ff38loRmrdDBgBT8ADXYsEZ5mPQ4Nde90N3UYatHdYoDIFb7oHzMncI02tA== + dependencies: + "@webassemblyjs/ast" "1.8.5" + "@webassemblyjs/helper-buffer" "1.8.5" + "@webassemblyjs/helper-wasm-bytecode" "1.8.5" + "@webassemblyjs/wasm-gen" "1.8.5" + +"@webassemblyjs/ieee754@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.8.5.tgz#712329dbef240f36bf57bd2f7b8fb9bf4154421e" + integrity sha512-aaCvQYrvKbY/n6wKHb/ylAJr27GglahUO89CcGXMItrOBqRarUMxWLJgxm9PJNuKULwN5n1csT9bYoMeZOGF3g== dependencies: "@xtuc/ieee754" "^1.2.0" -"@webassemblyjs/leb128@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.7.11.tgz#d7267a1ee9c4594fd3f7e37298818ec65687db63" - integrity sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw== - dependencies: - "@xtuc/long" "4.2.1" - -"@webassemblyjs/utf8@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.7.11.tgz#06d7218ea9fdc94a6793aa92208160db3d26ee82" - integrity sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA== - -"@webassemblyjs/wasm-edit@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz#8c74ca474d4f951d01dbae9bd70814ee22a82005" - integrity sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg== - dependencies: - "@webassemblyjs/ast" "1.7.11" - "@webassemblyjs/helper-buffer" "1.7.11" - "@webassemblyjs/helper-wasm-bytecode" "1.7.11" - "@webassemblyjs/helper-wasm-section" "1.7.11" - "@webassemblyjs/wasm-gen" "1.7.11" - "@webassemblyjs/wasm-opt" "1.7.11" - "@webassemblyjs/wasm-parser" "1.7.11" - "@webassemblyjs/wast-printer" "1.7.11" - -"@webassemblyjs/wasm-gen@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz#9bbba942f22375686a6fb759afcd7ac9c45da1a8" - integrity sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA== - dependencies: - "@webassemblyjs/ast" "1.7.11" - "@webassemblyjs/helper-wasm-bytecode" "1.7.11" - "@webassemblyjs/ieee754" "1.7.11" - "@webassemblyjs/leb128" "1.7.11" - "@webassemblyjs/utf8" "1.7.11" - -"@webassemblyjs/wasm-opt@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz#b331e8e7cef8f8e2f007d42c3a36a0580a7d6ca7" - integrity sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg== - dependencies: - "@webassemblyjs/ast" "1.7.11" - "@webassemblyjs/helper-buffer" "1.7.11" - "@webassemblyjs/wasm-gen" "1.7.11" - "@webassemblyjs/wasm-parser" "1.7.11" - -"@webassemblyjs/wasm-parser@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz#6e3d20fa6a3519f6b084ef9391ad58211efb0a1a" - integrity sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg== - dependencies: - "@webassemblyjs/ast" "1.7.11" - "@webassemblyjs/helper-api-error" "1.7.11" - "@webassemblyjs/helper-wasm-bytecode" "1.7.11" - "@webassemblyjs/ieee754" "1.7.11" - "@webassemblyjs/leb128" "1.7.11" - "@webassemblyjs/utf8" "1.7.11" - -"@webassemblyjs/wast-parser@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz#25bd117562ca8c002720ff8116ef9072d9ca869c" - integrity sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ== - dependencies: - "@webassemblyjs/ast" "1.7.11" - "@webassemblyjs/floating-point-hex-parser" "1.7.11" - "@webassemblyjs/helper-api-error" "1.7.11" - "@webassemblyjs/helper-code-frame" "1.7.11" - "@webassemblyjs/helper-fsm" "1.7.11" - "@xtuc/long" "4.2.1" - -"@webassemblyjs/wast-printer@1.7.11": - version "1.7.11" - resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz#c4245b6de242cb50a2cc950174fdbf65c78d7813" - integrity sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg== - dependencies: - "@webassemblyjs/ast" "1.7.11" - "@webassemblyjs/wast-parser" "1.7.11" - "@xtuc/long" "4.2.1" +"@webassemblyjs/leb128@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.8.5.tgz#044edeb34ea679f3e04cd4fd9824d5e35767ae10" + integrity sha512-plYUuUwleLIziknvlP8VpTgO4kqNaH57Y3JnNa6DLpu/sGcP6hbVdfdX5aHAV716pQBKrfuU26BJK29qY37J7A== + dependencies: + "@xtuc/long" "4.2.2" + +"@webassemblyjs/utf8@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.8.5.tgz#a8bf3b5d8ffe986c7c1e373ccbdc2a0915f0cedc" + integrity sha512-U7zgftmQriw37tfD934UNInokz6yTmn29inT2cAetAsaU9YeVCveWEwhKL1Mg4yS7q//NGdzy79nlXh3bT8Kjw== + +"@webassemblyjs/wasm-edit@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.8.5.tgz#962da12aa5acc1c131c81c4232991c82ce56e01a" + integrity sha512-A41EMy8MWw5yvqj7MQzkDjU29K7UJq1VrX2vWLzfpRHt3ISftOXqrtojn7nlPsZ9Ijhp5NwuODuycSvfAO/26Q== + dependencies: + "@webassemblyjs/ast" "1.8.5" + "@webassemblyjs/helper-buffer" "1.8.5" + "@webassemblyjs/helper-wasm-bytecode" "1.8.5" + "@webassemblyjs/helper-wasm-section" "1.8.5" + "@webassemblyjs/wasm-gen" "1.8.5" + "@webassemblyjs/wasm-opt" "1.8.5" + "@webassemblyjs/wasm-parser" "1.8.5" + "@webassemblyjs/wast-printer" "1.8.5" + +"@webassemblyjs/wasm-gen@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.8.5.tgz#54840766c2c1002eb64ed1abe720aded714f98bc" + integrity sha512-BCZBT0LURC0CXDzj5FXSc2FPTsxwp3nWcqXQdOZE4U7h7i8FqtFK5Egia6f9raQLpEKT1VL7zr4r3+QX6zArWg== + dependencies: + "@webassemblyjs/ast" "1.8.5" + "@webassemblyjs/helper-wasm-bytecode" "1.8.5" + "@webassemblyjs/ieee754" "1.8.5" + "@webassemblyjs/leb128" "1.8.5" + "@webassemblyjs/utf8" "1.8.5" + +"@webassemblyjs/wasm-opt@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.8.5.tgz#b24d9f6ba50394af1349f510afa8ffcb8a63d264" + integrity sha512-HKo2mO/Uh9A6ojzu7cjslGaHaUU14LdLbGEKqTR7PBKwT6LdPtLLh9fPY33rmr5wcOMrsWDbbdCHq4hQUdd37Q== + dependencies: + "@webassemblyjs/ast" "1.8.5" + "@webassemblyjs/helper-buffer" "1.8.5" + "@webassemblyjs/wasm-gen" "1.8.5" + "@webassemblyjs/wasm-parser" "1.8.5" + +"@webassemblyjs/wasm-parser@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.8.5.tgz#21576f0ec88b91427357b8536383668ef7c66b8d" + integrity sha512-pi0SYE9T6tfcMkthwcgCpL0cM9nRYr6/6fjgDtL6q/ZqKHdMWvxitRi5JcZ7RI4SNJJYnYNaWy5UUrHQy998lw== + dependencies: + "@webassemblyjs/ast" "1.8.5" + "@webassemblyjs/helper-api-error" "1.8.5" + "@webassemblyjs/helper-wasm-bytecode" "1.8.5" + "@webassemblyjs/ieee754" "1.8.5" + "@webassemblyjs/leb128" "1.8.5" + "@webassemblyjs/utf8" "1.8.5" + +"@webassemblyjs/wast-parser@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-parser/-/wast-parser-1.8.5.tgz#e10eecd542d0e7bd394f6827c49f3df6d4eefb8c" + integrity sha512-daXC1FyKWHF1i11obK086QRlsMsY4+tIOKgBqI1lxAnkp9xe9YMcgOxm9kLe+ttjs5aWV2KKE1TWJCN57/Btsg== + dependencies: + "@webassemblyjs/ast" "1.8.5" + "@webassemblyjs/floating-point-hex-parser" "1.8.5" + "@webassemblyjs/helper-api-error" "1.8.5" + "@webassemblyjs/helper-code-frame" "1.8.5" + "@webassemblyjs/helper-fsm" "1.8.5" + "@xtuc/long" "4.2.2" + +"@webassemblyjs/wast-printer@1.8.5": + version "1.8.5" + resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.8.5.tgz#114bbc481fd10ca0e23b3560fa812748b0bae5bc" + integrity sha512-w0U0pD4EhlnvRyeJzBqaVSJAo9w/ce7/WPogeXLzGkO6hzhr4GnQIZ4W4uUt5b9ooAaXPtnXlj0gzsXEOUNYMg== + dependencies: + "@webassemblyjs/ast" "1.8.5" + "@webassemblyjs/wast-parser" "1.8.5" + "@xtuc/long" "4.2.2" "@xtuc/ieee754@^1.2.0": version "1.2.0" resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790" integrity sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA== -"@xtuc/long@4.2.1": - version "4.2.1" - resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.1.tgz#5c85d662f76fa1d34575766c5dcd6615abcd30d8" - integrity sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g== +"@xtuc/long@4.2.2": + version "4.2.2" + resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d" + integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ== JSONStream@^1.0.4, JSONStream@^1.3.4: version "1.3.5" @@ -1653,12 +1734,10 @@ abbrev@1: resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8" integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== -acorn-dynamic-import@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz#901ceee4c7faaef7e07ad2a47e890675da50a278" - integrity sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg== - dependencies: - acorn "^5.0.0" +acorn-dynamic-import@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948" + integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw== acorn-globals@^4.1.0: version "4.3.0" @@ -1673,12 +1752,12 @@ acorn-walk@^6.0.1: resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913" integrity sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw== -acorn@^5.0.0, acorn@^5.5.3, acorn@^5.6.2: +acorn@^5.0.0, acorn@^5.5.3: version "5.7.3" resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279" integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw== -acorn@^6.0.1, acorn@^6.1.1: +acorn@^6.0.1, acorn@^6.0.5, acorn@^6.1.1: version "6.1.1" resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f" integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA== @@ -1722,6 +1801,11 @@ alphanum-sort@^1.0.0: resolved "https://registry.yarnpkg.com/alphanum-sort/-/alphanum-sort-1.0.2.tgz#97a1119649b211ad33691d9f9f486a8ec9fbe0a3" integrity sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM= +ansi-colors@3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.3.tgz#57d35b8686e851e2cc04c403f1c00203976a1813" + integrity sha512-LEHHyuhlPY3TmuUYMh2oz89lTShfvgbmzaBcxve9t/9Wuy7Dwf4yoAKcND7KFT1HAQfqZ12qtc+DUrBMeKF9nw== + ansi-escapes@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.1.0.tgz#f73207bb81207d75fd6c83f125af26eea378ca30" @@ -1776,12 +1860,12 @@ append-transform@^1.0.0: dependencies: default-require-extensions "^2.0.0" -aproba@^1.0.3, aproba@^1.1.1, aproba@^1.1.2: +aproba@^1.0.3, aproba@^1.1.1: version "1.2.0" resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a" integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw== -"aproba@^1.1.2 || 2", aproba@^2.0.0: +aproba@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc" integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== @@ -1923,6 +2007,11 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha1-x57Zf380y48robyXkLzDZkdLS3k= +atob-lite@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696" + integrity sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY= + atob@^2.1.1: version "2.1.2" resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" @@ -2004,6 +2093,11 @@ bcrypt-pbkdf@^1.0.0: dependencies: tweetnacl "^0.14.3" +before-after-hook@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/before-after-hook/-/before-after-hook-1.4.0.tgz#2b6bf23dca4f32e628fd2747c10a37c74a4b484d" + integrity sha512-l5r9ir56nda3qu14nAXIlyq1MmUSs0meCIaFAh8HwkFwP1F8eToOuS3ah2VAHHcY04jaYD7FpJC5JTXHYRbkzg== + benchmark@^2.1.4: version "2.1.4" resolved "https://registry.yarnpkg.com/benchmark/-/benchmark-2.1.4.tgz#09f3de31c916425d498cc2ee565a0ebf3c2a5629" @@ -2017,17 +2111,6 @@ big.js@^5.2.2: resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328" integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ== -bin-links@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/bin-links/-/bin-links-1.1.2.tgz#fb74bd54bae6b7befc6c6221f25322ac830d9757" - integrity sha512-8eEHVgYP03nILphilltWjeIjMbKyJo3wvp9K816pHbhP301ismzw15mxAAEVQ/USUwcP++1uNrbERbp8lOA6Fg== - dependencies: - bluebird "^3.5.0" - cmd-shim "^2.0.2" - gentle-fs "^2.0.0" - graceful-fs "^4.1.11" - write-file-atomic "^2.3.0" - binary-extensions@^1.0.0: version "1.12.0" resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.12.0.tgz#c2d780f53d45bba8317a8902d4ceeaf3a6385b14" @@ -2045,7 +2128,7 @@ block-stream@*: dependencies: inherits "~2.0.0" -bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.3: +bluebird@^3.5.1, bluebird@^3.5.3: version "3.5.3" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7" integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw== @@ -2177,6 +2260,11 @@ browserslist@^4.0.0, browserslist@^4.1.0, browserslist@^4.3.4: electron-to-chromium "^1.3.96" node-releases "^1.1.3" +btoa-lite@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/btoa-lite/-/btoa-lite-1.0.0.tgz#337766da15801210fdd956c22e9c6891ab9d0337" + integrity sha1-M3dm2hWAEhD92VbCLpxokaudAzc= + buffer-equal@0.0.1: version "0.0.1" resolved "https://registry.yarnpkg.com/buffer-equal/-/buffer-equal-0.0.1.tgz#91bc74b11ea405bc916bc6aa908faafa5b4aac4b" @@ -2261,15 +2349,15 @@ cache-base@^1.0.1: union-value "^1.0.0" unset-value "^1.0.0" -caching-transform@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/caching-transform/-/caching-transform-2.0.0.tgz#e1292bd92d35b6e8b1ed7075726724b3bd64eea0" - integrity sha512-tTfemGmFWe7KZ3KN6VsSgQZbd9Bgo7A40wlp4PTsJJvFu4YAnEC5YnfdiKq6Vh2i9XJLnA9n8OXD46orVpnPMw== +caching-transform@^3.0.1: + version "3.0.2" + resolved "https://registry.yarnpkg.com/caching-transform/-/caching-transform-3.0.2.tgz#601d46b91eca87687a281e71cef99791b0efca70" + integrity sha512-Mtgcv3lh3U0zRii/6qVgQODdPA4G3zhG+jtbCWj39RXuUFTMzH0vcdMtaJS1jPowd+It2Pqr6y3NJMQqOqCE2w== dependencies: - make-dir "^1.0.0" - md5-hex "^2.0.0" - package-hash "^2.0.0" - write-file-atomic "^2.0.0" + hasha "^3.0.0" + make-dir "^2.0.0" + package-hash "^3.0.0" + write-file-atomic "^2.4.2" call-me-maybe@^1.0.1: version "1.0.1" @@ -2556,11 +2644,6 @@ command-exists@^1.2.6: resolved "https://registry.yarnpkg.com/command-exists/-/command-exists-1.2.8.tgz#715acefdd1223b9c9b37110a149c6392c2852291" integrity sha512-PM54PkseWbiiD/mMsbvW351/u+dafwTJ0ye2qB60G1aGQP9j3xK2gmMDc+R34L3nDtx4qMCitXT75mkbkGJDLw== -commander@2.15.1: - version "2.15.1" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f" - integrity sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag== - commander@^2.11.0, commander@^2.12.1, commander@^2.19.0, commander@^2.9.0: version "2.19.0" resolved "https://registry.yarnpkg.com/commander/-/commander-2.19.0.tgz#f6198aa84e5b83c46054b94ddedbfed5ee9ff12a" @@ -2629,20 +2712,20 @@ constants-browserify@^1.0.0: resolved "https://registry.yarnpkg.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75" integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U= -conventional-changelog-angular@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.2.tgz#39d945635e03b6d0c9d4078b1df74e06163dc66a" - integrity sha512-yx7m7lVrXmt4nKWQgWZqxSALEiAKZhOAcbxdUaU9575mB0CzXVbgrgpfSnSP7OqWDUTYGD0YVJ0MSRdyOPgAwA== +conventional-changelog-angular@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.3.tgz#299fdd43df5a1f095283ac16aeedfb0a682ecab0" + integrity sha512-YD1xzH7r9yXQte/HF9JBuEDfvjxxwDGGwZU1+ndanbY0oFgA+Po1T9JDSpPLdP0pZT6MhCAsdvFKC4TJ4MTJTA== dependencies: compare-func "^1.3.1" q "^1.5.1" -conventional-changelog-core@^3.1.5: - version "3.1.5" - resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.1.5.tgz#c2edf928539308b54fe1b90a2fc731abc021852c" - integrity sha512-iwqAotS4zk0wA4S84YY1JCUG7X3LxaRjJxuUo6GI4dZuIy243j5nOg/Ora35ExT4DOiw5dQbMMQvw2SUjh6moQ== +conventional-changelog-core@^3.1.6: + version "3.1.6" + resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.1.6.tgz#ac1731a461c50d150d29c1ad4f33143293bcd32f" + integrity sha512-5teTAZOtJ4HLR6384h50nPAaKdDr+IaU0rnD2Gg2C3MS7hKsEPH8pZxrDNqam9eOSPQg9tET6uZY79zzgSz+ig== dependencies: - conventional-changelog-writer "^4.0.2" + conventional-changelog-writer "^4.0.3" conventional-commits-parser "^3.0.1" dateformat "^3.0.0" get-pkg-repo "^1.0.0" @@ -2661,15 +2744,15 @@ conventional-changelog-preset-loader@^2.0.2: resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.0.2.tgz#81d1a07523913f3d17da3a49f0091f967ad345b0" integrity sha512-pBY+qnUoJPXAXXqVGwQaVmcye05xi6z231QM98wHWamGAmu/ghkBprQAwmF5bdmyobdVxiLhPY3PrCfSeUNzRQ== -conventional-changelog-writer@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.2.tgz#eb493ed84269e7a663da36e49af51c54639c9a67" - integrity sha512-d8/FQY/fix2xXEBUhOo8u3DCbyEw3UOQgYHxLsPDw+wHUDma/GQGAGsGtoH876WyNs32fViHmTOUrgRKVLvBug== +conventional-changelog-writer@^4.0.3: + version "4.0.3" + resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.3.tgz#916a2b302d0bb5ef18efd236a034c13fb273cde1" + integrity sha512-bIlpSiQtQZ1+nDVHEEh798Erj2jhN/wEjyw9sfxY9es6h7pREE5BNJjfv0hXGH/FTrAsEpHUq4xzK99eePpwuA== dependencies: compare-func "^1.3.1" conventional-commits-filter "^2.0.1" dateformat "^3.0.0" - handlebars "^4.0.2" + handlebars "^4.1.0" json-stringify-safe "^5.0.1" lodash "^4.2.1" meow "^4.0.0" @@ -2746,7 +2829,7 @@ core-util-is@1.0.2, core-util-is@~1.0.0: resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= -cosmiconfig@^5.0.0, cosmiconfig@^5.0.2: +cosmiconfig@^5.0.0: version "5.0.7" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.0.7.tgz#39826b292ee0d78eda137dfa3173bd1c21a43b04" integrity sha512-PcLqxTKiDmNT6pSpy4N6KtuPwb53W+2tzNvwOZw0WH9N6O0vLIBq0x8aj8Oj75ere4YcGi48bDFCL+3fRJdlNA== @@ -2756,6 +2839,16 @@ cosmiconfig@^5.0.0, cosmiconfig@^5.0.2: js-yaml "^3.9.0" parse-json "^4.0.0" +cosmiconfig@^5.1.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-5.2.0.tgz#45038e4d28a7fe787203aede9c25bca4a08b12c8" + integrity sha512-nxt+Nfc3JAqf4WIWd0jXLjTJZmsPLrA9DDc4nRw2KFJQJK7DNooqSXrNI7tzLG50CF8axczly5UV929tBmh/7g== + dependencies: + import-fresh "^2.0.0" + is-directory "^0.3.1" + js-yaml "^3.13.0" + parse-json "^4.0.0" + create-ecdh@^4.0.0: version "4.0.3" resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.3.tgz#c9111b6f33045c4697f144787f9254cdc77c45ff" @@ -2795,15 +2888,6 @@ cross-spawn@^4: lru-cache "^4.0.1" which "^1.2.9" -cross-spawn@^5.0.1: - version "5.1.0" - resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-5.1.0.tgz#e8bd0efee58fcff6f8f94510a0a554bbfa235449" - integrity sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk= - dependencies: - lru-cache "^4.0.1" - shebang-command "^1.2.0" - which "^1.2.9" - cross-spawn@^6.0.0, cross-spawn@^6.0.4, cross-spawn@^6.0.5: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -3108,11 +3192,6 @@ deasync@^0.1.14: bindings "~1.2.1" node-addon-api "^1.6.0" -debug-log@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/debug-log/-/debug-log-1.0.1.tgz#2307632d4c04382b8df8a32f70b895046d52745f" - integrity sha1-IwdjLUwEOCuN+KMvcLiVBG1SdF8= - debug@2.6.9, debug@^2.1.2, debug@^2.2.0, debug@^2.3.3: version "2.6.9" resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" @@ -3127,14 +3206,14 @@ debug@3.1.0: dependencies: ms "2.0.0" -debug@^3.1.0: +debug@3.2.6, debug@^3.1.0: version "3.2.6" resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b" integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ== dependencies: ms "^2.1.1" -debug@^4.1.0: +debug@^4.1.0, debug@^4.1.1: version "4.1.1" resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791" integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw== @@ -3154,7 +3233,7 @@ decamelize-keys@^1.0.0: decamelize "^1.1.0" map-obj "^1.0.0" -decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.1.2, decamelize@^1.2.0: +decamelize@^1.1.0, decamelize@^1.1.2, decamelize@^1.2.0: version "1.2.0" resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= @@ -3179,6 +3258,11 @@ deep-is@~0.1.3: resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34" integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ= +deepmerge@3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-3.2.0.tgz#58ef463a57c08d376547f8869fdc5bcee957f44e" + integrity sha512-6+LuZGU7QCNUnAJyX8cIrlzoEgggTM6B7mm+znKOX4t5ltluT9KLjN6g61ECMS0LTsLW7yDpNoxhix5FZcrIow== + default-require-extensions@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-2.0.0.tgz#f5f8fbb18a7d6d50b21f641f649ebb522cfe24f7" @@ -3237,6 +3321,11 @@ depd@~1.1.2: resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9" integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak= +deprecation@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/deprecation/-/deprecation-1.0.1.tgz#2df79b79005752180816b7b6e079cbd80490d711" + integrity sha512-ccVHpE72+tcIKaGMql33x5MAjKQIZrk+3x2GbJ7TeraUCZWHoT+KSZpoC+JQFsUBlSTXUrBaGiF0j6zVTepPLg== + des.js@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/des.js/-/des.js-1.0.0.tgz#c074d2e2aa6a8a9a07dbd61f9a15c2cd83ec8ecc" @@ -3628,12 +3717,12 @@ evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3: md5.js "^1.3.4" safe-buffer "^5.1.1" -execa@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777" - integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c= +execa@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/execa/-/execa-0.10.0.tgz#ff456a8f53f90f8eccc71a96d11bdfc7f082cb50" + integrity sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw== dependencies: - cross-spawn "^5.0.1" + cross-spawn "^6.0.0" get-stream "^3.0.0" is-stream "^1.1.0" npm-run-path "^2.0.0" @@ -3813,11 +3902,6 @@ find-cache-dir@^2.0.0: make-dir "^1.0.0" pkg-dir "^3.0.0" -find-npm-prefix@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/find-npm-prefix/-/find-npm-prefix-1.0.2.tgz#8d8ce2c78b3b4b9e66c8acc6a37c231eb841cfdf" - integrity sha512-KEftzJ+H90x6pcKtdXZEPsQse8/y/UnvzRKrOSQFprnrGaFuJ62fVkP34Iu2IYuMvyauCyoLTNkJZgrrGA2wkA== - find-up@^1.0.0: version "1.1.2" resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f" @@ -3840,7 +3924,7 @@ find-up@^3.0.0: dependencies: locate-path "^3.0.0" -findup-sync@^2.0.0: +findup-sync@2.0.0, findup-sync@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc" integrity sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw= @@ -3850,6 +3934,13 @@ findup-sync@^2.0.0: micromatch "^3.0.4" resolve-dir "^1.0.1" +flat@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/flat/-/flat-4.1.0.tgz#090bec8b05e39cba309747f1d588f04dbaf98db2" + integrity sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw== + dependencies: + is-buffer "~2.0.3" + flush-write-stream@^1.0.0: version "1.0.3" resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.0.3.tgz#c5d586ef38af6097650b49bc41b55fabb19f35bd" @@ -3926,15 +4017,6 @@ fs-minipass@^1.2.5: dependencies: minipass "^2.2.1" -fs-vacuum@^1.2.10: - version "1.2.10" - resolved "https://registry.yarnpkg.com/fs-vacuum/-/fs-vacuum-1.2.10.tgz#b7629bec07a4031a2548fdf99f5ecf1cc8b31e36" - integrity sha1-t2Kb7AekAxolSP35n17PHMizHjY= - dependencies: - graceful-fs "^4.1.2" - path-is-inside "^1.0.1" - rimraf "^2.5.2" - fs-write-stream-atomic@^1.0.8: version "1.0.10" resolved "https://registry.yarnpkg.com/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz#b47df53493ef911df75731e70a9ded0189db40c9" @@ -3992,20 +4074,6 @@ genfun@^5.0.0: resolved "https://registry.yarnpkg.com/genfun/-/genfun-5.0.0.tgz#9dd9710a06900a5c4a5bf57aca5da4e52fe76537" integrity sha512-KGDOARWVga7+rnB3z9Sd2Letx515owfk0hSxHGuqjANb1M+x2bGZGqHLiozPsYMdM2OubeMni/Hpwmjq6qIUhA== -gentle-fs@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/gentle-fs/-/gentle-fs-2.0.1.tgz#585cfd612bfc5cd52471fdb42537f016a5ce3687" - integrity sha512-cEng5+3fuARewXktTEGbwsktcldA+YsnUEaXZwcK/3pjSE1X9ObnTs+/8rYf8s+RnIcQm2D5x3rwpN7Zom8Bew== - dependencies: - aproba "^1.1.2" - fs-vacuum "^1.2.10" - graceful-fs "^4.1.11" - iferr "^0.1.5" - mkdirp "^0.5.1" - path-is-inside "^1.0.2" - read-cmd-shim "^1.0.1" - slide "^1.1.6" - get-caller-file@^1.0.1: version "1.0.3" resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-1.0.3.tgz#f978fa4c90d1dfe7ff2d6beda2a515e713bdcf4a" @@ -4083,6 +4151,21 @@ git-semver-tags@^2.0.2: meow "^4.0.0" semver "^5.5.0" +git-up@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/git-up/-/git-up-4.0.1.tgz#cb2ef086653640e721d2042fe3104857d89007c0" + integrity sha512-LFTZZrBlrCrGCG07/dm1aCjjpL1z9L3+5aEeI9SBhAqSc+kiA9Or1bgZhQFNppJX6h/f5McrvJt1mQXTFm6Qrw== + dependencies: + is-ssh "^1.3.0" + parse-url "^5.0.0" + +git-url-parse@^11.1.2: + version "11.1.2" + resolved "https://registry.yarnpkg.com/git-url-parse/-/git-url-parse-11.1.2.tgz#aff1a897c36cc93699270587bea3dbcbbb95de67" + integrity sha512-gZeLVGY8QVKMIkckncX+iCq2/L8PlwncvDFKiWkBn9EtCfYDbliRTTp6qzyQ1VMdITUfq7293zDzfpjdiGASSQ== + dependencies: + git-up "^4.0.0" + gitconfiglocal@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz#41d045f3851a5ea88f03f24ca1c6178114464b9b" @@ -4103,19 +4186,7 @@ glob-to-regexp@^0.3.0: resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab" integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs= -glob@7.1.2: - version "7.1.2" - resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" - integrity sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3: +glob@7.1.3, glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3: version "7.1.3" resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1" integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ== @@ -4127,11 +4198,6 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3: once "^1.3.0" path-is-absolute "^1.0.0" -global-modules-path@^2.3.0: - version "2.3.1" - resolved "https://registry.yarnpkg.com/global-modules-path/-/global-modules-path-2.3.1.tgz#e541f4c800a1a8514a990477b267ac67525b9931" - integrity sha512-y+shkf4InI7mPRHSo2b/k6ix6+NLDtyccYv86whhxrSGX9wjPX1VMITmrDbE1eh7zkzhiWtW2sHklJYoQ62Cxg== - global-modules@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea" @@ -4196,7 +4262,7 @@ gzip-size@^5.0.0: duplexer "^0.1.1" pify "^3.0.0" -handlebars@^4.0.11, handlebars@^4.0.2, handlebars@^4.0.6: +handlebars@^4.0.6: version "4.0.12" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.12.tgz#2c15c8a96d46da5e266700518ba8cb8d919d5bc5" integrity sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA== @@ -4207,6 +4273,17 @@ handlebars@^4.0.11, handlebars@^4.0.2, handlebars@^4.0.6: optionalDependencies: uglify-js "^3.1.4" +handlebars@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.1.tgz#6e4e41c18ebe7719ae4d38e5aca3d32fa3dd23d3" + integrity sha512-3Zhi6C0euYZL5sM0Zcy7lInLXKQ+YLcF/olbN010mzGQ4XVm50JeyBnMqofHh696GrciGruC7kCcApPDJvVgwA== + dependencies: + neo-async "^2.6.0" + optimist "^0.6.1" + source-map "^0.6.1" + optionalDependencies: + uglify-js "^3.1.4" + har-schema@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" @@ -4301,20 +4378,27 @@ hash.js@^1.0.0, hash.js@^1.0.3: inherits "^2.0.3" minimalistic-assert "^1.0.1" -he@1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/he/-/he-1.1.1.tgz#93410fd21b009735151f8868c2f271f3427e23fd" - integrity sha1-k0EP0hsAlzUVH4howvJx80J+I/0= +hasha@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/hasha/-/hasha-3.0.0.tgz#52a32fab8569d41ca69a61ff1a214f8eb7c8bd39" + integrity sha1-UqMvq4Vp1BymmmH/GiFPjrfIvTk= + dependencies: + is-stream "^1.0.1" + +he@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" + integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== hex-color-regex@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e" integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ== -highlight.js@9.12.0: - version "9.12.0" - resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.12.0.tgz#e6d9dbe57cbefe60751f02af336195870c90c01e" - integrity sha1-5tnb5Xy+/mB1HwKvM2GVhwyQwB4= +highlight.js@^9.13.1: + version "9.15.6" + resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-9.15.6.tgz#72d4d8d779ec066af9a17cb14360c3def0aa57c4" + integrity sha512-zozTAWM1D6sozHo8kqhfYgsac+B+q0PmsjXeyDrYIHHcBN0zTVT66+s2GW1GZv7DbyaROdLXKdabwS/WqPyIdQ== hmac-drbg@^1.0.0: version "1.0.1" @@ -4545,7 +4629,7 @@ inherits@2.0.1: resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1" integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE= -ini@^1.3.2, ini@^1.3.4, ini@^1.3.5, ini@~1.3.0: +ini@^1.3.2, ini@^1.3.4, ini@~1.3.0: version "1.3.5" resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927" integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw== @@ -4595,11 +4679,6 @@ invariant@^2.2.2: dependencies: loose-envify "^1.0.0" -invert-kv@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-1.0.0.tgz#104a8e4aaca6d3d8cd157a8ef8bfab2d7a3ffdb6" - integrity sha1-EEqOSqym09jNFXqO+L+rLXo//bY= - invert-kv@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02" @@ -4651,6 +4730,11 @@ is-buffer@^1.1.5: resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== +is-buffer@~2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.3.tgz#4ecf3fcf749cbd1e472689e109ac66261a25e725" + integrity sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw== + is-builtin-module@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe" @@ -4822,7 +4906,14 @@ is-resolvable@^1.0.0: resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88" integrity sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg== -is-stream@^1.1.0: +is-ssh@^1.3.0: + version "1.3.1" + resolved "https://registry.yarnpkg.com/is-ssh/-/is-ssh-1.3.1.tgz#f349a8cadd24e65298037a522cf7520f2e81a0f3" + integrity sha512-0eRIASHZt1E68/ixClI8bp2YK2wmBPVWEismTs6M+M099jKgrzl/3E976zIbImSIob48N2/XGe9y7ZiYdImSlg== + dependencies: + protocols "^1.1.0" + +is-stream@^1.0.1, is-stream@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= @@ -4910,57 +5001,57 @@ isstream@~0.1.2: resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" integrity sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo= -istanbul-lib-coverage@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#2aee0e073ad8c5f6a0b00e0dfbf52b4667472eda" - integrity sha512-nPvSZsVlbG9aLhZYaC3Oi1gT/tpyo3Yt5fNyf6NmcKIayz4VV/txxJFFKAK/gU4dcNn8ehsanBbVHVl0+amOLA== +istanbul-lib-coverage@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.3.tgz#0b891e5ad42312c2b9488554f603795f9a2211ba" + integrity sha512-dKWuzRGCs4G+67VfW9pBFFz2Jpi4vSp/k7zBcJ888ofV5Mi1g5CUML5GvMvV6u9Cjybftu+E8Cgp+k0dI1E5lw== -istanbul-lib-hook@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.1.tgz#918a57b75a0f951d552a08487ca1fa5336433d72" - integrity sha512-ufiZoiJ8CxY577JJWEeFuxXZoMqiKpq/RqZtOAYuQLvlkbJWscq9n3gc4xrCGH9n4pW0qnTxOz1oyMmVtk8E1w== +istanbul-lib-hook@^2.0.3: + version "2.0.3" + resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-2.0.3.tgz#e0e581e461c611be5d0e5ef31c5f0109759916fb" + integrity sha512-CLmEqwEhuCYtGcpNVJjLV1DQyVnIqavMLFHV/DP+np/g3qvdxu3gsPqYoJMXm15sN84xOlckFB3VNvRbf5yEgA== dependencies: append-transform "^1.0.0" -istanbul-lib-instrument@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.0.0.tgz#b5f066b2a161f75788be17a9d556f40a0cf2afc9" - integrity sha512-eQY9vN9elYjdgN9Iv6NS/00bptm02EBBk70lRMaVjeA6QYocQgenVrSgC28TJurdnZa80AGO3ASdFN+w/njGiQ== +istanbul-lib-instrument@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-3.1.0.tgz#a2b5484a7d445f1f311e93190813fa56dfb62971" + integrity sha512-ooVllVGT38HIk8MxDj/OIHXSYvH+1tq/Vb38s8ixt9GoJadXska4WkGY+0wkmtYCZNYtaARniH/DixUGGLZ0uA== dependencies: "@babel/generator" "^7.0.0" "@babel/parser" "^7.0.0" "@babel/template" "^7.0.0" "@babel/traverse" "^7.0.0" "@babel/types" "^7.0.0" - istanbul-lib-coverage "^2.0.1" + istanbul-lib-coverage "^2.0.3" semver "^5.5.0" -istanbul-lib-report@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.2.tgz#430a2598519113e1da7af274ba861bd42dd97535" - integrity sha512-rJ8uR3peeIrwAxoDEbK4dJ7cqqtxBisZKCuwkMtMv0xYzaAnsAi3AHrHPAAtNXzG/bcCgZZ3OJVqm1DTi9ap2Q== +istanbul-lib-report@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-2.0.4.tgz#bfd324ee0c04f59119cb4f07dab157d09f24d7e4" + integrity sha512-sOiLZLAWpA0+3b5w5/dq0cjm2rrNdAfHWaGhmn7XEFW6X++IV9Ohn+pnELAl9K3rfpaeBfbmH9JU5sejacdLeA== dependencies: - istanbul-lib-coverage "^2.0.1" + istanbul-lib-coverage "^2.0.3" make-dir "^1.3.0" - supports-color "^5.4.0" + supports-color "^6.0.0" -istanbul-lib-source-maps@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-2.0.1.tgz#ce8b45131d8293fdeaa732f4faf1852d13d0a97e" - integrity sha512-30l40ySg+gvBLcxTrLzR4Z2XTRj3HgRCA/p2rnbs/3OiTaoj054gAbuP5DcLOtwqmy4XW8qXBHzrmP2/bQ9i3A== +istanbul-lib-source-maps@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.2.tgz#f1e817229a9146e8424a28e5d69ba220fda34156" + integrity sha512-JX4v0CiKTGp9fZPmoxpu9YEkPbEqCqBbO3403VabKjH+NRXo72HafD5UgnjTEqHL2SAjaZK1XDuDOkn6I5QVfQ== dependencies: - debug "^3.1.0" - istanbul-lib-coverage "^2.0.1" + debug "^4.1.1" + istanbul-lib-coverage "^2.0.3" make-dir "^1.3.0" rimraf "^2.6.2" source-map "^0.6.1" -istanbul-reports@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.0.1.tgz#fb8d6ea850701a3984350b977a969e9a556116a7" - integrity sha512-CT0QgMBJqs6NJLF678ZHcquUAZIoBIUNzdJrRJfpkI9OnzG6MkUfHxbJC3ln981dMswC7/B1mfX3LNkhgJxsuw== +istanbul-reports@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-2.1.1.tgz#72ef16b4ecb9a4a7bd0e2001e00f95d1eec8afa9" + integrity sha512-FzNahnidyEPBCI0HcufJoSEoKykesRlFcSzQqjH9x0+LC8tnnE/p/90PBLu8iZTxr8yYZNyTtiAujUqyN+CIxw== dependencies: - handlebars "^4.0.11" + handlebars "^4.1.0" js-beautify@^1.8.9: version "1.8.9" @@ -4997,7 +5088,15 @@ js-tokens@^3.0.2: resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= -js-yaml@^3.10.0, js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0: +js-yaml@3.12.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.0.tgz#eaed656ec8344f10f527c6bfa1b6e2244de167d1" + integrity sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +js-yaml@^3.10.0, js-yaml@^3.12.0, js-yaml@^3.9.0: version "3.12.1" resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe678167600" integrity sha512-um46hB9wNOKlwkHgiuyEVAybXBjwFUV0Z/RaHJblRd9DXltue9FTYvzCr9ErQrK9Adz5MU4gHWVaNUfdmrC8qA== @@ -5005,6 +5104,14 @@ js-yaml@^3.10.0, js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0: argparse "^1.0.7" esprima "^4.0.0" +js-yaml@^3.13.0: + version "3.13.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.0.tgz#38ee7178ac0eea2c97ff6d96fff4b18c7d8cf98e" + integrity sha512-pZZoSxcCYco+DIKBTimr67J6Hy+EYGZDY/HCWC+iAEA9h1ByhMXAIVUXMcMFpOCxQ/xjXmPI2MkDL5HRm5eFrQ== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + jsbn@~0.1.0: version "0.1.1" resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513" @@ -5132,13 +5239,6 @@ kind-of@^6.0.0, kind-of@^6.0.2: resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.2.tgz#01146b36a6218e64e58f3a8d66de5d7fc6f6d051" integrity sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA== -lcid@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/lcid/-/lcid-1.0.0.tgz#308accafa0bc483a3867b4b6f2b9506251d1b835" - integrity sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU= - dependencies: - invert-kv "^1.0.0" - lcid@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/lcid/-/lcid-2.0.0.tgz#6ef5d2df60e52f82eb228a4c373e8d1f397253cf" @@ -5151,28 +5251,28 @@ left-pad@^1.3.0: resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.3.0.tgz#5b8a3a7765dfe001261dde915589e782f8c94d1e" integrity sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA== -lerna@^3.8.5: - version "3.8.5" - resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.8.5.tgz#30001989ccd44dca631c1a77eb4ec1238c4a6dfc" - integrity sha512-cPXU+4CHa0Hg9TBLQsLF7U9LssheakzD/zPQm7hXFjbqKrTx+p1QAgI/ehaY5CMqT4dPZUjOuR2zWI2hpBJaXQ== - dependencies: - "@lerna/add" "^3.8.5" - "@lerna/bootstrap" "^3.8.5" - "@lerna/changed" "^3.8.5" - "@lerna/clean" "^3.8.5" - "@lerna/cli" "^3.6.0" - "@lerna/create" "^3.8.5" - "@lerna/diff" "^3.8.5" - "@lerna/exec" "^3.8.5" - "@lerna/import" "^3.8.5" - "@lerna/init" "^3.8.5" - "@lerna/link" "^3.8.5" - "@lerna/list" "^3.8.5" - "@lerna/publish" "^3.8.5" - "@lerna/run" "^3.8.5" - "@lerna/version" "^3.8.5" +lerna@^3.13.1: + version "3.13.1" + resolved "https://registry.yarnpkg.com/lerna/-/lerna-3.13.1.tgz#feaff562176f304bd82329ca29ce46ab6c033463" + integrity sha512-7kSz8LLozVsoUNTJzJzy+b8TnV9YdviR2Ee2PwGZSlVw3T1Rn7kOAPZjEi+3IWnOPC96zMPHVmjCmzQ4uubalw== + dependencies: + "@lerna/add" "3.13.1" + "@lerna/bootstrap" "3.13.1" + "@lerna/changed" "3.13.1" + "@lerna/clean" "3.13.1" + "@lerna/cli" "3.13.0" + "@lerna/create" "3.13.1" + "@lerna/diff" "3.13.1" + "@lerna/exec" "3.13.1" + "@lerna/import" "3.13.1" + "@lerna/init" "3.13.1" + "@lerna/link" "3.13.1" + "@lerna/list" "3.13.1" + "@lerna/publish" "3.13.1" + "@lerna/run" "3.13.1" + "@lerna/version" "3.13.1" import-local "^1.0.0" - libnpm "^2.0.1" + npmlog "^4.1.2" levn@~0.3.0: version "0.3.0" @@ -5182,32 +5282,6 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -libnpm@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/libnpm/-/libnpm-2.0.1.tgz#a48fcdee3c25e13c77eb7c60a0efe561d7fb0d8f" - integrity sha512-qTKoxyJvpBxHZQB6k0AhSLajyXq9ZE/lUsZzuHAplr2Bpv9G+k4YuYlExYdUCeVRRGqcJt8hvkPh4tBwKoV98w== - dependencies: - bin-links "^1.1.2" - bluebird "^3.5.3" - find-npm-prefix "^1.0.2" - libnpmaccess "^3.0.1" - libnpmconfig "^1.2.1" - libnpmhook "^5.0.2" - libnpmorg "^1.0.0" - libnpmpublish "^1.1.0" - libnpmsearch "^2.0.0" - libnpmteam "^1.0.1" - lock-verify "^2.0.2" - npm-lifecycle "^2.1.0" - npm-logical-tree "^1.2.1" - npm-package-arg "^6.1.0" - npm-profile "^4.0.1" - npm-registry-fetch "^3.8.0" - npmlog "^4.1.2" - pacote "^9.2.3" - read-package-json "^2.0.13" - stringify-package "^1.0.0" - libnpmaccess@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/libnpmaccess/-/libnpmaccess-3.0.1.tgz#5b3a9de621f293d425191aa2e779102f84167fa8" @@ -5218,39 +5292,10 @@ libnpmaccess@^3.0.1: npm-package-arg "^6.1.0" npm-registry-fetch "^3.8.0" -libnpmconfig@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/libnpmconfig/-/libnpmconfig-1.2.1.tgz#c0c2f793a74e67d4825e5039e7a02a0044dfcbc0" - integrity sha512-9esX8rTQAHqarx6qeZqmGQKBNZR5OIbl/Ayr0qQDy3oXja2iFVQQI81R6GZ2a02bSNZ9p3YOGX1O6HHCb1X7kA== - dependencies: - figgy-pudding "^3.5.1" - find-up "^3.0.0" - ini "^1.3.5" - -libnpmhook@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/libnpmhook/-/libnpmhook-5.0.2.tgz#d12817b0fb893f36f1d5be20017f2aea25825d94" - integrity sha512-vLenmdFWhRfnnZiNFPNMog6CK7Ujofy2TWiM2CrpZUjBRIhHkJeDaAbJdYCT6W4lcHtyrJR8yXW8KFyq6UAp1g== - dependencies: - aproba "^2.0.0" - figgy-pudding "^3.4.1" - get-stream "^4.0.0" - npm-registry-fetch "^3.8.0" - -libnpmorg@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/libnpmorg/-/libnpmorg-1.0.0.tgz#979b868c48ba28c5820e3bb9d9e73c883c16a232" - integrity sha512-o+4eVJBoDGMgRwh2lJY0a8pRV2c/tQM/SxlqXezjcAg26Qe9jigYVs+Xk0vvlYDWCDhP0g74J8UwWeAgsB7gGw== - dependencies: - aproba "^2.0.0" - figgy-pudding "^3.4.1" - get-stream "^4.0.0" - npm-registry-fetch "^3.8.0" - -libnpmpublish@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-1.1.0.tgz#773bd6fc9ed247e4a41a68ebd69fdc096ea630a3" - integrity sha512-mQ3LT2EWlpJ6Q8mgHTNqarQVCgcY32l6xadPVPMcjWLtVLz7II4WlWkzlbYg1nHGAf+xyABDwS+3aNUiRLkyaA== +libnpmpublish@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/libnpmpublish/-/libnpmpublish-1.1.1.tgz#ff0c6bb0b4ad2bda2ad1f5fba6760a4af37125f0" + integrity sha512-nefbvJd/wY38zdt+b9SHL6171vqBrMtZ56Gsgfd0duEKb/pB8rDT4/ObUQLrHz1tOfht1flt2zM+UGaemzAG5g== dependencies: aproba "^2.0.0" figgy-pudding "^3.5.1" @@ -5262,30 +5307,6 @@ libnpmpublish@^1.1.0: semver "^5.5.1" ssri "^6.0.1" -libnpmsearch@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/libnpmsearch/-/libnpmsearch-2.0.0.tgz#de05af47ada81554a5f64276a69599070d4a5685" - integrity sha512-vd+JWbTGzOSfiOc+72MU6y7WqmBXn49egCCrIXp27iE/88bX8EpG64ST1blWQI1bSMUr9l1AKPMVsqa2tS5KWA== - dependencies: - figgy-pudding "^3.5.1" - get-stream "^4.0.0" - npm-registry-fetch "^3.8.0" - -libnpmteam@^1.0.1: - version "1.0.1" - resolved "https://registry.yarnpkg.com/libnpmteam/-/libnpmteam-1.0.1.tgz#ff704b1b6c06ea674b3b1101ac3e305f5114f213" - integrity sha512-gDdrflKFCX7TNwOMX1snWojCoDE5LoRWcfOC0C/fqF7mBq8Uz9zWAX4B2RllYETNO7pBupBaSyBDkTAC15cAMg== - dependencies: - aproba "^2.0.0" - figgy-pudding "^3.4.1" - get-stream "^4.0.0" - npm-registry-fetch "^3.8.0" - -lightercollective@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/lightercollective/-/lightercollective-0.1.0.tgz#70df102c530dcb8d0ccabfe6175a8d00d5f61300" - integrity sha512-J9tg5uraYoQKaWbmrzDDexbG6hHnMcWS1qLYgJSWE+mpA3U5OCSeMUhb+K55otgZJ34oFdR0ECvdIb3xuO5JOQ== - load-json-file@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0" @@ -5337,14 +5358,6 @@ locate-path@^3.0.0: p-locate "^3.0.0" path-exists "^3.0.0" -lock-verify@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/lock-verify/-/lock-verify-2.0.2.tgz#148e4f85974915c9e3c34d694b7de9ecb18ee7a8" - integrity sha512-QNVwK0EGZBS4R3YQ7F1Ox8p41Po9VGl2QG/2GsuvTbkJZYSsPeWHKMbbH6iZMCHWSMww5nrJroZYnGzI4cePuw== - dependencies: - npm-package-arg "^5.1.2 || 6" - semver "^5.4.1" - lodash._reinterpolate@~3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d" @@ -5370,11 +5383,21 @@ lodash.flattendeep@^4.4.0: resolved "https://registry.yarnpkg.com/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz#fb030917f86a3134e5bc9bec0d69e0013ddfedb2" integrity sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI= +lodash.get@^4.4.2: + version "4.4.2" + resolved "https://registry.yarnpkg.com/lodash.get/-/lodash.get-4.4.2.tgz#2d177f652fa31e939b4438d5341499dfa3825e99" + integrity sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk= + lodash.memoize@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= +lodash.set@^4.3.2: + version "4.3.2" + resolved "https://registry.yarnpkg.com/lodash.set/-/lodash.set-4.3.2.tgz#d8757b1da807dde24816b0d6a84bea1a76230b23" + integrity sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM= + lodash.sortby@^4.7.0: version "4.7.0" resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438" @@ -5405,7 +5428,7 @@ lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.4, lodash@^4.17.5 resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== -log-symbols@^2.2.0: +log-symbols@2.2.0, log-symbols@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a" integrity sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg== @@ -5442,6 +5465,11 @@ lru-cache@^5.1.1: dependencies: yallist "^3.0.2" +macos-release@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/macos-release/-/macos-release-2.2.0.tgz#ab58d55dd4714f0a05ad4b0e90f4370fef5cdea8" + integrity sha512-iV2IDxZaX8dIcM7fG6cI46uNmHUxHE4yN+Z8tKHAW1TBPMZDIKHf/3L+YnOuj/FK9il14UaVdHmiQ1tsi90ltA== + magic-string@^0.22.4: version "0.22.5" resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.22.5.tgz#8e9cf5afddf44385c1da5bc2a6a0dbd10b03657e" @@ -5463,6 +5491,14 @@ make-dir@^1.0.0, make-dir@^1.3.0: dependencies: pify "^3.0.0" +make-dir@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5" + integrity sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA== + dependencies: + pify "^4.0.1" + semver "^5.6.0" + make-fetch-happen@^4.0.1: version "4.0.1" resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-4.0.1.tgz#141497cb878f243ba93136c83d8aba12c216c083" @@ -5480,6 +5516,11 @@ make-fetch-happen@^4.0.1: socks-proxy-agent "^4.0.0" ssri "^6.0.0" +mamacro@^0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/mamacro/-/mamacro-0.0.3.tgz#ad2c9576197c9f1abf308d0787865bd975a3f3e4" + integrity sha512-qMEwh+UujcQ+kbz3T6V+wAmO2U8veoq2w+3wY8MquqwVA3jChfwY+Tk52GZKDfACEPjuZ7r2oJLejwpt8jtwTA== + map-age-cleaner@^0.1.1: version "0.1.3" resolved "https://registry.yarnpkg.com/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz#7d583a7306434c055fe474b0f45078e6e1b4b92a" @@ -5514,18 +5555,6 @@ marked@^0.4.0: resolved "https://registry.yarnpkg.com/marked/-/marked-0.4.0.tgz#9ad2c2a7a1791f10a852e0112f77b571dce10c66" integrity sha512-tMsdNBgOsrUophCAFQl0XPe6Zqk/uy9gnue+jIIKhykO51hxyu6uNx7zBPy0+y/WKYVZZMspV9YeXLNdKk+iYw== -md5-hex@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/md5-hex/-/md5-hex-2.0.0.tgz#d0588e9f1c74954492ecd24ac0ac6ce997d92e33" - integrity sha1-0FiOnxx0lUSS7NJKwKxs6ZfZLjM= - dependencies: - md5-o-matic "^0.1.1" - -md5-o-matic@^0.1.1: - version "0.1.1" - resolved "https://registry.yarnpkg.com/md5-o-matic/-/md5-o-matic-0.1.1.tgz#822bccd65e117c514fab176b25945d54100a03c3" - integrity sha1-givM1l4RfFFPqxdrJZRdVBAKA8M= - md5.js@^1.3.4: version "1.3.5" resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" @@ -5540,13 +5569,6 @@ mdn-data@~1.1.0: resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-1.1.4.tgz#50b5d4ffc4575276573c4eedb8780812a8419f01" integrity sha512-FSYbp3lyKjyj3E7fMl6rYvUdX0FBXaluGqlFoYESWQlyUTq8R+wp0rkFxoYFqZlHCvsUXGjyJmLQSnXToYhOSA== -mem@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76" - integrity sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y= - dependencies: - mimic-fn "^1.0.0" - mem@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/mem/-/mem-4.0.0.tgz#6437690d9471678f6cc83659c00cbafcd6b0cdaf" @@ -5749,22 +5771,34 @@ mkdirp@0.5.1, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkd dependencies: minimist "0.0.8" -mocha@^5.2.0: - version "5.2.0" - resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.2.0.tgz#6d8ae508f59167f940f2b5b3c4a612ae50c90ae6" - integrity sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ== +mocha@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-6.0.2.tgz#cdc1a6fdf66472c079b5605bac59d29807702d2c" + integrity sha512-RtTJsmmToGyeTznSOMoM6TPEk1A84FQaHIciKrRqARZx+B5ccJ5tXlmJzEKGBxZdqk9UjpRsesZTUkZmR5YnuQ== dependencies: + ansi-colors "3.2.3" browser-stdout "1.3.1" - commander "2.15.1" - debug "3.1.0" + debug "3.2.6" diff "3.5.0" escape-string-regexp "1.0.5" - glob "7.1.2" + findup-sync "2.0.0" + glob "7.1.3" growl "1.10.5" - he "1.1.1" + he "1.2.0" + js-yaml "3.12.0" + log-symbols "2.2.0" minimatch "3.0.4" mkdirp "0.5.1" - supports-color "5.4.0" + ms "2.1.1" + node-environment-flags "1.0.4" + object.assign "4.1.0" + strip-json-comments "2.0.1" + supports-color "6.0.0" + which "1.3.1" + wide-align "1.1.3" + yargs "12.0.5" + yargs-parser "11.1.1" + yargs-unparser "1.5.0" modify-values@^1.0.0: version "1.0.1" @@ -5788,7 +5822,7 @@ ms@2.0.0: resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= -ms@^2.0.0, ms@^2.1.1: +ms@2.1.1, ms@^2.0.0, ms@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a" integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg== @@ -5844,7 +5878,7 @@ needle@^2.2.1: iconv-lite "^0.4.4" sax "^1.2.4" -neo-async@^2.5.0: +neo-async@^2.5.0, neo-async@^2.6.0: version "2.6.0" resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.0.tgz#b9d15e4d71c6762908654b5183ed38b753340835" integrity sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA== @@ -5859,6 +5893,13 @@ node-addon-api@^1.6.0: resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-1.6.2.tgz#d8aad9781a5cfc4132cc2fecdbdd982534265217" integrity sha512-479Bjw9nTE5DdBSZZWprFryHGjUaQC31y1wHo19We/k0BZlrmhqQitWoUL0cD8+scljCbIUL+E58oRDEakdGGA== +node-environment-flags@1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/node-environment-flags/-/node-environment-flags-1.0.4.tgz#0b784a6551426bfc16d3b2208424dcbc2b2ff038" + integrity sha512-M9rwCnWVLW7PX+NUWe3ejEdiLYinRpsEre9hMkU/6NS4h+EEulYaDH1gCEZ2gyXsmw+RXYDaV2JkkTNcsPDJ0Q== + dependencies: + object.getownpropertydescriptors "^2.0.3" + node-fetch-npm@^2.0.2: version "2.0.2" resolved "https://registry.yarnpkg.com/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz#7258c9046182dca345b4208eda918daf33697ff7" @@ -5868,6 +5909,11 @@ node-fetch-npm@^2.0.2: json-parse-better-errors "^1.0.0" safe-buffer "^5.1.1" +node-fetch@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5" + integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA== + node-forge@^0.7.1: version "0.7.6" resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.6.tgz#fdf3b418aee1f94f0ef642cd63486c77ca9724ac" @@ -5980,7 +6026,7 @@ normalize-path@^2.1.1: dependencies: remove-trailing-separator "^1.0.1" -normalize-url@^3.0.0: +normalize-url@^3.0.0, normalize-url@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== @@ -6004,12 +6050,7 @@ npm-lifecycle@^2.1.0: umask "^1.1.0" which "^1.3.1" -npm-logical-tree@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/npm-logical-tree/-/npm-logical-tree-1.2.1.tgz#44610141ca24664cad35d1e607176193fd8f5b88" - integrity sha512-AJI/qxDB2PWI4LG1CYN579AY1vCiNyWfkiquCsJWqntRu/WwimVrC8yXeILBFHDwxfOejxewlmnvW9XXjMlYIg== - -"npm-package-arg@^4.0.0 || ^5.0.0 || ^6.0.0", "npm-package-arg@^5.1.2 || 6", npm-package-arg@^6.0.0, npm-package-arg@^6.1.0: +"npm-package-arg@^4.0.0 || ^5.0.0 || ^6.0.0", npm-package-arg@^6.0.0, npm-package-arg@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-6.1.0.tgz#15ae1e2758a5027efb4c250554b85a737db7fcc1" integrity sha512-zYbhP2k9DbJhA0Z3HKUePUgdB1x7MfIfKssC+WLPFMKTBZKpZh5m13PgexJjCq6KW7j17r0jHWcCpxEqnnncSA== @@ -6027,6 +6068,14 @@ npm-packlist@^1.1.12, npm-packlist@^1.1.6: ignore-walk "^3.0.1" npm-bundled "^1.0.1" +npm-packlist@^1.4.1: + version "1.4.1" + resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.1.tgz#19064cdf988da80ea3cee45533879d90192bbfbc" + integrity sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw== + dependencies: + ignore-walk "^3.0.1" + npm-bundled "^1.0.1" + npm-pick-manifest@^2.2.3: version "2.2.3" resolved "https://registry.yarnpkg.com/npm-pick-manifest/-/npm-pick-manifest-2.2.3.tgz#32111d2a9562638bb2c8f2bf27f7f3092c8fae40" @@ -6036,15 +6085,6 @@ npm-pick-manifest@^2.2.3: npm-package-arg "^6.0.0" semver "^5.4.1" -npm-profile@^4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/npm-profile/-/npm-profile-4.0.1.tgz#d350f7a5e6b60691c7168fbb8392c3603583f5aa" - integrity sha512-NQ1I/1Q7YRtHZXkcuU1/IyHeLy6pd+ScKg4+DQHdfsm769TGq6HPrkbuNJVJS4zwE+0mvvmeULzQdWn2L2EsVA== - dependencies: - aproba "^1.1.2 || 2" - figgy-pudding "^3.4.1" - npm-registry-fetch "^3.8.0" - npm-registry-fetch@^3.8.0: version "3.8.0" resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-3.8.0.tgz#aa7d9a7c92aff94f48dba0984bdef4bd131c88cc" @@ -6057,6 +6097,18 @@ npm-registry-fetch@^3.8.0: make-fetch-happen "^4.0.1" npm-package-arg "^6.1.0" +npm-registry-fetch@^3.9.0: + version "3.9.0" + resolved "https://registry.yarnpkg.com/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz#44d841780e2833f06accb34488f8c7450d1a6856" + integrity sha512-srwmt8YhNajAoSAaDWndmZgx89lJwIZ1GWxOuckH4Coek4uHv5S+o/l9FLQe/awA+JwTnj4FJHldxhlXdZEBmw== + dependencies: + JSONStream "^1.3.4" + bluebird "^3.5.1" + figgy-pudding "^3.4.1" + lru-cache "^4.1.3" + make-fetch-happen "^4.0.1" + npm-package-arg "^6.1.0" + npm-run-path@^2.0.0: version "2.0.2" resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f" @@ -6091,36 +6143,35 @@ nwsapi@^2.0.7: resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.1.1.tgz#08d6d75e69fd791bdea31507ffafe8c843b67e9c" integrity sha512-T5GaA1J/d34AC8mkrFD2O0DR17kwJ702ZOtJOsS8RpbsQZVOC2/xYFb1i/cw+xdM54JIlMuojjDOYct8GIWtwg== -nyc@^13.1.0: - version "13.1.0" - resolved "https://registry.yarnpkg.com/nyc/-/nyc-13.1.0.tgz#463665c7ff6b5798e322624a5eb449a678db90e3" - integrity sha512-3GyY6TpQ58z9Frpv4GMExE1SV2tAgYqC7HSy2omEhNiCT3mhT9NyiOvIE8zkbuJVFzmvvNTnE4h/7/wQae7xLg== +nyc@^13.3.0: + version "13.3.0" + resolved "https://registry.yarnpkg.com/nyc/-/nyc-13.3.0.tgz#da4dbe91a9c8b9ead3f4f3344c76f353e3c78c75" + integrity sha512-P+FwIuro2aFG6B0Esd9ZDWUd51uZrAEoGutqZxzrVmYl3qSfkLgcQpBPBjtDFsUQLFY1dvTQJPOyeqr8S9GF8w== dependencies: archy "^1.0.0" arrify "^1.0.1" - caching-transform "^2.0.0" + caching-transform "^3.0.1" convert-source-map "^1.6.0" - debug-log "^1.0.1" find-cache-dir "^2.0.0" find-up "^3.0.0" foreground-child "^1.5.6" glob "^7.1.3" - istanbul-lib-coverage "^2.0.1" - istanbul-lib-hook "^2.0.1" - istanbul-lib-instrument "^3.0.0" - istanbul-lib-report "^2.0.2" - istanbul-lib-source-maps "^2.0.1" - istanbul-reports "^2.0.1" + istanbul-lib-coverage "^2.0.3" + istanbul-lib-hook "^2.0.3" + istanbul-lib-instrument "^3.1.0" + istanbul-lib-report "^2.0.4" + istanbul-lib-source-maps "^3.0.2" + istanbul-reports "^2.1.1" make-dir "^1.3.0" merge-source-map "^1.1.0" resolve-from "^4.0.0" - rimraf "^2.6.2" + rimraf "^2.6.3" signal-exit "^3.0.2" spawn-wrap "^1.4.2" - test-exclude "^5.0.0" + test-exclude "^5.1.0" uuid "^3.3.2" - yargs "11.1.0" - yargs-parser "^9.0.2" + yargs "^12.0.5" + yargs-parser "^11.1.1" oauth-sign@~0.9.0: version "0.9.0" @@ -6146,6 +6197,11 @@ object-inspect@~1.4.0: resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.4.1.tgz#37ffb10e71adaf3748d05f713b4c9452f402cbc4" integrity sha512-wqdhLpfCUbEsoEwl3FXwGyv8ief1k/1aUdIPCqVnupM6e8l63BEJdiF/0swtn04/8p05tG/T0FrpTlfwvljOdw== +object-keys@^1.0.11: + version "1.1.0" + resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.1.0.tgz#11bd22348dd2e096a045ab06f6c85bcc340fa032" + integrity sha512-6OO5X1+2tYkNyNEx6TsCxEqFfRWaqx6EtMiSbGrw8Ob8v9Ne+Hl8rBAgLBZn5wjEz3s/s6U1WXFUFOcxxAwUpg== + object-keys@^1.0.12, object-keys@^1.0.6: version "1.0.12" resolved "https://registry.yarnpkg.com/object-keys/-/object-keys-1.0.12.tgz#09c53855377575310cca62f55bb334abff7b3ed2" @@ -6158,6 +6214,16 @@ object-visit@^1.0.0: dependencies: isobject "^3.0.0" +object.assign@4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.0.tgz#968bf1100d7956bb3ca086f006f846b3bc4008da" + integrity sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w== + dependencies: + define-properties "^1.1.2" + function-bind "^1.1.1" + has-symbols "^1.0.0" + object-keys "^1.0.11" + object.getownpropertydescriptors@^2.0.3: version "2.0.3" resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16" @@ -6183,6 +6249,11 @@ object.values@^1.0.4: function-bind "^1.1.1" has "^1.0.3" +octokit-pagination-methods@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz#cf472edc9d551055f9ef73f6e42b4dbb4c80bea4" + integrity sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ== + on-finished@~2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/on-finished/-/on-finished-2.3.0.tgz#20f1336481b083cd75337992a16971aa2d906947" @@ -6253,15 +6324,6 @@ os-homedir@^1.0.0, os-homedir@^1.0.1: resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= -os-locale@^2.0.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-2.1.0.tgz#42bc2900a6b5b8bd17376c8e882b65afccf24bf2" - integrity sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA== - dependencies: - execa "^0.7.0" - lcid "^1.0.0" - mem "^1.1.0" - os-locale@^3.0.0: version "3.1.0" resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a" @@ -6271,6 +6333,14 @@ os-locale@^3.0.0: lcid "^2.0.0" mem "^4.0.0" +os-name@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/os-name/-/os-name-3.0.0.tgz#e1434dbfddb8e74b44c98b56797d951b7648a5d9" + integrity sha512-7c74tib2FsdFbQ3W+qj8Tyd1R3Z6tuVRNNxXjJcZ4NgjIEQU9N/prVMqcW29XZPXGACqaXN3jq58/6hoaoXH6g== + dependencies: + macos-release "^2.0.0" + windows-release "^3.1.0" + os-tmpdir@^1.0.0, os-tmpdir@~1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" @@ -6366,20 +6436,20 @@ p-waterfall@^1.0.0: dependencies: p-reduce "^1.0.0" -package-hash@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/package-hash/-/package-hash-2.0.0.tgz#78ae326c89e05a4d813b68601977af05c00d2a0d" - integrity sha1-eK4ybIngWk2BO2hgGXevBcANKg0= +package-hash@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/package-hash/-/package-hash-3.0.0.tgz#50183f2d36c9e3e528ea0a8605dff57ce976f88e" + integrity sha512-lOtmukMDVvtkL84rJHI7dpTYq+0rli8N2wlnqUcBuDWCfVhRUfOmnR9SsoHFMLpACvEV60dX7rd0rFaYDZI+FA== dependencies: - graceful-fs "^4.1.11" + graceful-fs "^4.1.15" + hasha "^3.0.0" lodash.flattendeep "^4.4.0" - md5-hex "^2.0.0" release-zalgo "^1.0.0" -pacote@^9.2.3: - version "9.3.0" - resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.3.0.tgz#ec0d21b739a625d81a19ae546386fedee3300bc1" - integrity sha512-uy5xghB5wUtmFS+uNhQGhlsIF9rfsfxw6Zsu2VpmSz4/f+8D2+5V1HwjHdSn7W6aQTrxNNmmoUF5qNE10/EVdA== +pacote@^9.5.0: + version "9.5.0" + resolved "https://registry.yarnpkg.com/pacote/-/pacote-9.5.0.tgz#85f3013a3f6dd51c108b0ccabd3de8102ddfaeda" + integrity sha512-aUplXozRbzhaJO48FaaeClmN+2Mwt741MC6M3bevIGZwdCaP7frXzbUOfOWa91FPHoLITzG0hYaKY363lxO3bg== dependencies: bluebird "^3.5.3" cacache "^11.3.2" @@ -6527,6 +6597,24 @@ parse-passwd@^1.0.0: resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6" integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY= +parse-path@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/parse-path/-/parse-path-4.0.1.tgz#0ec769704949778cb3b8eda5e994c32073a1adff" + integrity sha512-d7yhga0Oc+PwNXDvQ0Jv1BuWkLVPXcAoQ/WREgd6vNNoKYaW52KI+RdOFjI63wjkmps9yUE8VS4veP+AgpQ/hA== + dependencies: + is-ssh "^1.3.0" + protocols "^1.4.0" + +parse-url@^5.0.0: + version "5.0.1" + resolved "https://registry.yarnpkg.com/parse-url/-/parse-url-5.0.1.tgz#99c4084fc11be14141efa41b3d117a96fcb9527f" + integrity sha512-flNUPP27r3vJpROi0/R3/2efgKkyXqnXwyP1KQ2U0SfFRgdizOdWfvrrvJg1LuOoxs7GQhmxJlq23IpQ/BkByg== + dependencies: + is-ssh "^1.3.0" + normalize-url "^3.3.0" + parse-path "^4.0.0" + protocols "^1.4.0" + parse5@4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608" @@ -6569,11 +6657,6 @@ path-is-absolute@^1.0.0: resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= -path-is-inside@^1.0.1, path-is-inside@^1.0.2: - version "1.0.2" - resolved "https://registry.yarnpkg.com/path-is-inside/-/path-is-inside-1.0.2.tgz#365417dede44430d1c11af61027facf074bdfc53" - integrity sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM= - path-key@^2.0.0, path-key@^2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40" @@ -6641,6 +6724,11 @@ pify@^3.0.0: resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176" integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY= +pify@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231" + integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g== + pinkie-promise@^2.0.0: version "2.0.1" resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa" @@ -7267,6 +7355,11 @@ proto-list@~1.2.1: resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849" integrity sha1-IS1b/hMYMGpCD2QCuOJv85ZHqEk= +protocols@^1.1.0, protocols@^1.4.0: + version "1.4.7" + resolved "https://registry.yarnpkg.com/protocols/-/protocols-1.4.7.tgz#95f788a4f0e979b291ffefcf5636ad113d037d32" + integrity sha512-Fx65lf9/YDn3hUX08XUc0J8rSux36rEsyiv21ZGUC1mOyeM3lTRpZLcrm8aAolzS4itwVfm7TAPyxC2E5zd6xg== + protoduck@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/protoduck/-/protoduck-5.0.1.tgz#03c3659ca18007b69a50fd82a7ebcc516261151f" @@ -7781,7 +7874,7 @@ rgba-regex@^1.0.0: resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3" integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM= -rimraf@2, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3: +rimraf@2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3: version "2.6.3" resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab" integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA== @@ -7812,10 +7905,10 @@ rollup-pluginutils@^2.3.3: estree-walker "^0.6.0" micromatch "^3.1.10" -rollup@^1.7.4: - version "1.7.4" - resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.7.4.tgz#dd9d1d4935d3db38f16e1caaef635d8d1b0831c4" - integrity sha512-nc86fETLHdozhRWlW/uNVIQ7ODuA1vU2/L8znAxP9TNMx1NA6GTth3llqoxxCle2kkyui+OfGzbKaQxD60NJjA== +rollup@^1.8.0: + version "1.8.0" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.8.0.tgz#e3ce8b708ad4325166717f74f244f691595d35e2" + integrity sha512-dKxL6ihUZ9YrVySKf/LBz5joW2sqwWkiuki34279Ppr2cL+O6Za6Ujovk+rtTX0AFCIsH1rs6y8LYKdZZ/7C5A== dependencies: "@types/estree" "0.0.39" "@types/node" "^11.11.6" @@ -7871,14 +7964,6 @@ sax@^1.2.4, sax@~1.2.4: resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9" integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw== -schema-utils@^0.4.4: - version "0.4.7" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.4.7.tgz#ba74f597d2be2ea880131746ee17d0a093c68187" - integrity sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ== - dependencies: - ajv "^6.1.0" - ajv-keywords "^3.1.0" - schema-utils@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" @@ -8355,11 +8440,6 @@ string_decoder@~1.1.1: dependencies: safe-buffer "~5.1.0" -stringify-package@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.0.tgz#e02828089333d7d45cd8c287c30aa9a13375081b" - integrity sha512-JIQqiWmLiEozOC0b0BtxZ/AOUtdUZHCBPgqIZ2kSJJqGwgb9neo44XdTHUC4HZSGqi03hOeB7W/E8rAlKnGe9g== - strip-ansi@^3.0.0, strip-ansi@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" @@ -8410,7 +8490,7 @@ strip-indent@^2.0.0: resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-2.0.0.tgz#5ef8db295d01e6ed6cbf7aab96998d7822527b68" integrity sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g= -strip-json-comments@~2.0.1: +strip-json-comments@2.0.1, strip-json-comments@~2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= @@ -8433,10 +8513,10 @@ stylehacks@^4.0.0: postcss "^7.0.0" postcss-selector-parser "^3.0.0" -supports-color@5.4.0: - version "5.4.0" - resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54" - integrity sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w== +supports-color@6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.0.0.tgz#76cfe742cf1f41bb9b1c29ad03068c05b4c0e40a" + integrity sha512-on9Kwidc1IUQo+bQdhi8+Tijpo0e1SS6RoGo2guUwn5vdaxw8RXOF9Vb2ws+ihWOmh4JnCJOvaziZWP1VABaLg== dependencies: has-flag "^3.0.0" @@ -8459,7 +8539,7 @@ supports-color@^5.3.0, supports-color@^5.4.0, supports-color@^5.5.0: dependencies: has-flag "^3.0.0" -supports-color@^6.1.0: +supports-color@^6.0.0, supports-color@^6.1.0: version "6.1.0" resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3" integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ== @@ -8567,10 +8647,10 @@ terser@^3.7.3, terser@^3.8.1: source-map "~0.6.1" source-map-support "~0.5.6" -test-exclude@^5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.0.0.tgz#cdce7cece785e0e829cd5c2b27baf18bc583cfb7" - integrity sha512-bO3Lj5+qFa9YLfYW2ZcXMOV1pmQvw+KS/DpjqhyX6Y6UZ8zstpZJ+mA2ERkXfpOqhxsJlQiLeVXD3Smsrs6oLw== +test-exclude@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-5.1.0.tgz#6ba6b25179d2d38724824661323b73e03c0c1de1" + integrity sha512-gwf0S2fFsANC55fSeSqpb8BYk6w3FDvwZxfNjeF6FRgvFa43r+7wRiA/Q0IxoRU37wB/LE8IQ4221BsNucTaCA== dependencies: arrify "^1.0.1" minimatch "^3.0.4" @@ -8718,10 +8798,10 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286" integrity sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ== -tslint@^5.14.0: - version "5.14.0" - resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.14.0.tgz#be62637135ac244fc9b37ed6ea5252c9eba1616e" - integrity sha512-IUla/ieHVnB8Le7LdQFRGlVJid2T/gaJe5VkjzRVSRR6pA2ODYrnfR1hmxi+5+au9l50jBwpbBL34txgv4NnTQ== +tslint@^5.15.0: + version "5.15.0" + resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.15.0.tgz#6ffb180986d63afa1e531feb2a134dbf961e27d3" + integrity sha512-6bIEujKR21/3nyeoX2uBnE8s+tMXCQXhqMmaIPJpHmXJoBJPTLcI7/VHRtUwMhnLVdwLqqY3zmd8Dxqa5CVdJA== dependencies: babel-code-frame "^6.22.0" builtin-modules "^1.1.1" @@ -8729,7 +8809,7 @@ tslint@^5.14.0: commander "^2.12.1" diff "^3.2.0" glob "^7.1.1" - js-yaml "^3.7.0" + js-yaml "^3.13.0" minimatch "^3.0.4" mkdirp "^0.5.1" resolve "^1.3.2" @@ -8778,10 +8858,10 @@ typedoc-default-themes@^0.5.0: resolved "https://registry.yarnpkg.com/typedoc-default-themes/-/typedoc-default-themes-0.5.0.tgz#6dc2433e78ed8bea8e887a3acde2f31785bd6227" integrity sha1-bcJDPnjti+qOiHo6zeLzF4W9Yic= -typedoc@^0.14.0: - version "0.14.0" - resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.14.0.tgz#f7de2f3f1109b92eeafd6cbff269e28a86c8079e" - integrity sha512-9DOYWO6O02YGZfbNOrELtmpQF4Eba/6AfNQNt46iRuIokoEq1Axdz9Ae/XjgdoXsM2ShGlDZsAO36BwRVz/Nmw== +typedoc@^0.14.2: + version "0.14.2" + resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.14.2.tgz#769f457f4f9e4bdb8b5f3b177c86b6a31d8c3dc3" + integrity sha512-aEbgJXV8/KqaVhcedT7xG6d2r+mOvB5ep3eIz1KuB5sc4fDYXcepEEMdU7XSqLFO5hVPu0nllHi1QxX2h/QlpQ== dependencies: "@types/fs-extra" "^5.0.3" "@types/handlebars" "^4.0.38" @@ -8792,7 +8872,7 @@ typedoc@^0.14.0: "@types/shelljs" "^0.8.0" fs-extra "^7.0.0" handlebars "^4.0.6" - highlight.js "9.12.0" + highlight.js "^9.13.1" lodash "^4.17.10" marked "^0.4.0" minimatch "^3.0.0" @@ -8801,11 +8881,16 @@ typedoc@^0.14.0: typedoc-default-themes "^0.5.0" typescript "3.2.x" -typescript@3.2.x, typescript@^3.2.2: +typescript@3.2.x: version "3.2.2" resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5" integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg== +typescript@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.1.tgz#b6691be11a881ffa9a05765a205cb7383f3b63c6" + integrity sha512-3NSMb2VzDQm8oBTLH6Nj55VVtUEpe/rgkIzMir0qVoLyjDZlnMBva0U6vDiV3IH+sl/Yu6oP5QwsAQtHPmDd2Q== + uglify-js@^3.1.4: version "3.4.9" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.9.tgz#af02f180c1207d76432e473ed24a28f4a782bae3" @@ -8904,6 +8989,13 @@ unique-slug@^2.0.0: dependencies: imurmurhash "^0.1.4" +universal-user-agent@^2.0.0, universal-user-agent@^2.0.1: + version "2.0.3" + resolved "https://registry.yarnpkg.com/universal-user-agent/-/universal-user-agent-2.0.3.tgz#9f6f09f9cc33de867bb720d84c08069b14937c6c" + integrity sha512-eRHEHhChCBHrZsA4WEhdgiOKgdvgrMIHwnwnqD0r5C6AO8kwKcG7qSku3iXdhvHL3YvsS9ZkSGN8h/hIpoFC8g== + dependencies: + os-name "^3.0.0" + universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66" @@ -8939,6 +9031,11 @@ urix@^0.1.0: resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= +url-template@^2.0.8: + version "2.0.8" + resolved "https://registry.yarnpkg.com/url-template/-/url-template-2.0.8.tgz#fc565a3cccbff7730c775f5641f9555791439f21" + integrity sha1-/FZaPMy/93MMd19WQflVV5FDnyE= + url@^0.11.0: version "0.11.0" resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1" @@ -9058,24 +9155,22 @@ webidl-conversions@^4.0.2: resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad" integrity sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg== -webpack-cli@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.2.1.tgz#779c696c82482491f0803907508db2e276ed3b61" - integrity sha512-jeJveHwz/vwpJ3B8bxEL5a/rVKIpRNJDsKggfKnxuYeohNDW4Y/wB9N/XHJA093qZyS0r6mYL+/crLsIol4WKA== +webpack-cli@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.0.tgz#55c8a74cae1e88117f9dda3a801c7272e93ca318" + integrity sha512-t1M7G4z5FhHKJ92WRKwZ1rtvi7rHc0NZoZRbSkol0YKl4HvcC8+DsmGDmK7MmZxHSAetHagiOsjOB6MmzC2TUw== dependencies: chalk "^2.4.1" cross-spawn "^6.0.5" enhanced-resolve "^4.1.0" findup-sync "^2.0.0" global-modules "^1.0.0" - global-modules-path "^2.3.0" import-local "^2.0.0" interpret "^1.1.0" - lightercollective "^0.1.0" loader-utils "^1.1.0" supports-color "^5.5.0" v8-compile-cache "^2.0.2" - yargs "^12.0.4" + yargs "^12.0.5" webpack-sources@^1.1.0, webpack-sources@^1.3.0: version "1.3.0" @@ -9085,17 +9180,17 @@ webpack-sources@^1.1.0, webpack-sources@^1.3.0: source-list-map "^2.0.0" source-map "~0.6.1" -webpack@^4.28.1: - version "4.28.1" - resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.28.1.tgz#d0e2856e75d1224b170bf16c30b6ca9b75f0d958" - integrity sha512-qAS7BFyS5iuOZzGJxyDXmEI289h7tVNtJ5XMxf6Tz55J2riOyH42uaEsWF0F32TRaI+54SmI6qRgHM3GzsZ+sQ== - dependencies: - "@webassemblyjs/ast" "1.7.11" - "@webassemblyjs/helper-module-context" "1.7.11" - "@webassemblyjs/wasm-edit" "1.7.11" - "@webassemblyjs/wasm-parser" "1.7.11" - acorn "^5.6.2" - acorn-dynamic-import "^3.0.0" +webpack@^4.29.6: + version "4.29.6" + resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.6.tgz#66bf0ec8beee4d469f8b598d3988ff9d8d90e955" + integrity sha512-MwBwpiE1BQpMDkbnUUaW6K8RFZjljJHArC6tWQJoFm0oQtfoSebtg4Y7/QHnJ/SddtjYLHaKGX64CFjG5rehJw== + dependencies: + "@webassemblyjs/ast" "1.8.5" + "@webassemblyjs/helper-module-context" "1.8.5" + "@webassemblyjs/wasm-edit" "1.8.5" + "@webassemblyjs/wasm-parser" "1.8.5" + acorn "^6.0.5" + acorn-dynamic-import "^4.0.0" ajv "^6.1.0" ajv-keywords "^3.1.0" chrome-trace-event "^1.0.0" @@ -9109,7 +9204,7 @@ webpack@^4.28.1: mkdirp "~0.5.0" neo-async "^2.5.0" node-libs-browser "^2.0.0" - schema-utils "^0.4.4" + schema-utils "^1.0.0" tapable "^1.1.0" terser-webpack-plugin "^1.1.0" watchpack "^1.5.0" @@ -9150,20 +9245,27 @@ which-module@^2.0.0: resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= -which@1, which@^1.2.14, which@^1.2.9, which@^1.3.0, which@^1.3.1: +which@1, which@1.3.1, which@^1.2.14, which@^1.2.9, which@^1.3.0, which@^1.3.1: version "1.3.1" resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a" integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ== dependencies: isexe "^2.0.0" -wide-align@^1.1.0: +wide-align@1.1.3, wide-align@^1.1.0: version "1.1.3" resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== dependencies: string-width "^1.0.2 || 2" +windows-release@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/windows-release/-/windows-release-3.1.0.tgz#8d4a7e266cbf5a233f6c717dac19ce00af36e12e" + integrity sha512-hBb7m7acFgQPQc222uEQTmdcGLeBmQLNLFIh0rDk3CwFOBrfjefLzEfEfmpMq8Af/n/GnFf3eYf203FY1PmudA== + dependencies: + execa "^0.10.0" + wordwrap@~0.0.2: version "0.0.3" resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107" @@ -9203,6 +9305,15 @@ write-file-atomic@^2.0.0, write-file-atomic@^2.3.0: imurmurhash "^0.1.4" signal-exit "^3.0.2" +write-file-atomic@^2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-2.4.2.tgz#a7181706dfba17855d221140a9c06e15fcdd87b9" + integrity sha512-s0b6vB3xIVRLWywa6X9TOMA7k9zio0TMOsl9ZnDkliA/cfJlpHXAscj0gbHVJiTdIuAYpIyqS5GW91fqm6gG5g== + dependencies: + graceful-fs "^4.1.11" + imurmurhash "^0.1.4" + signal-exit "^3.0.2" + write-json-file@^2.2.0, write-json-file@^2.3.0: version "2.3.0" resolved "https://registry.yarnpkg.com/write-json-file/-/write-json-file-2.3.0.tgz#2b64c8a33004d54b8698c76d585a77ceb61da32f" @@ -9240,11 +9351,6 @@ xtend@^4.0.0, xtend@~4.0.1: resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af" integrity sha1-pcbVMr5lbiPbgg77lDofBJmNY68= -y18n@^3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/y18n/-/y18n-3.2.1.tgz#6d15fba884c08679c0d77e88e7759e811e07fa41" - integrity sha1-bRX7qITAhnnA136I53WegR4H+kE= - "y18n@^3.2.1 || ^4.0.0", y18n@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b" @@ -9260,7 +9366,7 @@ yallist@^3.0.0, yallist@^3.0.2: resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9" integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A== -yargs-parser@^11.1.1: +yargs-parser@11.1.1, yargs-parser@^11.1.1: version "11.1.1" resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-11.1.1.tgz#879a0865973bca9f6bab5cbdf3b1c67ec7d3bcf4" integrity sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ== @@ -9268,32 +9374,16 @@ yargs-parser@^11.1.1: camelcase "^5.0.0" decamelize "^1.2.0" -yargs-parser@^9.0.2: - version "9.0.2" - resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-9.0.2.tgz#9ccf6a43460fe4ed40a9bb68f48d43b8a68cc077" - integrity sha1-nM9qQ0YP5O1Aqbto9I1DuKaMwHc= - dependencies: - camelcase "^4.1.0" - -yargs@11.1.0: - version "11.1.0" - resolved "https://registry.yarnpkg.com/yargs/-/yargs-11.1.0.tgz#90b869934ed6e871115ea2ff58b03f4724ed2d77" - integrity sha512-NwW69J42EsCSanF8kyn5upxvjp5ds+t3+udGBeTbFnERA+lF541DDpMawzo4z6W/QrzNM18D+BPMiOBibnFV5A== +yargs-unparser@1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-1.5.0.tgz#f2bb2a7e83cbc87bb95c8e572828a06c9add6e0d" + integrity sha512-HK25qidFTCVuj/D1VfNiEndpLIeJN78aqgR23nL3y4N0U/91cOAzqfHlF8n2BvoNDcZmJKin3ddNSvOxSr8flw== dependencies: - cliui "^4.0.0" - decamelize "^1.1.1" - find-up "^2.1.0" - get-caller-file "^1.0.1" - os-locale "^2.0.0" - require-directory "^2.1.1" - require-main-filename "^1.0.1" - set-blocking "^2.0.0" - string-width "^2.0.0" - which-module "^2.0.0" - y18n "^3.2.1" - yargs-parser "^9.0.2" + flat "^4.1.0" + lodash "^4.17.11" + yargs "^12.0.5" -yargs@^12.0.1, yargs@^12.0.4: +yargs@12.0.5, yargs@^12.0.1, yargs@^12.0.5: version "12.0.5" resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13" integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==