From 8713a68274e813a6f86db14e9c7d0420945aab77 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 23:57:41 -0500 Subject: [PATCH] Version Packages (#56) Co-authored-by: github-actions[bot] --- .changeset/purple-rivers-yell.md | 7 ------- .changeset/rare-plants-impress.md | 21 --------------------- packages/async-data/CHANGELOG.md | 6 ++++++ packages/async-data/package.json | 2 +- packages/context/CHANGELOG.md | 6 ++++++ packages/context/package.json | 2 +- packages/core/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/core/package.json | 2 +- packages/decoder/CHANGELOG.md | 6 ++++++ packages/decoder/package.json | 2 +- packages/dom/CHANGELOG.md | 9 +++++++++ packages/dom/package.json | 2 +- packages/environment/CHANGELOG.md | 11 +++++++++++ packages/environment/package.json | 2 +- packages/fx/CHANGELOG.md | 11 +++++++++++ packages/fx/package.json | 2 +- packages/guard/CHANGELOG.md | 6 ++++++ packages/guard/package.json | 2 +- packages/id/CHANGELOG.md | 9 +++++++++ packages/id/package.json | 2 +- packages/navigation/CHANGELOG.md | 12 ++++++++++++ packages/navigation/package.json | 2 +- packages/path/CHANGELOG.md | 6 ++++++ packages/path/package.json | 2 +- packages/route/CHANGELOG.md | 10 ++++++++++ packages/route/package.json | 2 +- packages/router/CHANGELOG.md | 18 ++++++++++++++++++ packages/router/package.json | 2 +- packages/storybook/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/storybook/package.json | 2 +- packages/template/CHANGELOG.md | 15 +++++++++++++++ packages/template/package.json | 2 +- packages/ui/CHANGELOG.md | 16 ++++++++++++++++ packages/ui/package.json | 2 +- packages/wire/CHANGELOG.md | 6 ++++++ packages/wire/package.json | 2 +- 36 files changed, 208 insertions(+), 45 deletions(-) delete mode 100644 .changeset/purple-rivers-yell.md delete mode 100644 .changeset/rare-plants-impress.md diff --git a/.changeset/purple-rivers-yell.md b/.changeset/purple-rivers-yell.md deleted file mode 100644 index 21fbec7be..000000000 --- a/.changeset/purple-rivers-yell.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@typed/environment": patch -"@typed/template": patch -"@typed/router": patch ---- - -Make "test" a modifier of the environment rather than an individual environment diff --git a/.changeset/rare-plants-impress.md b/.changeset/rare-plants-impress.md deleted file mode 100644 index a25acf2d4..000000000 --- a/.changeset/rare-plants-impress.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@typed/environment": patch -"@typed/async-data": patch -"@typed/navigation": patch -"@typed/storybook": patch -"@typed/template": patch -"@typed/context": patch -"@typed/decoder": patch -"@typed/router": patch -"@typed/guard": patch -"@typed/route": patch -"@typed/core": patch -"@typed/path": patch -"@typed/wire": patch -"@typed/dom": patch -"@typed/fx": patch -"@typed/id": patch -"@typed/ui": patch ---- - -Better interpolation reliability diff --git a/packages/async-data/CHANGELOG.md b/packages/async-data/CHANGELOG.md index 2afbf3a7e..7c781856a 100644 --- a/packages/async-data/CHANGELOG.md +++ b/packages/async-data/CHANGELOG.md @@ -1,5 +1,11 @@ # @typed/async-data +## 0.7.1 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + ## 0.7.0 ### Minor Changes diff --git a/packages/async-data/package.json b/packages/async-data/package.json index 2017446ad..18c468641 100644 --- a/packages/async-data/package.json +++ b/packages/async-data/package.json @@ -1,6 +1,6 @@ { "name": "@typed/async-data", - "version": "0.7.0", + "version": "0.7.1", "description": "", "publishConfig": { "access": "public", diff --git a/packages/context/CHANGELOG.md b/packages/context/CHANGELOG.md index c880bd33b..628220039 100644 --- a/packages/context/CHANGELOG.md +++ b/packages/context/CHANGELOG.md @@ -1,5 +1,11 @@ # @typed/context +## 0.25.1 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + ## 0.25.0 ### Minor Changes diff --git a/packages/context/package.json b/packages/context/package.json index e3d371000..9dc462e63 100644 --- a/packages/context/package.json +++ b/packages/context/package.json @@ -1,6 +1,6 @@ { "name": "@typed/context", - "version": "0.25.0", + "version": "0.25.1", "description": "", "publishConfig": { "access": "public", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 16d961f1f..5d130638a 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,27 @@ # @typed/core +## 3.2.11 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`6d69d94`](https://github.com/TylorS/typed/commit/6d69d940643adb3b371890db139f5b2457b59a06), [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/environment@0.6.3 + - @typed/template@0.9.5 + - @typed/router@0.27.6 + - @typed/async-data@0.7.1 + - @typed/navigation@0.13.4 + - @typed/context@0.25.1 + - @typed/decoder@0.16.1 + - @typed/guard@0.1.3 + - @typed/route@4.0.3 + - @typed/path@0.10.2 + - @typed/dom@13.0.1 + - @typed/fx@1.27.3 + - @typed/id@0.6.3 + - @typed/ui@0.9.7 + ## 3.2.10 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8a16916df..63a6f27ff 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@typed/core", - "version": "3.2.10", + "version": "3.2.11", "description": "", "publishConfig": { "access": "public", diff --git a/packages/decoder/CHANGELOG.md b/packages/decoder/CHANGELOG.md index 444ab6e70..731e82252 100644 --- a/packages/decoder/CHANGELOG.md +++ b/packages/decoder/CHANGELOG.md @@ -1,5 +1,11 @@ # @typed/decoder +## 0.16.1 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + ## 0.16.0 ### Minor Changes diff --git a/packages/decoder/package.json b/packages/decoder/package.json index 84dbeb0c8..3b77456b3 100644 --- a/packages/decoder/package.json +++ b/packages/decoder/package.json @@ -1,6 +1,6 @@ { "name": "@typed/decoder", - "version": "0.16.0", + "version": "0.16.1", "description": "", "publishConfig": { "access": "public", diff --git a/packages/dom/CHANGELOG.md b/packages/dom/CHANGELOG.md index 720a46186..08b957bdc 100644 --- a/packages/dom/CHANGELOG.md +++ b/packages/dom/CHANGELOG.md @@ -1,5 +1,14 @@ # @typed/dom +## 13.0.1 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/context@0.25.1 + ## 13.0.0 ### Patch Changes diff --git a/packages/dom/package.json b/packages/dom/package.json index a48805298..bdb7ac4eb 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -1,6 +1,6 @@ { "name": "@typed/dom", - "version": "13.0.0", + "version": "13.0.1", "description": "", "publishConfig": { "access": "public", diff --git a/packages/environment/CHANGELOG.md b/packages/environment/CHANGELOG.md index 84bedf6b2..cb054c05a 100644 --- a/packages/environment/CHANGELOG.md +++ b/packages/environment/CHANGELOG.md @@ -1,5 +1,16 @@ # @typed/environment +## 0.6.3 + +### Patch Changes + +- [`6d69d94`](https://github.com/TylorS/typed/commit/6d69d940643adb3b371890db139f5b2457b59a06) Thanks [@TylorS](https://github.com/TylorS)! - Make "test" a modifier of the environment rather than an individual environment + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/context@0.25.1 + ## 0.6.2 ### Patch Changes diff --git a/packages/environment/package.json b/packages/environment/package.json index 8e3448be4..ebb65209c 100644 --- a/packages/environment/package.json +++ b/packages/environment/package.json @@ -1,6 +1,6 @@ { "name": "@typed/environment", - "version": "0.6.2", + "version": "0.6.3", "description": "", "publishConfig": { "access": "public", diff --git a/packages/fx/CHANGELOG.md b/packages/fx/CHANGELOG.md index 1b6179a40..371dee605 100644 --- a/packages/fx/CHANGELOG.md +++ b/packages/fx/CHANGELOG.md @@ -1,5 +1,16 @@ # @typed/fx +## 1.27.3 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/async-data@0.7.1 + - @typed/context@0.25.1 + - @typed/guard@0.1.3 + ## 1.27.2 ### Patch Changes diff --git a/packages/fx/package.json b/packages/fx/package.json index 1515be14c..b244a50b7 100644 --- a/packages/fx/package.json +++ b/packages/fx/package.json @@ -1,6 +1,6 @@ { "name": "@typed/fx", - "version": "1.27.2", + "version": "1.27.3", "description": "", "publishConfig": { "access": "public", diff --git a/packages/guard/CHANGELOG.md b/packages/guard/CHANGELOG.md index 77d3d90b8..5f7db0119 100644 --- a/packages/guard/CHANGELOG.md +++ b/packages/guard/CHANGELOG.md @@ -1,5 +1,11 @@ # @typed/guard +## 0.1.3 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + ## 0.1.2 ### Patch Changes diff --git a/packages/guard/package.json b/packages/guard/package.json index d7589ab81..571df8cdf 100644 --- a/packages/guard/package.json +++ b/packages/guard/package.json @@ -1,6 +1,6 @@ { "name": "@typed/guard", - "version": "0.1.2", + "version": "0.1.3", "description": "", "publishConfig": { "access": "public", diff --git a/packages/id/CHANGELOG.md b/packages/id/CHANGELOG.md index e1b630926..36ba1bb95 100644 --- a/packages/id/CHANGELOG.md +++ b/packages/id/CHANGELOG.md @@ -1,5 +1,14 @@ # @typed/id +## 0.6.3 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/context@0.25.1 + ## 0.6.2 ### Patch Changes diff --git a/packages/id/package.json b/packages/id/package.json index 6d219eb4c..c0483ad98 100644 --- a/packages/id/package.json +++ b/packages/id/package.json @@ -1,6 +1,6 @@ { "name": "@typed/id", - "version": "0.6.2", + "version": "0.6.3", "description": "", "publishConfig": { "access": "public", diff --git a/packages/navigation/CHANGELOG.md b/packages/navigation/CHANGELOG.md index 0a9b2ad4d..3ef427ecf 100644 --- a/packages/navigation/CHANGELOG.md +++ b/packages/navigation/CHANGELOG.md @@ -1,5 +1,17 @@ # @typed/navigation +## 0.13.4 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/context@0.25.1 + - @typed/dom@13.0.1 + - @typed/fx@1.27.3 + - @typed/id@0.6.3 + ## 0.13.3 ### Patch Changes diff --git a/packages/navigation/package.json b/packages/navigation/package.json index a1a3fe0fd..409b16fc1 100644 --- a/packages/navigation/package.json +++ b/packages/navigation/package.json @@ -1,6 +1,6 @@ { "name": "@typed/navigation", - "version": "0.13.3", + "version": "0.13.4", "description": "", "publishConfig": { "access": "public", diff --git a/packages/path/CHANGELOG.md b/packages/path/CHANGELOG.md index 842331f15..7b1b71311 100644 --- a/packages/path/CHANGELOG.md +++ b/packages/path/CHANGELOG.md @@ -1,5 +1,11 @@ # @typed/path +## 0.10.2 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + ## 0.10.1 ### Patch Changes diff --git a/packages/path/package.json b/packages/path/package.json index 5e2dd8b7b..0495c1298 100644 --- a/packages/path/package.json +++ b/packages/path/package.json @@ -1,6 +1,6 @@ { "name": "@typed/path", - "version": "0.10.1", + "version": "0.10.2", "description": "Type-safe utilities for building path-to-regexp formatted strings", "publishConfig": { "access": "public", diff --git a/packages/route/CHANGELOG.md b/packages/route/CHANGELOG.md index a84e371cd..6a6d8b6a6 100644 --- a/packages/route/CHANGELOG.md +++ b/packages/route/CHANGELOG.md @@ -1,5 +1,15 @@ # @typed/route +## 4.0.3 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/guard@0.1.3 + - @typed/path@0.10.2 + ## 4.0.2 ### Patch Changes diff --git a/packages/route/package.json b/packages/route/package.json index 21c39b489..5e15fbf93 100644 --- a/packages/route/package.json +++ b/packages/route/package.json @@ -1,6 +1,6 @@ { "name": "@typed/route", - "version": "4.0.2", + "version": "4.0.3", "description": "", "publishConfig": { "access": "public", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 9136d64f4..3abbe0220 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,5 +1,23 @@ # @typed/router +## 0.27.6 + +### Patch Changes + +- [`6d69d94`](https://github.com/TylorS/typed/commit/6d69d940643adb3b371890db139f5b2457b59a06) Thanks [@TylorS](https://github.com/TylorS)! - Make "test" a modifier of the environment rather than an individual environment + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`6d69d94`](https://github.com/TylorS/typed/commit/6d69d940643adb3b371890db139f5b2457b59a06), [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/environment@0.6.3 + - @typed/navigation@0.13.4 + - @typed/context@0.25.1 + - @typed/guard@0.1.3 + - @typed/route@4.0.3 + - @typed/path@0.10.2 + - @typed/dom@13.0.1 + - @typed/fx@1.27.3 + ## 0.27.5 ### Patch Changes diff --git a/packages/router/package.json b/packages/router/package.json index 617d72b12..ad2e14fdc 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@typed/router", - "version": "0.27.5", + "version": "0.27.6", "description": "", "publishConfig": { "access": "public", diff --git a/packages/storybook/CHANGELOG.md b/packages/storybook/CHANGELOG.md index 886e9f1a2..3ebd7041d 100644 --- a/packages/storybook/CHANGELOG.md +++ b/packages/storybook/CHANGELOG.md @@ -1,5 +1,27 @@ # @typed/storybook +## 0.4.6 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`6d69d94`](https://github.com/TylorS/typed/commit/6d69d940643adb3b371890db139f5b2457b59a06), [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/environment@0.6.3 + - @typed/template@0.9.5 + - @typed/router@0.27.6 + - @typed/async-data@0.7.1 + - @typed/navigation@0.13.4 + - @typed/context@0.25.1 + - @typed/decoder@0.16.1 + - @typed/route@4.0.3 + - @typed/core@3.2.11 + - @typed/path@0.10.2 + - @typed/dom@13.0.1 + - @typed/fx@1.27.3 + - @typed/id@0.6.3 + - @typed/ui@0.9.7 + ## 0.4.5 ### Patch Changes diff --git a/packages/storybook/package.json b/packages/storybook/package.json index 7235f5c48..10ce84862 100644 --- a/packages/storybook/package.json +++ b/packages/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@typed/storybook", - "version": "0.4.5", + "version": "0.4.6", "description": "", "publishConfig": { "access": "public", diff --git a/packages/template/CHANGELOG.md b/packages/template/CHANGELOG.md index ca77f2a6f..5812759f2 100644 --- a/packages/template/CHANGELOG.md +++ b/packages/template/CHANGELOG.md @@ -1,5 +1,20 @@ # @typed/template +## 0.9.5 + +### Patch Changes + +- [`6d69d94`](https://github.com/TylorS/typed/commit/6d69d940643adb3b371890db139f5b2457b59a06) Thanks [@TylorS](https://github.com/TylorS)! - Make "test" a modifier of the environment rather than an individual environment + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`6d69d94`](https://github.com/TylorS/typed/commit/6d69d940643adb3b371890db139f5b2457b59a06), [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/environment@0.6.3 + - @typed/context@0.25.1 + - @typed/wire@0.4.1 + - @typed/dom@13.0.1 + - @typed/fx@1.27.3 + ## 0.9.4 ### Patch Changes diff --git a/packages/template/package.json b/packages/template/package.json index 69e8ea9ce..f20ad3e30 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,6 +1,6 @@ { "name": "@typed/template", - "version": "0.9.4", + "version": "0.9.5", "description": "", "publishConfig": { "access": "public", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3a34faf3b..b8d3108a1 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,21 @@ # @typed/ui +## 0.9.7 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + +- Updated dependencies [[`6d69d94`](https://github.com/TylorS/typed/commit/6d69d940643adb3b371890db139f5b2457b59a06), [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05)]: + - @typed/environment@0.6.3 + - @typed/template@0.9.5 + - @typed/router@0.27.6 + - @typed/navigation@0.13.4 + - @typed/context@0.25.1 + - @typed/route@4.0.3 + - @typed/dom@13.0.1 + - @typed/fx@1.27.3 + ## 0.9.6 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 5cdf124b9..062e2fadb 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@typed/ui", - "version": "0.9.6", + "version": "0.9.7", "description": "", "publishConfig": { "access": "public", diff --git a/packages/wire/CHANGELOG.md b/packages/wire/CHANGELOG.md index c796189d6..b24d5755d 100644 --- a/packages/wire/CHANGELOG.md +++ b/packages/wire/CHANGELOG.md @@ -1,5 +1,11 @@ # @typed/wire +## 0.4.1 + +### Patch Changes + +- [`d8ff1e2`](https://github.com/TylorS/typed/commit/d8ff1e2bc2538d4b17d6c05b781ab2237d833f05) Thanks [@TylorS](https://github.com/TylorS)! - Better interpolation reliability + ## 0.4.0 ### Minor Changes diff --git a/packages/wire/package.json b/packages/wire/package.json index b211cda33..6ea1826be 100644 --- a/packages/wire/package.json +++ b/packages/wire/package.json @@ -1,6 +1,6 @@ { "name": "@typed/wire", - "version": "0.4.0", + "version": "0.4.1", "description": "", "publishConfig": { "access": "public",