Skip to content

Commit

Permalink
🤘 Updating: [context]: (2.0.4), [n4s]: (4.1.5), [vast]: (1.0.8), [ves…
Browse files Browse the repository at this point in the history
…t]: (4.3.2)

2c8e73b  vx: remove custom options from build (ealush)
b99e817  vx: clean up hand crafted paths (ealush)
52064d3  vx: hack around double build (ealush)
4dd8e5e  patch(vest): simplify hasFailures (ealush)
9d6a435  patch(vest): simplify exclusive (ealush)
7dbc324  patch(vest): always generate errors and warnings arrays (ealush)
b20ef64  tests(vest): isValid (ealush)
8a20841  patch(vest): disallow bad include input (ealush)
584be8a  patch(vest): remove duplicate VestTest run logic (ealush)
4640d5a  patch(vest): remove unneeded field existence check (ealush)
65a8a38  patch(vest): simplify severity count (ealush)
472e4cc  patch(vest): simplify omitted calculation (ealush)
1bd49f1  tests: invariant (ealush)
852c692  tests: invariant (ealush)
ad8f1c8  tests: enforce (ealush)
25c016b  tests: isValueOf (ealush)
128311f  fix: isEmpty defaults to false (ealush)
101e6f1  tests: inside (ealush)
2fcf0c9  tests: oneOf (ealush)
1c13dc0  tests: oneOf (ealush)
38c7305  tests: isProxySupported (ealush)
6764716  patch(vest): only bind summary object to the suite result methods (ealush)
0dd7dad  patch(vest): hasFailure selectors use static summary object (#813) (Evyatar)
  • Loading branch information
ealush committed Apr 26, 2022
1 parent 2c8e73b commit 4d15f14
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"main": "./dist/cjs/context.js",
"types": "./types/context.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/n4s/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.4",
"version": "4.1.5",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -10,7 +10,7 @@
"release": "vx release"
},
"dependencies": {
"context": "^2.0.3"
"context": "^2.0.4"
},
"module": "./dist/es/n4s.production.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vast/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"license": "MIT",
"main": "./dist/cjs/vast.js",
"types": "./types/vast.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.3.1",
"version": "4.3.2",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand All @@ -20,8 +20,8 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^2.0.3",
"n4s": "^4.1.4"
"context": "^2.0.4",
"n4s": "^4.1.5"
},
"homepage": "https://vestjs.dev/",
"exports": {
Expand Down

0 comments on commit 4d15f14

Please sign in to comment.