Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/adjacency@0.1.12
 - @thi.ng/associative@2.2.1
 - @thi.ng/bencode@0.2.14
 - @thi.ng/bitfield@0.1.5
 - @thi.ng/cache@1.0.16
 - @thi.ng/color@0.1.18
 - @thi.ng/csp@1.0.16
 - @thi.ng/dcons@2.0.16
 - @thi.ng/dgraph@1.1.6
 - @thi.ng/fsm@2.1.12
 - @thi.ng/geom-accel@1.1.14
 - @thi.ng/geom-api@0.2.0
 - @thi.ng/geom-arc@0.1.14
 - @thi.ng/geom-clip@0.0.16
 - @thi.ng/geom-closest-point@0.2.0
 - @thi.ng/geom-hull@0.0.16
 - @thi.ng/geom-isec@0.1.14
 - @thi.ng/geom-isoline@0.1.14
 - @thi.ng/geom-poly-utils@0.1.14
 - @thi.ng/geom-resample@0.1.14
 - @thi.ng/geom-splines@0.1.14
 - @thi.ng/geom-subdiv-curve@0.1.13
 - @thi.ng/geom-tessellate@0.1.14
 - @thi.ng/geom-voronoi@0.1.14
 - @thi.ng/geom@1.4.0
 - @thi.ng/hdom-canvas@2.0.14
 - @thi.ng/hdom-components@3.0.16
 - @thi.ng/hiccup-css@1.0.16
 - @thi.ng/hiccup-markdown@1.0.19
 - @thi.ng/hiccup-svg@3.1.19
 - @thi.ng/iges@1.1.0
 - @thi.ng/iterators@5.0.16
 - @thi.ng/lsys@0.2.11
 - @thi.ng/matrices@0.3.2
 - @thi.ng/poisson@0.2.13
 - @thi.ng/range-coder@1.0.16
 - @thi.ng/rstream-csp@1.0.23
 - @thi.ng/rstream-dot@1.0.23
 - @thi.ng/rstream-gestures@1.1.1
 - @thi.ng/rstream-graph@3.0.23
 - @thi.ng/rstream-log-file@0.1.11
 - @thi.ng/rstream-log@3.0.11
 - @thi.ng/rstream-query@1.0.23
 - @thi.ng/rstream@2.4.1
 - @thi.ng/sax@1.0.16
 - @thi.ng/sparse@0.1.12
 - @thi.ng/strings@1.1.0
 - @thi.ng/transducers-binary@0.3.9
 - @thi.ng/transducers-fsm@1.0.16
 - @thi.ng/transducers-hdom@2.0.19
 - @thi.ng/transducers-stats@1.0.16
 - @thi.ng/transducers@5.3.4
 - @thi.ng/vector-pools@0.2.13
 - @thi.ng/vectors@2.5.3
  • Loading branch information
postspectacular committed Apr 15, 2019
1 parent 1a5ead1 commit 4baddea
Show file tree
Hide file tree
Showing 108 changed files with 620 additions and 172 deletions.
8 changes: 8 additions & 0 deletions packages/adjacency/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/adjacency@0.1.11...@thi.ng/adjacency@0.1.12) (2019-04-15)

**Note:** Version bump only for package @thi.ng/adjacency





## [0.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/adjacency@0.1.10...@thi.ng/adjacency@0.1.11) (2019-04-03)

**Note:** Version bump only for package @thi.ng/adjacency
Expand Down
10 changes: 5 additions & 5 deletions packages/adjacency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/adjacency",
"version": "0.1.11",
"version": "0.1.12",
"description": "Sparse & bitwise adjacency matrices for directed / undirected graphs",
"module": "./index.js",
"main": "./lib/index.js",
Expand All @@ -24,7 +24,7 @@
"pub": "yarn build && yarn publish --access public"
},
"devDependencies": {
"@thi.ng/vectors": "^2.5.2",
"@thi.ng/vectors": "^2.5.3",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.0",
"mocha": "^6.0.2",
Expand All @@ -35,10 +35,10 @@
"dependencies": {
"@thi.ng/api": "^6.0.1",
"@thi.ng/binary": "^1.0.5",
"@thi.ng/bitfield": "^0.1.4",
"@thi.ng/bitfield": "^0.1.5",
"@thi.ng/checks": "^2.1.5",
"@thi.ng/dcons": "^2.0.15",
"@thi.ng/sparse": "^0.1.11"
"@thi.ng/dcons": "^2.0.16",
"@thi.ng/sparse": "^0.1.12"
},
"keywords": [
"adjacency",
Expand Down
8 changes: 8 additions & 0 deletions packages/associative/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@2.2.0...@thi.ng/associative@2.2.1) (2019-04-15)

**Note:** Version bump only for package @thi.ng/associative





# [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/associative@2.1.2...@thi.ng/associative@2.2.0) (2019-04-09)


Expand Down
6 changes: 3 additions & 3 deletions packages/associative/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/associative",
"version": "2.2.0",
"version": "2.2.1",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -36,10 +36,10 @@
"@thi.ng/binary": "^1.0.5",
"@thi.ng/checks": "^2.1.5",
"@thi.ng/compare": "^1.0.5",
"@thi.ng/dcons": "^2.0.15",
"@thi.ng/dcons": "^2.0.16",
"@thi.ng/equiv": "^1.0.5",
"@thi.ng/errors": "^1.0.5",
"@thi.ng/transducers": "^5.3.3"
"@thi.ng/transducers": "^5.3.4"
},
"keywords": [
"data structures",
Expand Down
8 changes: 8 additions & 0 deletions packages/bencode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@0.2.13...@thi.ng/bencode@0.2.14) (2019-04-15)

