Skip to content

Commit

Permalink
🦺 Updating:
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jan 29, 2024
1 parent 4407656 commit b733d78
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.23",
"version": "1.0.24",
"author": "ealush",
"scripts": {
"test": "vx test",
"build": "vx build",
"release": "vx release"
},
"dependencies": {
"vest-utils": "^1.2.8"
"vest-utils": "^1.2.9"
},
"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.24",
"version": "3.0.25",
"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.8"
"vest-utils": "^1.2.9"
},
"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.18",
"version": "5.0.19",
"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.24",
"vest-utils": "^1.2.8"
"context": "^3.0.25",
"vest-utils": "^1.2.9"
},
"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.33",
"version": "1.0.34",
"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.8"
"vest-utils": "^1.2.9"
},
"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.8",
"version": "1.2.9",
"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.7",
"version": "5.2.8",
"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.24",
"n4s": "^5.0.18",
"vast": "^1.0.33",
"vest-utils": "^1.2.8",
"vestjs-runtime": "^1.2.7"
"context": "^3.0.25",
"n4s": "^5.0.19",
"vast": "^1.0.34",
"vest-utils": "^1.2.9",
"vestjs-runtime": "^1.2.8"
},
"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.7",
"version": "1.2.8",
"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.24",
"vest-utils": "^1.2.8"
"context": "^3.0.25",
"vest-utils": "^1.2.9"
},
"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.8
vest-utils: ^1.2.9
languageName: unknown
linkType: soft

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

"context@^3.0.24, context@workspace:packages/context":
"context@^3.0.25, context@workspace:packages/context":
version: 0.0.0-use.local
resolution: "context@workspace:packages/context"
dependencies:
vest-utils: ^1.2.8
vest-utils: ^1.2.9
languageName: unknown
linkType: soft

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

"n4s@^5.0.18, n4s@workspace:packages/n4s":
"n4s@^5.0.19, n4s@workspace:packages/n4s":
version: 0.0.0-use.local
resolution: "n4s@workspace:packages/n4s"
dependencies:
"@types/validator": ^13.11.7
context: ^3.0.24
context: ^3.0.25
validator: 13.9.0
vest-utils: ^1.2.8
vest-utils: ^1.2.9
languageName: unknown
linkType: soft

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

"vast@^1.0.33, vast@workspace:packages/vast":
"vast@^1.0.34, vast@workspace:packages/vast":
version: 0.0.0-use.local
resolution: "vast@workspace:packages/vast"
dependencies:
vest-utils: ^1.2.8
vest-utils: ^1.2.9
languageName: unknown
linkType: soft

"vest-utils@^1.2.8, vest-utils@workspace:packages/vest-utils":
"vest-utils@^1.2.9, 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.24
n4s: ^5.0.18
vast: ^1.0.33
vest-utils: ^1.2.8
vestjs-runtime: ^1.2.7
context: ^3.0.25
n4s: ^5.0.19
vast: ^1.0.34
vest-utils: ^1.2.9
vestjs-runtime: ^1.2.8
languageName: unknown
linkType: soft

"vestjs-runtime@^1.2.7, vestjs-runtime@workspace:packages/vestjs-runtime":
"vestjs-runtime@^1.2.8, vestjs-runtime@workspace:packages/vestjs-runtime":
version: 0.0.0-use.local
resolution: "vestjs-runtime@workspace:packages/vestjs-runtime"
dependencies:
context: ^3.0.24
vest-utils: ^1.2.8
context: ^3.0.25
vest-utils: ^1.2.9
languageName: unknown
linkType: soft

Expand Down

2 comments on commit b733d78

@vercel
Copy link

@vercel vercel bot commented on b733d78 Jan 29, 2024

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-git-latest-ealush.vercel.app
vestjs.dev
vest-ealush.vercel.app
vest.vercel.app
www.vestjs.dev

@vercel
Copy link

@vercel vercel bot commented on b733d78 Jan 29, 2024

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-website.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-next-ealush.vercel.app
vest-next.vercel.app

Please sign in to comment.