Skip to content

Commit 307b3f7

Browse files
committed
Publish
- @wry/context@0.7.3 - @wry/equality@0.5.6 - @wry/task@0.3.6 - @wry/template@0.0.3 - @wry/trie@0.4.3
1 parent 9285c60 commit 307b3f7

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

packages/context/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wry/context",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"author": "Ben Newman <ben@eloper.dev>",
55
"description": "Manage contextual information needed by (a)synchronous tasks without explicitly passing objects around",
66
"license": "MIT",

packages/equality/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/equality/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wry/equality",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"author": "Ben Newman <ben@eloper.dev>",
55
"description": "Structural equality checking for JavaScript values",
66
"license": "MIT",

packages/task/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/task/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wry/task",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"author": "Ben Newman <ben@eloper.dev>",
55
"description": "Promise-compatible asynchronous computation primitive",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"test": "npm run test:esm && npm run test:cjs"
3838
},
3939
"dependencies": {
40-
"@wry/context": "^0.7.2",
40+
"@wry/context": "^0.7.3",
4141
"tslib": "^2.3.0"
4242
},
4343
"engines": {

packages/template/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wry/template",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"author": "Ben Newman <ben@eloper.dev>",
66
"description": "Template for new @wry/* packages",
77
"license": "MIT",

packages/trie/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/trie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wry/trie",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"author": "Ben Newman <ben@eloper.dev>",
55
"description": "https://en.wikipedia.org/wiki/Trie",
66
"license": "MIT",

0 commit comments

Comments
 (0)