From 0b6722006c2abbd917f115be290402c380fec87b Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Mon, 23 May 2022 13:18:42 +0200 Subject: [PATCH] Publish --- packages/random-fxhash/CHANGELOG.md | 2 +- packages/random-fxhash/package.json | 2 +- packages/resolve-map/CHANGELOG.md | 12 +++++++++++- packages/resolve-map/package.json | 4 ++-- packages/rstream-graph/package.json | 4 ++-- yarn.lock | 6 +++--- 6 files changed, 20 insertions(+), 10 deletions(-) diff --git a/packages/random-fxhash/CHANGELOG.md b/packages/random-fxhash/CHANGELOG.md index 968dbcd6ad..ce0df82297 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -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. diff --git a/packages/random-fxhash/package.json b/packages/random-fxhash/package.json index c2a4c2cb64..3a613755c2 100644 --- a/packages/random-fxhash/package.json +++ b/packages/random-fxhash/package.json @@ -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", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index c5a6b49198..841e31ea74 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -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. @@ -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 diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json index 048b801b1f..59807bac81 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -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", @@ -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", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 0f70221668..ac5d8aafa5 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -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", @@ -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" }, diff --git a/yarn.lock b/yarn.lock index 8b03acd1b2..4d6f9a0a66 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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 @@ -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