Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
 - @thi.ng/[email protected]
  • Loading branch information
postspectacular committed Apr 26, 2019
1 parent 1bebecd commit aaa7369
Show file tree
Hide file tree
Showing 152 changed files with 903 additions and 292 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.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [0.1.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

**Note:** Version bump only for package @thi.ng/adjacency
Expand Down
12 changes: 6 additions & 6 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.13",
"version": "0.1.14",
"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.4",
"@thi.ng/vectors": "^2.5.5",
"@types/mocha": "^5.2.6",
"@types/node": "^11.13.7",
"mocha": "^6.1.4",
Expand All @@ -33,12 +33,12 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@thi.ng/api": "^6.1.0",
"@thi.ng/api": "^6.1.1",
"@thi.ng/binary": "^1.0.6",
"@thi.ng/bitfield": "^0.1.6",
"@thi.ng/bitfield": "^0.1.7",
"@thi.ng/checks": "^2.1.6",
"@thi.ng/dcons": "^2.0.17",
"@thi.ng/sparse": "^0.1.13"
"@thi.ng/dcons": "^2.0.18",
"@thi.ng/sparse": "^0.1.14"
},
"keywords": [
"adjacency",
Expand Down
11 changes: 11 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [6.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)


### Bug Fixes

* **api:** make LogLevel non-const enum, minor fix ConsoleLogger ([88d5e9d](https://github.com/thi-ng/umbrella/commit/88d5e9d))





# [6.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/api",
"version": "6.1.0",
"version": "6.1.1",
"description": "Common, generic types & interfaces for thi.ng projects",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/arrays/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.8](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [0.1.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

**Note:** Version bump only for package @thi.ng/arrays
Expand Down
6 changes: 3 additions & 3 deletions packages/arrays/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/arrays",
"version": "0.1.7",
"version": "0.1.8",
"description": "Array / Arraylike utilities",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,12 +32,12 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@thi.ng/api": "^6.1.0",
"@thi.ng/api": "^6.1.1",
"@thi.ng/checks": "^2.1.6",
"@thi.ng/compare": "^1.0.6",
"@thi.ng/equiv": "^1.0.6",
"@thi.ng/errors": "^1.0.6",
"@thi.ng/random": "^1.1.5"
"@thi.ng/random": "^1.1.6"
},
"keywords": [
"arrays",
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.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [2.2.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

**Note:** Version bump only for package @thi.ng/associative
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "2.2.3",
"description": "Alternative Set & Map data type implementations with customizable equality semantics & supporting operations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,14 +32,14 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@thi.ng/api": "^6.1.0",
"@thi.ng/api": "^6.1.1",
"@thi.ng/binary": "^1.0.6",
"@thi.ng/checks": "^2.1.6",
"@thi.ng/compare": "^1.0.6",
"@thi.ng/dcons": "^2.0.17",
"@thi.ng/dcons": "^2.0.18",
"@thi.ng/equiv": "^1.0.6",
"@thi.ng/errors": "^1.0.6",
"@thi.ng/transducers": "^5.3.5"
"@thi.ng/transducers": "^5.3.6"
},
"keywords": [
"data structures",
Expand Down
8 changes: 8 additions & 0 deletions packages/atom/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.11](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [2.0.10](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

**Note:** Version bump only for package @thi.ng/atom
Expand Down
4 changes: 2 additions & 2 deletions packages/atom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/atom",
"version": "2.0.10",
"version": "2.0.11",
"description": "Mutable wrappers for nested immutable values w/ optional undo/redo history",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@thi.ng/api": "^6.1.0",
"@thi.ng/api": "^6.1.1",
"@thi.ng/checks": "^2.1.6",
"@thi.ng/equiv": "^1.0.6",
"@thi.ng/errors": "^1.0.6",
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.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [0.2.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

**Note:** Version bump only for package @thi.ng/bencode
Expand Down
12 changes: 6 additions & 6 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.15",
"version": "0.2.16",
"description": "Bencode binary encoder / decoder with optional UTF8 encoding",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,13 +32,13 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@thi.ng/api": "^6.1.0",
"@thi.ng/arrays": "^0.1.7",
"@thi.ng/api": "^6.1.1",
"@thi.ng/arrays": "^0.1.8",
"@thi.ng/checks": "^2.1.6",
"@thi.ng/defmulti": "^1.0.7",
"@thi.ng/defmulti": "^1.0.8",
"@thi.ng/errors": "^1.0.6",
"@thi.ng/transducers": "^5.3.5",
"@thi.ng/transducers-binary": "^0.3.10"
"@thi.ng/transducers": "^5.3.6",
"@thi.ng/transducers-binary": "^0.3.11"
},
"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.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [0.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

**Note:** Version bump only for package @thi.ng/bitfield
Expand Down
6 changes: 3 additions & 3 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.6",
"version": "0.1.7",
"description": "1D / 2D bit field implementations",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,9 +32,9 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@thi.ng/api": "^6.1.0",
"@thi.ng/api": "^6.1.1",
"@thi.ng/binary": "^1.0.6",
"@thi.ng/strings": "^1.1.1"
"@thi.ng/strings": "^1.1.2"
},
"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.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [1.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

**Note:** Version bump only for package @thi.ng/cache
Expand Down
8 changes: 4 additions & 4 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.17",
"version": "1.0.18",
"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 @@ -32,9 +32,9 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@thi.ng/api": "^6.1.0",
"@thi.ng/dcons": "^2.0.17",
"@thi.ng/transducers": "^5.3.5"
"@thi.ng/api": "^6.1.1",
"@thi.ng/dcons": "^2.0.18",
"@thi.ng/transducers": "^5.3.6"
},
"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.20](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [0.1.19](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

**Note:** Version bump only for package @thi.ng/color
Expand Down
14 changes: 7 additions & 7 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.19",
"version": "0.1.20",
"description": "Raw, array-based, color ops, conversions, opt. type wrappers, multi-color gradients",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,14 +32,14 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@thi.ng/api": "^6.1.0",
"@thi.ng/compose": "^1.2.3",
"@thi.ng/defmulti": "^1.0.7",
"@thi.ng/api": "^6.1.1",
"@thi.ng/compose": "^1.2.4",
"@thi.ng/defmulti": "^1.0.8",
"@thi.ng/errors": "^1.0.6",
"@thi.ng/math": "^1.2.3",
"@thi.ng/strings": "^1.1.1",
"@thi.ng/transducers": "^5.3.5",
"@thi.ng/vectors": "^2.5.4"
"@thi.ng/strings": "^1.1.2",
"@thi.ng/transducers": "^5.3.6",
"@thi.ng/vectors": "^2.5.5"
},
"keywords": [
"alpha",
Expand Down
8 changes: 8 additions & 0 deletions packages/compose/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.2.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [1.2.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

**Note:** Version bump only for package @thi.ng/compose
Expand Down
4 changes: 2 additions & 2 deletions packages/compose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/compose",
"version": "1.2.3",
"version": "1.2.4",
"description": "Arity-optimized functional composition helpers",
"module": "./index.js",
"main": "./lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typescript": "^3.4.5"
},
"dependencies": {
"@thi.ng/api": "^6.1.0",
"@thi.ng/api": "^6.1.1",
"@thi.ng/errors": "^1.0.6"
},
"keywords": [
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.18](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-26)

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





## [1.0.17](https://github.com/thi-ng/umbrella/compare/@thi.ng/[email protected][email protected]/[email protected]) (2019-04-24)

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

0 comments on commit aaa7369

Please sign in to comment.