Skip to content

Commit

Permalink
🚀 Updating: [anyone]: (1.0.2), [vest-utils]: (0.0.2), [context]: (2.0…
Browse files Browse the repository at this point in the history
….8), [n4s]: (4.1.9), [vast]: (1.0.11), [vest]: (4.5.0)

9b46fb6  types(vest): add suiteName type to SuiteResult (ealush)
47d688a  lint: ignore comments in max-lines (ealush)
a9070d9  documentation: add code comments to enforceEager (ealush)
e4590ac  lint: sort exports (ealush)
b94b568  patch(vest): use suiteSelectors from vest top level api in parser module (ealush)
24e4cea  added(vest): expose suiteSelectors as a top level API (ealush)
1812e68  patch(vest): remove unneeded base object in context assignment (ealush)
590ad76  patch(vest): Remove suiteSummary from context (ealush)
e8dbbc9  patch(vest): move suite selectors out into their own module for easier consumption by external sources (#906) (Evyatar)
8597af2  patch(vest): Call done callback immediately when field does not exist (ealush)
e94a2df  vx: getModuleAliases add package name (ealush)
238ccfa  patch(vest-utils): added patch utils package (ealush)
1303163  patch(vx): make current package a global as well (ealush)
17c39f6  types(vest): improve getFailures overload (ealush)
d4d4cb1  patch(vest): Remove unneeded empty check in hasRemainigTests (ealush)
e7db774  types: consistently use cb type (ealush)
92c0e70  vx: build single (ealush)
1d77692  lint: fix lint errors (ealush)
b621b6a  chore: update gitignore (ealush)
1919dec  Update coverage.yml (Evyatar)
  • Loading branch information
ealush committed Jul 16, 2022
1 parent 9b46fb6 commit 9a876c1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/anyone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"main": "./dist/cjs/anyone.js",
"types": "./types/anyone.d.ts",
"version": "1.0.1",
"version": "1.0.2",
"author": "ealush",
"scripts": {
"test": "vx test",
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": "2.0.7",
"version": "2.0.8",
"license": "MIT",
"main": "./dist/cjs/context.js",
"types": "./types/context.d.ts",
Expand All @@ -11,7 +11,7 @@
"release": "vx release"
},
"dependencies": {
"vest-utils": "^0.0.1"
"vest-utils": "^0.0.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": "4.1.8",
"version": "4.1.9",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -10,8 +10,8 @@
"release": "vx release"
},
"dependencies": {
"context": "^2.0.7",
"vest-utils": "^0.0.1"
"context": "^2.0.8",
"vest-utils": "^0.0.2"
},
"module": "./dist/es/n4s.production.js",
"exports": {
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.10",
"version": "1.0.11",
"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": "^0.0.1"
"vest-utils": "^0.0.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": "0.0.1",
"version": "0.0.2",
"name": "vest-utils",
"author": "ealush",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.4.2",
"version": "4.5.0",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand All @@ -20,9 +20,9 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^2.0.7",
"n4s": "^4.1.8",
"vest-utils": "^0.0.1"
"context": "^2.0.8",
"n4s": "^4.1.9",
"vest-utils": "^0.0.2"
},
"homepage": "https://vestjs.dev/",
"exports": {
Expand Down

0 comments on commit 9a876c1

Please sign in to comment.