Skip to content

Commit

Permalink
✨ Updating: [context]: (2.0.3), [n4s]: (4.1.4), [vast]: (1.0.7), [ves…
Browse files Browse the repository at this point in the history
…t]: (4.3.1)

433fc34  tests(context): Add test coverage to use and useX (ealush)
d5f2d28  patch(vest): remove unneeded bind in run result callback (ealush)
2b9f7db  types: remove type prefixes (ealush)
105bc7d  types(vest): add FailureMessages type (ealush)
d73759f  patch(vest): lower test.memo cache size to 10 (ealush)
769c199  patch(vest): reduce result cache size to 1 (ealush)
534f237  patch(vest): isValid uses static summary (ealush)
2be8b49  patch(vest): make suite result methods use static summary object (ealush)
3f9811e  test(vest): make collectFailureMessages tests use external interface (ealush)
9b9e394  patch(n4s): use number rules in length rules (ealush)
4eaea36  patch(vest): cleaner omit (ealush)
6c0d43c  types(vest): shared callback type (ealush)
  • Loading branch information
ealush committed Mar 28, 2022
1 parent 3d5b4e4 commit e379446
Show file tree
Hide file tree
Showing 5 changed files with 10 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.2",
"version": "2.0.3",
"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.3",
"version": "4.1.4",
"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.2"
"context": "^2.0.3"
},
"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.6",
"version": "1.0.7",
"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.0",
"version": "4.3.1",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand All @@ -20,8 +20,8 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^2.0.2",
"n4s": "^4.1.3"
"context": "^2.0.3",
"n4s": "^4.1.4"
},
"homepage": "https://vestjs.dev/",
"exports": {
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit e379446

@vercel
Copy link

@vercel vercel bot commented on e379446 Mar 28, 2022

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

Please sign in to comment.