Skip to content

Commit

Permalink
Publish Stable
Browse files Browse the repository at this point in the history
 - @vercel/build-utils@6.3.4
 - vercel@28.16.15
 - @vercel/client@12.4.4
 - @vercel/fs-detectors@3.8.4
 - @vercel/gatsby-plugin-vercel-builder@1.2.1
 - @vercel/go@2.3.11
 - @vercel/hydrogen@0.0.57
 - @vercel/next@3.6.6
 - @vercel/node@2.9.12
 - @vercel/python@3.1.53
 - @vercel/redwood@1.1.9
 - @vercel/remix@1.6.2
 - @vercel/ruby@1.3.70
 - @vercel/static-build@1.3.16
  • Loading branch information
styfle committed Mar 7, 2023
1 parent 48d925f commit 21a440b
Show file tree
Hide file tree
Showing 15 changed files with 69 additions and 69 deletions.
2 changes: 1 addition & 1 deletion packages/build-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/build-utils",
"version": "6.3.3",
"version": "6.3.4",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
Expand Down
26 changes: 13 additions & 13 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "28.16.14",
"version": "28.16.15",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
Expand Down Expand Up @@ -41,16 +41,16 @@
"node": ">= 14"
},
"dependencies": {
"@vercel/build-utils": "6.3.3",
"@vercel/go": "2.3.10",
"@vercel/hydrogen": "0.0.56",
"@vercel/next": "3.6.5",
"@vercel/node": "2.9.11",
"@vercel/python": "3.1.52",
"@vercel/redwood": "1.1.8",
"@vercel/remix": "1.6.1",
"@vercel/ruby": "1.3.69",
"@vercel/static-build": "1.3.15"
"@vercel/build-utils": "6.3.4",
"@vercel/go": "2.3.11",
"@vercel/hydrogen": "0.0.57",
"@vercel/next": "3.6.6",
"@vercel/node": "2.9.12",
"@vercel/python": "3.1.53",
"@vercel/redwood": "1.1.9",
"@vercel/remix": "1.6.2",
"@vercel/ruby": "1.3.70",
"@vercel/static-build": "1.3.16"
},
"devDependencies": {
"@alex_neo/jest-expect-message": "1.0.5",
Expand Down Expand Up @@ -94,10 +94,10 @@
"@types/write-json-file": "2.2.1",
"@types/yauzl-promise": "2.1.0",
"@vercel-internals/types": "*",
"@vercel/client": "12.4.3",
"@vercel/client": "12.4.4",
"@vercel/error-utils": "1.0.8",
"@vercel/frameworks": "1.3.2",
"@vercel/fs-detectors": "3.8.3",
"@vercel/fs-detectors": "3.8.4",
"@vercel/fun": "1.0.4",
"@vercel/ncc": "0.24.0",
"@vercel/routing-utils": "2.1.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/client",
"version": "12.4.3",
"version": "12.4.4",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://vercel.com",
Expand Down Expand Up @@ -43,7 +43,7 @@
]
},
"dependencies": {
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"@vercel/routing-utils": "2.1.10",
"@zeit/fetch": "5.2.0",
"async-retry": "1.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/fs-detectors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/fs-detectors",
"version": "3.8.3",
"version": "3.8.4",
"description": "Vercel filesystem detectors",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/minimatch": "3.0.5",
"@types/node": "14.18.33",
"@types/semver": "7.3.10",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"typescript": "4.3.4"
}
}
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-vercel-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/gatsby-plugin-vercel-builder",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/index.js",
"files": [
"dist",
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@sinclair/typebox": "0.25.24",
"@vercel/build-utils": "6.3.3",
"@vercel/node": "2.9.11",
"@vercel/build-utils": "6.3.4",
"@vercel/node": "2.9.12",
"@vercel/routing-utils": "2.1.10",
"esbuild": "0.14.47",
"etag": "1.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/go/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/go",
"version": "2.3.10",
"version": "2.3.11",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/go",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/node": "14.18.33",
"@types/node-fetch": "^2.3.0",
"@types/tar": "^4.0.0",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"@vercel/ncc": "0.24.0",
"async-retry": "1.3.1",
"execa": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/hydrogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/hydrogen",
"version": "0.0.56",
"version": "0.0.57",
"license": "MIT",
"main": "./dist/index.js",
"homepage": "https://vercel.com/docs",
Expand All @@ -21,7 +21,7 @@
"devDependencies": {
"@types/jest": "27.5.1",
"@types/node": "14.18.33",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"@vercel/static-config": "2.0.13",
"execa": "3.2.0",
"fs-extra": "11.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/next",
"version": "3.6.5",
"version": "3.6.6",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@types/semver": "6.0.0",
"@types/text-table": "0.2.1",
"@types/webpack-sources": "3.2.0",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"@vercel/nft": "0.22.5",
"@vercel/routing-utils": "2.1.10",
"async-sema": "3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/node",
"version": "2.9.11",
"version": "2.9.12",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@edge-runtime/vm": "2.0.0",
"@types/node": "14.18.33",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"@vercel/node-bridge": "3.1.14",
"@vercel/static-config": "2.0.13",
"edge-runtime": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/python",
"version": "3.1.52",
"version": "3.1.53",
"main": "./dist/index.js",
"license": "MIT",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/python",
Expand All @@ -23,7 +23,7 @@
"@types/execa": "^0.9.0",
"@types/jest": "27.4.1",
"@types/node": "14.18.33",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"@vercel/ncc": "0.24.0",
"execa": "^1.0.0",
"typescript": "4.3.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/redwood/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/redwood",
"version": "1.1.8",
"version": "1.1.9",
"main": "./dist/index.js",
"license": "MIT",
"homepage": "https://vercel.com/docs",
Expand All @@ -27,7 +27,7 @@
"@types/aws-lambda": "8.10.19",
"@types/node": "14.18.33",
"@types/semver": "6.0.0",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"execa": "3.2.0",
"fs-extra": "11.1.0",
"typescript": "4.3.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/remix",
"version": "1.6.1",
"version": "1.6.2",
"license": "MIT",
"main": "./dist/index.js",
"homepage": "https://vercel.com/docs",
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/jest": "27.5.1",
"@types/node": "14.18.33",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"typescript": "4.9.4"
}
}
4 changes: 2 additions & 2 deletions packages/ruby/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vercel/ruby",
"author": "Nathan Cahill <nathan@nathancahill.com>",
"version": "1.3.69",
"version": "1.3.70",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/ruby",
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@types/fs-extra": "8.0.0",
"@types/semver": "6.0.0",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"@vercel/ncc": "0.24.0",
"execa": "2.0.4",
"fs-extra": "^7.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/static-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/static-build",
"version": "1.3.15",
"version": "1.3.16",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/build-step",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@vercel/gatsby-plugin-vercel-analytics": "1.0.8",
"@vercel/gatsby-plugin-vercel-builder": "1.2.0"
"@vercel/gatsby-plugin-vercel-builder": "1.2.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.64",
Expand All @@ -42,9 +42,9 @@
"@types/node-fetch": "2.5.4",
"@types/promise-timeout": "1.3.0",
"@types/semver": "7.3.13",
"@vercel/build-utils": "6.3.3",
"@vercel/build-utils": "6.3.4",
"@vercel/frameworks": "1.3.2",
"@vercel/fs-detectors": "3.8.3",
"@vercel/fs-detectors": "3.8.4",
"@vercel/ncc": "0.24.0",
"@vercel/routing-utils": "2.1.10",
"@vercel/static-config": "2.0.13",
Expand Down
Loading

0 comments on commit 21a440b

Please sign in to comment.