Skip to content

Commit

Permalink
✨ Updating:
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Dec 16, 2023
1 parent 7f336f0 commit 385c3a3
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.18",
"version": "1.0.19",
"author": "ealush",
"scripts": {
"test": "vx test",
"build": "vx build",
"release": "vx release"
},
"dependencies": {
"vest-utils": "^1.2.3"
"vest-utils": "^1.2.4"
},
"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.19",
"version": "3.0.20",
"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.2.3"
"vest-utils": "^1.2.4"
},
"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.13",
"version": "5.0.14",
"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.19",
"vest-utils": "^1.2.3"
"context": "^3.0.20",
"vest-utils": "^1.2.4"
},
"devDependencies": {
"@types/validator": "^13.11.7",
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.28",
"version": "1.0.29",
"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.2.3"
"vest-utils": "^1.2.4"
},
"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.2.3",
"version": "1.2.4",
"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.2.2",
"version": "5.2.3",
"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.19",
"n4s": "^5.0.13",
"vast": "^1.0.28",
"vest-utils": "^1.2.3",
"vestjs-runtime": "^1.2.2"
"context": "^3.0.20",
"n4s": "^5.0.14",
"vast": "^1.0.29",
"vest-utils": "^1.2.4",
"vestjs-runtime": "^1.2.3"
},
"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.2.2",
"version": "1.2.3",
"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.19",
"vest-utils": "^1.2.3"
"context": "^3.0.20",
"vest-utils": "^1.2.4"
},
"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 @@ -6768,7 +6768,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "anyone@workspace:packages/anyone"
dependencies:
vest-utils: ^1.2.3
vest-utils: ^1.2.4
languageName: unknown
linkType: soft

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

"context@^3.0.19, context@workspace:packages/context":
"context@^3.0.20, context@workspace:packages/context":
version: 0.0.0-use.local
resolution: "context@workspace:packages/context"
dependencies:
vest-utils: ^1.2.3
vest-utils: ^1.2.4
languageName: unknown
linkType: soft

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

"n4s@^5.0.13, n4s@workspace:packages/n4s":
"n4s@^5.0.14, n4s@workspace:packages/n4s":
version: 0.0.0-use.local
resolution: "n4s@workspace:packages/n4s"
dependencies:
"@types/validator": ^13.11.7
context: ^3.0.19
context: ^3.0.20
validator: 13.11.0
vest-utils: ^1.2.3
vest-utils: ^1.2.4
languageName: unknown
linkType: soft

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

"vast@^1.0.28, vast@workspace:packages/vast":
"vast@^1.0.29, vast@workspace:packages/vast":
version: 0.0.0-use.local
resolution: "vast@workspace:packages/vast"
dependencies:
vest-utils: ^1.2.3
vest-utils: ^1.2.4
languageName: unknown
linkType: soft

"vest-utils@^1.2.3, vest-utils@workspace:packages/vest-utils":
"vest-utils@^1.2.4, vest-utils@workspace:packages/vest-utils":
version: 0.0.0-use.local
resolution: "vest-utils@workspace:packages/vest-utils"
languageName: unknown
Expand All @@ -18054,20 +18054,20 @@ __metadata:
version: 0.0.0-use.local
resolution: "vest@workspace:packages/vest"
dependencies:
context: ^3.0.19
n4s: ^5.0.13
vast: ^1.0.28
vest-utils: ^1.2.3
vestjs-runtime: ^1.2.2
context: ^3.0.20
n4s: ^5.0.14
vast: ^1.0.29
vest-utils: ^1.2.4
vestjs-runtime: ^1.2.3
languageName: unknown
linkType: soft

"vestjs-runtime@^1.2.2, vestjs-runtime@workspace:packages/vestjs-runtime":
"vestjs-runtime@^1.2.3, vestjs-runtime@workspace:packages/vestjs-runtime":
version: 0.0.0-use.local
resolution: "vestjs-runtime@workspace:packages/vestjs-runtime"
dependencies:
context: ^3.0.19
vest-utils: ^1.2.3
context: ^3.0.20
vest-utils: ^1.2.4
languageName: unknown
linkType: soft

Expand Down

2 comments on commit 385c3a3

@vercel
Copy link

@vercel vercel bot commented on 385c3a3 Dec 16, 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.vercel.app
vest-git-latest-ealush.vercel.app
vest-ealush.vercel.app
vestjs.dev
www.vestjs.dev

@vercel
Copy link

@vercel vercel bot commented on 385c3a3 Dec 16, 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-git-latest-ealush.vercel.app
vest-website.vercel.app
vest-next.vercel.app
vest-next-ealush.vercel.app

Please sign in to comment.