Skip to content

Commit

Permalink
🦺 Updating: [vest-utils]: (1.2.0), [vestjs-runtime]: (1.1.0), [vest]:…
Browse files Browse the repository at this point in the history
… (5.1.5)

0626dce  patch(vest): hasRemainingTest with or without fieldName (Evyatar)
484baec  minor(vest-utils): Predicates: Support boolean value (Evyatar)
7083e3a  minor(vest-utils): Predicates.any (Evyatar)
da2cce3  patch(vest): Add SuiteWalker (Evyatar)
018188b  minor(vest-utils): Predicates: all (Evyatar)
31cd18e  patch(vest): Unify VestTest Identity functions (Evyatar)
fe45064  patch(vest): set isolate status on event (Evyatar)
f951784  patch(vest): Add common state machine (Evyatar)
0b0d4b3  types(vest-utils): Make State Actions Optional (Evyatar)
df52bd8  patch(vest): Use initial state from state machine (Evyatar)
9c610af  minor(vest-utils): add initial method to StateMachine (Evyatar)
294b228  patch(vest): Auto export state machine (Evyatar)
720acd2  patch(vest): use object instead of enum for state machine states (Evyatar)
12f83b8  patch(vestjs-runtime): Initialize isolate with status (Evyatar)
e45eec1  patch(vest): Change test status from within events (Evyatar)
16e97f0  patch(vest): Wire async test up to isolate (Evyatar)
5f7c812  patch(vestjs-runtime): emit events on isolate status change (Evyatar)
09cd6c3  minor(vestjs-runtime): isPending selector (Evyatar)
  • Loading branch information
ealush committed Nov 24, 2023
1 parent 0626dce commit 4072be0
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions packages/anyone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"license": "MIT",
"main": "./dist/cjs/anyone.js",
"types": "./types/anyone.d.ts",
"version": "1.0.14",
"version": "1.0.15",
"author": "ealush",
"scripts": {
"test": "vx test",
"build": "vx build",
"release": "vx release"
},
"dependencies": {
"vest-utils": "^1.1.2"
"vest-utils": "^1.2.0"
},
"module": "./dist/es/anyone.production.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.15",
"version": "3.0.16",
"license": "MIT",
"main": "./dist/cjs/context.js",
"types": "./types/context.d.ts",
Expand All @@ -11,7 +11,7 @@
"release": "vx release"
},
"dependencies": {
"vest-utils": "^1.1.2"
"vest-utils": "^1.2.0"
},
"module": "./dist/es/context.production.js",
"exports": {
Expand Down
6 changes: 3 additions & 3 deletions packages/n4s/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.9",
"version": "5.0.10",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -21,8 +21,8 @@
"release": "vx release"
},
"dependencies": {
"context": "^3.0.15",
"vest-utils": "^1.1.2"
"context": "^3.0.16",
"vest-utils": "^1.2.0"
},
"devDependencies": {
"@types/validator": "^13.11.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vast/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.24",
"version": "1.0.25",
"license": "MIT",
"main": "./dist/cjs/vast.js",
"types": "./types/vast.d.ts",
Expand All @@ -19,7 +19,7 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"vest-utils": "^1.1.2"
"vest-utils": "^1.2.0"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vest-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.2",
"version": "1.2.0",
"name": "vest-utils",
"author": "ealush",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vest",
"version": "5.1.4",
"version": "5.1.5",
"description": "Declarative Form Validations Framework",
"license": "MIT",
"author": "ealush",
Expand Down Expand Up @@ -36,11 +36,11 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^3.0.15",
"n4s": "^5.0.9",
"vast": "^1.0.24",
"vest-utils": "^1.1.2",
"vestjs-runtime": "^1.0.6"
"context": "^3.0.16",
"n4s": "^5.0.10",
"vast": "^1.0.25",
"vest-utils": "^1.2.0",
"vestjs-runtime": "^1.1.0"
},
"exports": {
"./promisify": {
Expand Down
6 changes: 3 additions & 3 deletions packages/vestjs-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vestjs-runtime",
"version": "1.0.6",
"version": "1.1.0",
"description": "Internal runtime module used by Vest",
"license": "MIT",
"author": "ealush",
Expand All @@ -18,8 +18,8 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^3.0.15",
"vest-utils": "^1.1.2"
"context": "^3.0.16",
"vest-utils": "^1.2.0"
},
"exports": {
"./test-utils": {
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5484,7 +5484,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "anyone@workspace:packages/anyone"
dependencies:
vest-utils: ^1.1.2
vest-utils: ^1.2.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6768,11 +6768,11 @@ __metadata:
languageName: node
linkType: hard

"context@^3.0.15, context@workspace:packages/context":
"context@^3.0.16, context@workspace:packages/context":
version: 0.0.0-use.local
resolution: "context@workspace:packages/context"
dependencies:
vest-utils: ^1.1.2
vest-utils: ^1.2.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11781,14 +11781,14 @@ __metadata:
languageName: node
linkType: hard

"n4s@^5.0.9, n4s@workspace:packages/n4s":
"n4s@^5.0.10, n4s@workspace:packages/n4s":
version: 0.0.0-use.local
resolution: "n4s@workspace:packages/n4s"
dependencies:
"@types/validator": ^13.11.1
context: ^3.0.15
context: ^3.0.16
validator: 13.9.0
vest-utils: ^1.1.2
vest-utils: ^1.2.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -15733,15 +15733,15 @@ __metadata:
languageName: node
linkType: hard

"vast@^1.0.24, vast@workspace:packages/vast":
"vast@^1.0.25, vast@workspace:packages/vast":
version: 0.0.0-use.local
resolution: "vast@workspace:packages/vast"
dependencies:
vest-utils: ^1.1.2
vest-utils: ^1.2.0
languageName: unknown
linkType: soft

"vest-utils@^1.1.2, vest-utils@workspace:packages/vest-utils":
"vest-utils@^1.2.0, vest-utils@workspace:packages/vest-utils":
version: 0.0.0-use.local
resolution: "vest-utils@workspace:packages/vest-utils"
languageName: unknown
Expand All @@ -15758,20 +15758,20 @@ __metadata:
version: 0.0.0-use.local
resolution: "vest@workspace:packages/vest"
dependencies:
context: ^3.0.15
n4s: ^5.0.9
vast: ^1.0.24
vest-utils: ^1.1.2
vestjs-runtime: ^1.0.6
context: ^3.0.16
n4s: ^5.0.10
vast: ^1.0.25
vest-utils: ^1.2.0
vestjs-runtime: ^1.1.0
languageName: unknown
linkType: soft

"vestjs-runtime@^1.0.6, vestjs-runtime@workspace:packages/vestjs-runtime":
"vestjs-runtime@^1.1.0, vestjs-runtime@workspace:packages/vestjs-runtime":
version: 0.0.0-use.local
resolution: "vestjs-runtime@workspace:packages/vestjs-runtime"
dependencies:
context: ^3.0.15
vest-utils: ^1.1.2
context: ^3.0.16
vest-utils: ^1.2.0
languageName: unknown
linkType: soft

Expand Down

2 comments on commit 4072be0

@vercel
Copy link

@vercel vercel bot commented on 4072be0 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

vest-ealush.vercel.app
vest-git-latest-ealush.vercel.app
vest.vercel.app
www.vestjs.dev
vestjs.dev

@vercel
Copy link

@vercel vercel bot commented on 4072be0 Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next.vercel.app
vest-next-ealush.vercel.app
vest-website.vercel.app
vest-next-git-latest-ealush.vercel.app

Please sign in to comment.