Skip to content

Commit

Permalink
πŸš€ Updating: [vest-utils]: (0.1.0), [vest]: (4.6.9)
Browse files Browse the repository at this point in the history
a297da9  Create FUNDING.yml (Evyatar)
f27ada0  types(vest): annotate cache instances (ealush)
ef80ac8  patch(vx): add local development default branch name (ealush)
ae6fcdf  patch(vest-utils): expose genSeq (ealush)
08f143a  minor(vest-utils): support namespaced seq (ealush)
058598e  types(vest-utils): expose cache return type (ealush)
7fdd6b5  types(vest-utils): imporve cache types (ealush)
  • Loading branch information
ealush committed Mar 8, 2023
1 parent a297da9 commit 495e369
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.4",
"version": "1.0.5",
"author": "ealush",
"scripts": {
"test": "vx test",
"build": "vx build",
"release": "vx release"
},
"dependencies": {
"vest-utils": "^0.0.3"
"vest-utils": "^0.1.0"
},
"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.4",
"version": "3.0.5",
"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.4"
"vest-utils": "^0.1.0"
},
"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.3.4",
"version": "4.3.5",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -17,8 +17,8 @@
"release": "vx release"
},
"dependencies": {
"context": "^3.0.4",
"vest-utils": "^0.0.4"
"context": "^3.0.5",
"vest-utils": "^0.1.0"
},
"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.14",
"version": "1.0.15",
"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.3"
"vest-utils": "^0.1.0"
},
"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.4",
"version": "0.1.0",
"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.8",
"version": "4.6.9",
"license": "MIT",
"name": "vest",
"author": "ealush",
Expand Down Expand Up @@ -33,10 +33,10 @@
"url": "https://github.com/ealush/vest.git/issues"
},
"dependencies": {
"context": "^3.0.4",
"n4s": "^4.3.4",
"vast": "^1.0.14",
"vest-utils": "^0.0.4"
"context": "^3.0.5",
"n4s": "^4.3.5",
"vast": "^1.0.15",
"vest-utils": "^0.1.0"
},
"homepage": "https://vestjs.dev/",
"exports": {
Expand Down

2 comments on commit 495e369

@vercel
Copy link

@vercel vercel bot commented on 495e369 Mar 8, 2023

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.vercel.app
vest-ealush.vercel.app
vestjs.dev
www.vestjs.dev
vest-git-stable-ealush.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 495e369 Mar 8, 2023

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

Please sign in to comment.