**Note:** Version bump only for package @thi.ng/bencode





## [0.2.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/bencode@0.2.12...@thi.ng/bencode@0.2.13) (2019-04-03)

**Note:** Version bump only for package @thi.ng/bencode
Expand Down
6 changes: 3 additions & 3 deletions packages/bencode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bencode",
"version": "0.2.13",
"version": "0.2.14",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@thi.ng/checks": "^2.1.5",
"@thi.ng/defmulti": "^1.0.6",
"@thi.ng/errors": "^1.0.5",
"@thi.ng/transducers": "^5.3.3",
"@thi.ng/transducers-binary": "^0.3.8"
"@thi.ng/transducers": "^5.3.4",
"@thi.ng/transducers-binary": "^0.3.9"
},
"keywords": [
"bencode",
Expand Down
8 changes: 8 additions & 0 deletions packages/bitfield/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/bitfield@0.1.4...@thi.ng/bitfield@0.1.5) (2019-04-15)

**Note:** Version bump only for package @thi.ng/bitfield





## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/bitfield/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/bitfield",
"version": "0.1.4",
"version": "0.1.5",
"description": "1D / 2D bit field implementations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@thi.ng/api": "^6.0.1",
"@thi.ng/binary": "^1.0.5",
"@thi.ng/strings": "^1.0.7"
"@thi.ng/strings": "^1.1.0"
},
"keywords": [
"1D",
Expand Down
8 changes: 8 additions & 0 deletions packages/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.15...@thi.ng/cache@1.0.16) (2019-04-15)

**Note:** Version bump only for package @thi.ng/cache





## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/cache@1.0.14...@thi.ng/cache@1.0.15) (2019-04-03)

**Note:** Version bump only for package @thi.ng/cache
Expand Down
6 changes: 3 additions & 3 deletions packages/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/cache",
"version": "1.0.15",
"version": "1.0.16",
"description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,8 +33,8 @@
},
"dependencies": {
"@thi.ng/api": "^6.0.1",
"@thi.ng/dcons": "^2.0.15",
"@thi.ng/transducers": "^5.3.3"
"@thi.ng/dcons": "^2.0.16",
"@thi.ng/transducers": "^5.3.4"
},
"keywords": [
"cache",
Expand Down
8 changes: 8 additions & 0 deletions packages/color/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.17...@thi.ng/color@0.1.18) (2019-04-15)

**Note:** Version bump only for package @thi.ng/color





## [0.1.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/color@0.1.16...@thi.ng/color@0.1.17) (2019-04-03)

**Note:** Version bump only for package @thi.ng/color
Expand Down
8 changes: 4 additions & 4 deletions packages/color/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/color",
"version": "0.1.17",
"version": "0.1.18",
"description": "Raw, array-based, color ops, conversions, opt. type wrappers, multi-color gradients",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@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.3",
"@thi.ng/vectors": "^2.5.2"
"@thi.ng/strings": "^1.1.0",
"@thi.ng/transducers": "^5.3.4",
"@thi.ng/vectors": "^2.5.3"
},
"keywords": [
"alpha",
Expand Down
8 changes: 8 additions & 0 deletions packages/csp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.15...@thi.ng/csp@1.0.16) (2019-04-15)

**Note:** Version bump only for package @thi.ng/csp





## [1.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/csp@1.0.14...@thi.ng/csp@1.0.15) (2019-04-03)

