Skip to content

Commit

Permalink
🦺 Updating: [context]: (3.0.4), [n4s]: (4.3.2), [vest]: (4.6.5)
Browse files Browse the repository at this point in the history
a2ef40d  readme: add badges to context and enforce (ealush)
989cd0d  patch(vest): separate Context and Cascade tests (ealush)
3ae44e8  types(vest): simplify test overload (ealush)
  • Loading branch information
ealush committed Aug 23, 2022
1 parent a2ef40d commit 8f54ca7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/context/package.json
@@ -1,5 +1,5 @@
{
"version": "3.0.3",
"version": "3.0.4",
"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.3"
"vest-utils": "^0.0.4"
},
"module": "./dist/es/context.production.js",
"exports": {
Expand Down
4 changes: 2 additions & 2 deletions packages/n4s/package.json
@@ -1,5 +1,5 @@
{
"version": "4.3.1",
"version": "4.3.2",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -10,7 +10,7 @@
"release": "vx release"
},
"dependencies": {
"context": "^3.0.3",
"context": "^3.0.4",
"vest-utils": "^0.0.4"
},
"module": "./dist/es/n4s.production.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/vest/package.json
@@ -1,5 +1,5 @@
{
"version": "4.6.4",
"version": "4.6.5",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand All @@ -20,8 +20,8 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^3.0.3",
"n4s": "^4.3.1",
"context": "^3.0.4",
"n4s": "^4.3.2",
"vast": "^1.0.14",
"vest-utils": "^0.0.4"
},
Expand Down

2 comments on commit 8f54ca7

@vercel
Copy link

@vercel vercel bot commented on 8f54ca7 Aug 23, 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 – ./website

vestjs.dev
vest.vercel.app
vest-git-stable-ealush.vercel.app
vest-ealush.vercel.app
www.vestjs.dev

@vercel
Copy link

@vercel vercel bot commented on 8f54ca7 Aug 23, 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-git-latest-ealush.vercel.app
vest-website.vercel.app
vest-next-ealush.vercel.app
vest-next.vercel.app

Please sign in to comment.