Skip to content

Commit

Permalink
✨ Updating: [vest-utils]: (1.3.2), [vestjs-runtime]: (1.5.0), [vest]:…
Browse files Browse the repository at this point in the history
… (5.4.4)

775b63a  vx: add license to package.json template (Evyatar Alush)
64807d6  patch(vest): Use serializer replacer to omit unneeded properties (Evyatar)
1ea14a4  minor(vestjs-runtime): Add Replacer to IsolateSerializer (Evyatar)
a11ac9b  lint: no-unused (Evyatar)
3e9c0af  🦺 Updating: [vest]: (5.4.3) (ealush)
30bdd11  patch(vest): reverse args without mutation (Evyatar)
e341c7b  🤘 Updating: [vestjs-runtime]: (1.4.2), [vest]: (5.4.2) (ealush)
  • Loading branch information
ealush committed Nov 11, 2024
1 parent 775b63a commit ad3aed5
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.30",
"version": "1.0.31",
"author": "ealush",
"scripts": {
"test": "vx test",
"build": "vx build",
"release": "vx release"
},
"dependencies": {
"vest-utils": "^1.3.1"
"vest-utils": "^1.3.2"
},
"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.31",
"version": "3.0.32",
"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.3.1"
"vest-utils": "^1.3.2"
},
"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.26",
"version": "5.0.27",
"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.31",
"vest-utils": "^1.3.1"
"context": "^3.0.32",
"vest-utils": "^1.3.2"
},
"devDependencies": {
"@types/validator": "^13.11.10",
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.40",
"version": "1.0.41",
"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.3.1"
"vest-utils": "^1.3.2"
},
"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.3.1",
"version": "1.3.2",
"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.4.3",
"version": "5.4.4",
"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.31",
"n4s": "^5.0.26",
"vast": "^1.0.40",
"vest-utils": "^1.3.1",
"vestjs-runtime": "^1.4.2"
"context": "^3.0.32",
"n4s": "^5.0.27",
"vast": "^1.0.41",
"vest-utils": "^1.3.2",
"vestjs-runtime": "^1.5.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.4.2",
"version": "1.5.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.31",
"vest-utils": "^1.3.1"
"context": "^3.0.32",
"vest-utils": "^1.3.2"
},
"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 @@ -4460,7 +4460,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "anyone@workspace:packages/anyone"
dependencies:
vest-utils: ^1.3.1
vest-utils: ^1.3.2
languageName: unknown
linkType: soft

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

"context@^3.0.31, context@workspace:packages/context":
"context@^3.0.32, context@workspace:packages/context":
version: 0.0.0-use.local
resolution: "context@workspace:packages/context"
dependencies:
vest-utils: ^1.3.1
vest-utils: ^1.3.2
languageName: unknown
linkType: soft

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

"n4s@^5.0.26, n4s@workspace:packages/n4s":
"n4s@^5.0.27, n4s@workspace:packages/n4s":
version: 0.0.0-use.local
resolution: "n4s@workspace:packages/n4s"
dependencies:
"@types/validator": ^13.11.10
context: ^3.0.31
context: ^3.0.32
validator: 13.9.0
vest-utils: ^1.3.1
vest-utils: ^1.3.2
languageName: unknown
linkType: soft

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

"vast@^1.0.40, vast@workspace:packages/vast":
"vast@^1.0.41, vast@workspace:packages/vast":
version: 0.0.0-use.local
resolution: "vast@workspace:packages/vast"
dependencies:
vest-utils: ^1.3.1
vest-utils: ^1.3.2
languageName: unknown
linkType: soft

"vest-utils@^1.3.1, vest-utils@workspace:packages/vest-utils":
"vest-utils@^1.3.2, vest-utils@workspace:packages/vest-utils":
version: 0.0.0-use.local
resolution: "vest-utils@workspace:packages/vest-utils"
languageName: unknown
Expand All @@ -14342,20 +14342,20 @@ __metadata:
version: 0.0.0-use.local
resolution: "vest@workspace:packages/vest"
dependencies:
context: ^3.0.31
n4s: ^5.0.26
vast: ^1.0.40
vest-utils: ^1.3.1
vestjs-runtime: ^1.4.2
context: ^3.0.32
n4s: ^5.0.27
vast: ^1.0.41
vest-utils: ^1.3.2
vestjs-runtime: ^1.5.0
languageName: unknown
linkType: soft

"vestjs-runtime@^1.4.2, vestjs-runtime@workspace:packages/vestjs-runtime":
"vestjs-runtime@^1.5.0, vestjs-runtime@workspace:packages/vestjs-runtime":
version: 0.0.0-use.local
resolution: "vestjs-runtime@workspace:packages/vestjs-runtime"
dependencies:
context: ^3.0.31
vest-utils: ^1.3.1
context: ^3.0.32
vest-utils: ^1.3.2
languageName: unknown
linkType: soft

Expand Down

0 comments on commit ad3aed5

Please sign in to comment.