**Note:** Version bump only for package @thi.ng/csp
Expand Down
6 changes: 3 additions & 3 deletions packages/csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/csp",
"version": "1.0.15",
"version": "1.0.16",
"description": "ES6 promise based CSP implementation",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -39,9 +39,9 @@
"@thi.ng/api": "^6.0.1",
"@thi.ng/arrays": "^0.1.6",
"@thi.ng/checks": "^2.1.5",
"@thi.ng/dcons": "^2.0.15",
"@thi.ng/dcons": "^2.0.16",
"@thi.ng/errors": "^1.0.5",
"@thi.ng/transducers": "^5.3.3"
"@thi.ng/transducers": "^5.3.4"
},
"keywords": [
"async",
Expand Down
8 changes: 8 additions & 0 deletions packages/dcons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.0.15...@thi.ng/dcons@2.0.16) (2019-04-15)

**Note:** Version bump only for package @thi.ng/dcons





## [2.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/dcons@2.0.14...@thi.ng/dcons@2.0.15) (2019-04-03)

**Note:** Version bump only for package @thi.ng/dcons
Expand Down
4 changes: 2 additions & 2 deletions packages/dcons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dcons",
"version": "2.0.15",
"version": "2.0.16",
"description": "Comprehensive doubly linked list structure w/ iterator support",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@thi.ng/compare": "^1.0.5",
"@thi.ng/equiv": "^1.0.5",
"@thi.ng/errors": "^1.0.5",
"@thi.ng/transducers": "^5.3.3"
"@thi.ng/transducers": "^5.3.4"
},
"keywords": [
"datastructure",
Expand Down
8 changes: 8 additions & 0 deletions packages/dgraph/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.1.5...@thi.ng/dgraph@1.1.6) (2019-04-15)

**Note:** Version bump only for package @thi.ng/dgraph





## [1.1.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/dgraph@1.1.4...@thi.ng/dgraph@1.1.5) (2019-04-09)

**Note:** Version bump only for package @thi.ng/dgraph
Expand Down
6 changes: 3 additions & 3 deletions packages/dgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/dgraph",
"version": "1.1.5",
"version": "1.1.6",
"description": "Type-agnostic directed acyclic graph (DAG) & graph operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -33,10 +33,10 @@
},
"dependencies": {
"@thi.ng/api": "^6.0.1",
"@thi.ng/associative": "^2.2.0",
"@thi.ng/associative": "^2.2.1",
"@thi.ng/equiv": "^1.0.5",
"@thi.ng/errors": "^1.0.5",
"@thi.ng/transducers": "^5.3.3"
"@thi.ng/transducers": "^5.3.4"
},
"keywords": [
"data structure",
Expand Down
8 changes: 8 additions & 0 deletions packages/fsm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.1.11...@thi.ng/fsm@2.1.12) (2019-04-15)

**Note:** Version bump only for package @thi.ng/fsm





## [2.1.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/fsm@2.1.10...@thi.ng/fsm@2.1.11) (2019-04-03)

**Note:** Version bump only for package @thi.ng/fsm
Expand Down
4 changes: 2 additions & 2 deletions packages/fsm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/fsm",
"version": "2.1.11",
"version": "2.1.12",
"description": "Composable primitives for building declarative, transducer based Finite-State machines & parsers for arbitrary data streams",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@thi.ng/arrays": "^0.1.6",
"@thi.ng/equiv": "^1.0.5",
"@thi.ng/errors": "^1.0.5",
"@thi.ng/transducers": "^5.3.3"
"@thi.ng/transducers": "^5.3.4"
},
"keywords": [
"ES6",
Expand Down
8 changes: 8 additions & 0 deletions packages/geom-accel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.1.13...@thi.ng/geom-accel@1.1.14) (2019-04-15)

**Note:** Version bump only for package @thi.ng/geom-accel





## [1.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/geom-accel@1.1.12...@thi.ng/geom-accel@1.1.13) (2019-04-03)

**Note:** Version bump only for package @thi.ng/geom-accel
Expand Down
8 changes: 4 additions & 4 deletions packages/geom-accel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/geom-accel",
"version": "1.1.13",
"version": "1.1.14",
"description": "nD spatial indexing data structures",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"dependencies": {
"@thi.ng/api": "^6.0.1",
"@thi.ng/arrays": "^0.1.6",
"@thi.ng/geom-api": "^0.1.12",
"@thi.ng/geom-api": "^0.2.0",
"@thi.ng/heaps": "^1.0.7",
"@thi.ng/math": "^1.2.2",
"@thi.ng/transducers": "^5.3.3",
"@thi.ng/vectors": "^2.5.2"
"@thi.ng/transducers": "^5.3.4",
"@thi.ng/vectors": "^2.5.3"
},
"keywords": [
"2D",
Expand Down
Loading

0 comments on commit 4baddea

Please sign in to comment.