Skip to content

Commit

Permalink
🌈 Updating: [vestjs-runtime]: (1.3.0), [n4s]: (5.0.24), [vest]: (5.3.0)
Browse files Browse the repository at this point in the history
bb706ad  minor(vest): addMessage suite selector (Evyatar)
28b1d0b  patch(vest): remove duplicate state transition functions (Evyatar)
22f12e9  chore: Update deps (Evyatar)
0238d82  patch(vest): simplify useProduceSuiteSummary (Evyatar)
38ef2f7  patch(vest): reduceTests (Evyatar)
e6380eb  minor(vestjs-runtime): IsolateWalker.reduce (Evyatar)
e626c4d  patch(vestjs-runtime): Walker with root (Evyatar)
e26b2bb  patch(vestjs-runtime): dfs isolate walker (no root yet) (Evyatar)
09372a4  vx: Log changes between two commits (Evyatar)
  • Loading branch information
ealush committed Jun 15, 2024
1 parent d328fad commit 543d2c8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/n4s/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.23",
"version": "5.0.24",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vest",
"version": "5.2.12",
"version": "5.3.0",
"description": "Declarative Form Validations Framework",
"license": "MIT",
"author": "ealush",
Expand Down Expand Up @@ -37,10 +37,10 @@
},
"dependencies": {
"context": "^3.0.29",
"n4s": "^5.0.23",
"n4s": "^5.0.24",
"vast": "^1.0.38",
"vest-utils": "^1.2.13",
"vestjs-runtime": "^1.2.12"
"vestjs-runtime": "^1.3.0"
},
"exports": {
"./promisify": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vestjs-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vestjs-runtime",
"version": "1.2.12",
"version": "1.3.0",
"description": "Internal runtime module used by Vest",
"license": "MIT",
"author": "ealush",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14538,7 +14538,7 @@ __metadata:
languageName: node
linkType: hard

"n4s@^5.0.23, n4s@workspace:packages/n4s":
"n4s@^5.0.24, n4s@workspace:packages/n4s":
version: 0.0.0-use.local
resolution: "n4s@workspace:packages/n4s"
dependencies:
Expand Down Expand Up @@ -19043,14 +19043,14 @@ __metadata:
resolution: "vest@workspace:packages/vest"
dependencies:
context: ^3.0.29
n4s: ^5.0.23
n4s: ^5.0.24
vast: ^1.0.38
vest-utils: ^1.2.13
vestjs-runtime: ^1.2.12
vestjs-runtime: ^1.3.0
languageName: unknown
linkType: soft

"vestjs-runtime@^1.2.12, vestjs-runtime@workspace:packages/vestjs-runtime":
"vestjs-runtime@^1.3.0, vestjs-runtime@workspace:packages/vestjs-runtime":
version: 0.0.0-use.local
resolution: "vestjs-runtime@workspace:packages/vestjs-runtime"
dependencies:
Expand Down

0 comments on commit 543d2c8

Please sign in to comment.