Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed May 23, 2022
1 parent c8cb86c commit 0b67220
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/random-fxhash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-05-22T17:15:18Z
- **Last updated**: 2022-05-23T11:18:39Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand Down
2 changes: 1 addition & 1 deletion packages/random-fxhash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/random-fxhash",
"version": "0.1.0",
"version": "0.1.1",
"description": "@thi.ng/random compatible wrapper & utilities for fxhash's PRNG",
"type": "module",
"module": "./index.js",
Expand Down
12 changes: 11 additions & 1 deletion packages/resolve-map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2022-05-07T11:33:35Z
- **Last updated**: 2022-05-23T11:18:39Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [6.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/resolve-map@6.1.0) (2022-05-23)

#### 🚀 Features

- add support for protected values ([6280510](https://github.com/thi-ng/umbrella/commit/6280510))
- add `Resolved` wrapper & factory fn for protecting values from
future/duplicate resolution attempts
- add tests
- update docs/readme

# [6.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/resolve-map@6.0.0) (2022-05-02)

#### 🛑 Breaking changes
Expand Down
4 changes: 2 additions & 2 deletions packages/resolve-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/resolve-map",
"version": "6.0.1",
"version": "6.1.0",
"description": "DAG resolution of vanilla objects & arrays with internally linked values",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.23.1",
"@thi.ng/testament": "^0.2.6",
"@thi.ng/testament": "^0.2.7",
"rimraf": "^3.0.2",
"tools": "workspace:^",
"typedoc": "^0.22.15",
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-graph",
"version": "4.1.9",
"version": "4.1.10",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/checks": "^3.1.6",
"@thi.ng/errors": "^2.1.6",
"@thi.ng/paths": "^5.1.6",
"@thi.ng/resolve-map": "^6.0.1",
"@thi.ng/resolve-map": "^6.1.0",
"@thi.ng/rstream": "^7.2.6",
"@thi.ng/transducers": "^8.3.3"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3926,7 +3926,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/resolve-map@^6.0.1, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map":
"@thi.ng/resolve-map@^6.1.0, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map":
version: 0.0.0-use.local
resolution: "@thi.ng/resolve-map@workspace:packages/resolve-map"
dependencies:
Expand All @@ -3935,7 +3935,7 @@ __metadata:
"@thi.ng/checks": ^3.1.6
"@thi.ng/errors": ^2.1.6
"@thi.ng/paths": ^5.1.6
"@thi.ng/testament": ^0.2.6
"@thi.ng/testament": ^0.2.7
rimraf: ^3.0.2
tools: "workspace:^"
typedoc: ^0.22.15
Expand Down Expand Up @@ -4035,7 +4035,7 @@ __metadata:
"@thi.ng/checks": ^3.1.6
"@thi.ng/errors": ^2.1.6
"@thi.ng/paths": ^5.1.6
"@thi.ng/resolve-map": ^6.0.1
"@thi.ng/resolve-map": ^6.1.0
"@thi.ng/rstream": ^7.2.6
"@thi.ng/testament": ^0.2.7
"@thi.ng/transducers": ^8.3.3
Expand Down

0 comments on commit 0b67220

Please sign in to comment.