Skip to content

Commit

Permalink
🚀 Updating: [vest-utils]: (1.1.0), [n4s]: (5.0.6), [vest]: (5.1.0)
Browse files Browse the repository at this point in the history
650dfc9  Remove coverage workflow (Evyatar)
cbd27ad  vx: recover from missing stable branch (Evyatar)
828085b  minor(vest): Suite.subscribe for listening to state changes (Evyatar)
37a4031  minor(vest-utils): add suport for wildcard bus event (Evyatar)
89a843f  patch(vest): Suite dump runs on available root (Evyatar)
26b4a09  patch(n4s): downgrade validator (Evyatar)
2d28ea7  feat(vest): Add AbortSignal as a parameter to test (#1079) (Evyatar)
4260f59  types: fix vest.IsolateTest types in tests (Evyatar)
  • Loading branch information
ealush committed Sep 25, 2023
1 parent 650dfc9 commit 85f7897
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ nodeLinker: node-modules

npmAlwaysAuth: true

npmAuthToken: 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
npmAuthToken: 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

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
Expand Down
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.11",
"version": "1.0.12",
"author": "ealush",
"scripts": {
"test": "vx test",
"build": "vx build",
"release": "vx release"
},
"dependencies": {
"vest-utils": "^1.0.3"
"vest-utils": "^1.1.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.12",
"version": "3.0.13",
"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.0.3"
"vest-utils": "^1.1.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.5",
"version": "5.0.6",
"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.12",
"vest-utils": "^1.0.3"
"context": "^3.0.13",
"vest-utils": "^1.1.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.21",
"version": "1.0.22",
"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.0.3"
"vest-utils": "^1.1.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.0.3",
"version": "1.1.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.0.5",
"version": "5.1.0",
"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.12",
"n4s": "^5.0.5",
"vast": "^1.0.21",
"vest-utils": "^1.0.3",
"vestjs-runtime": "^1.0.3"
"context": "^3.0.13",
"n4s": "^5.0.6",
"vast": "^1.0.22",
"vest-utils": "^1.1.0",
"vestjs-runtime": "^1.0.4"
},
"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.3",
"version": "1.0.4",
"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.12",
"vest-utils": "^1.0.3"
"context": "^3.0.13",
"vest-utils": "^1.1.0"
},
"exports": {
"./test-utils": {
Expand Down

0 comments on commit 85f7897

Please sign in to comment.