Skip to content

Commit

Permalink
✨ Updating: [vest-utils]: (0.0.3), [anyone]: (1.0.3), [context]: (3.0…
Browse files Browse the repository at this point in the history
….2), [n4s]: (4.2.2), [vast]: (1.0.13), [vest]: (4.6.2)

4c9f3b8  fix(vest-utils): use correct package path in imported types (ealush)
3f18579  chore: improve anyone code coverage (ealush)
  • Loading branch information
ealush committed Aug 11, 2022
1 parent 4c9f3b8 commit 8bd5015
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
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.2",
"version": "1.0.3",
"author": "ealush",
"scripts": {
"test": "vx test",
"build": "vx build",
"release": "vx release"
},
"dependencies": {
"vest-utils": "^0.0.2"
"vest-utils": "^0.0.3"
},
"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.1",
"version": "3.0.2",
"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.2"
"vest-utils": "^0.0.3"
},
"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.2.1",
"version": "4.2.2",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -10,8 +10,8 @@
"release": "vx release"
},
"dependencies": {
"context": "^3.0.1",
"vest-utils": "^0.0.2"
"context": "^3.0.2",
"vest-utils": "^0.0.3"
},
"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.12",
"version": "1.0.13",
"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.2"
"vest-utils": "^0.0.3"
},
"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.2",
"version": "0.0.3",
"name": "vest-utils",
"author": "ealush",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.6.1",
"version": "4.6.2",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand All @@ -20,10 +20,10 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"vast": "^1.0.12",
"context": "^3.0.1",
"n4s": "^4.2.1",
"vest-utils": "^0.0.2"
"context": "^3.0.2",
"n4s": "^4.2.2",
"vast": "^1.0.13",
"vest-utils": "^0.0.3"
},
"homepage": "https://vestjs.dev/",
"exports": {
Expand Down

2 comments on commit 8bd5015

@vercel
Copy link

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

@vercel
Copy link

@vercel vercel bot commented on 8bd5015 Aug 11, 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

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

Please sign in to comment.