Skip to content

Commit

Permalink
Publish Stable
Browse files Browse the repository at this point in the history
 - @vercel/build-utils@6.4.0
 - vercel@28.17.0
 - @vercel/client@12.4.5
 - @vercel/frameworks@1.3.3
 - @vercel/fs-detectors@3.8.5
 - @vercel/gatsby-plugin-vercel-builder@1.2.2
 - @vercel/go@2.4.0
 - @vercel/hydrogen@0.0.58
 - @vercel/next@3.6.7
 - @vercel/node@2.9.13
 - @vercel/python@3.1.54
 - @vercel/redwood@1.1.10
 - @vercel/remix-builder@1.7.0
 - @vercel/routing-utils@2.1.11
 - @vercel/ruby@1.3.71
 - @vercel/static-build@1.3.17
 - @vercel/static-config@2.0.14
  • Loading branch information
TooTallNate committed Mar 16, 2023
1 parent 9712640 commit b2c68f1
Show file tree
Hide file tree
Showing 18 changed files with 176 additions and 168 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.4",
"version": "6.4.0",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.js",
Expand Down
30 changes: 15 additions & 15 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel",
"version": "28.16.15",
"version": "28.17.0",
"preferGlobal": true,
"license": "Apache-2.0",
"description": "The command-line interface for Vercel",
Expand Down Expand Up @@ -32,16 +32,16 @@
"node": ">= 14"
},
"dependencies": {
"@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-builder": "1.6.2",
"@vercel/ruby": "1.3.70",
"@vercel/static-build": "1.3.16"
"@vercel/build-utils": "6.4.0",
"@vercel/go": "2.4.0",
"@vercel/hydrogen": "0.0.58",
"@vercel/next": "3.6.7",
"@vercel/node": "2.9.13",
"@vercel/python": "3.1.54",
"@vercel/redwood": "1.1.10",
"@vercel/remix-builder": "1.7.0",
"@vercel/ruby": "1.3.71",
"@vercel/static-build": "1.3.17"
},
"devDependencies": {
"@alex_neo/jest-expect-message": "1.0.5",
Expand Down Expand Up @@ -85,13 +85,13 @@
"@types/write-json-file": "2.2.1",
"@types/yauzl-promise": "2.1.0",
"@vercel-internals/types": "*",
"@vercel/client": "12.4.4",
"@vercel/client": "12.4.5",
"@vercel/error-utils": "1.0.8",
"@vercel/frameworks": "1.3.2",
"@vercel/fs-detectors": "3.8.4",
"@vercel/frameworks": "1.3.3",
"@vercel/fs-detectors": "3.8.5",
"@vercel/fun": "1.0.4",
"@vercel/ncc": "0.24.0",
"@vercel/routing-utils": "2.1.10",
"@vercel/routing-utils": "2.1.11",
"@zeit/source-map-support": "0.6.2",
"ajv": "6.12.2",
"alpha-sort": "2.0.1",
Expand Down
6 changes: 3 additions & 3 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.4",
"version": "12.4.5",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"homepage": "https://vercel.com",
Expand Down Expand Up @@ -43,8 +43,8 @@
]
},
"dependencies": {
"@vercel/build-utils": "6.3.4",
"@vercel/routing-utils": "2.1.10",
"@vercel/build-utils": "6.4.0",
"@vercel/routing-utils": "2.1.11",
"@zeit/fetch": "5.2.0",
"async-retry": "1.2.3",
"async-sema": "3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/frameworks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/frameworks",
"version": "1.3.2",
"version": "1.3.3",
"main": "./dist/frameworks.js",
"types": "./dist/frameworks.d.ts",
"files": [
Expand All @@ -21,7 +21,7 @@
"@types/js-yaml": "3.12.1",
"@types/node": "14.18.33",
"@types/node-fetch": "2.5.8",
"@vercel/routing-utils": "2.1.10",
"@vercel/routing-utils": "2.1.11",
"ajv": "6.12.2",
"typescript": "4.3.4"
}
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "3.8.5",
"description": "Vercel filesystem detectors",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -20,8 +20,8 @@
},
"dependencies": {
"@vercel/error-utils": "1.0.8",
"@vercel/frameworks": "1.3.2",
"@vercel/routing-utils": "2.1.10",
"@vercel/frameworks": "1.3.3",
"@vercel/routing-utils": "2.1.11",
"glob": "8.0.3",
"js-yaml": "4.1.0",
"json5": "2.2.2",
Expand All @@ -35,7 +35,7 @@
"@types/minimatch": "3.0.5",
"@types/node": "14.18.33",
"@types/semver": "7.3.10",
"@vercel/build-utils": "6.3.4",
"@vercel/build-utils": "6.4.0",
"typescript": "4.3.4"
}
}
8 changes: 4 additions & 4 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.1",
"version": "1.2.2",
"main": "dist/index.js",
"files": [
"dist",
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@sinclair/typebox": "0.25.24",
"@vercel/build-utils": "6.3.4",
"@vercel/node": "2.9.12",
"@vercel/routing-utils": "2.1.10",
"@vercel/build-utils": "6.4.0",
"@vercel/node": "2.9.13",
"@vercel/routing-utils": "2.1.11",
"esbuild": "0.14.47",
"etag": "1.8.1",
"fs-extra": "11.1.0"
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.11",
"version": "2.4.0",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/go",
Expand Down Expand Up @@ -37,7 +37,7 @@
"@types/node-fetch": "^2.3.0",
"@types/tar": "^4.0.0",
"@types/yauzl-promise": "2.1.0",
"@vercel/build-utils": "6.3.4",
"@vercel/build-utils": "6.4.0",
"@vercel/ncc": "0.24.0",
"async-retry": "1.3.1",
"execa": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 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.57",
"version": "0.0.58",
"license": "MIT",
"main": "./dist/index.js",
"homepage": "https://vercel.com/docs",
Expand All @@ -21,8 +21,8 @@
"devDependencies": {
"@types/jest": "27.5.1",
"@types/node": "14.18.33",
"@vercel/build-utils": "6.3.4",
"@vercel/static-config": "2.0.13",
"@vercel/build-utils": "6.4.0",
"@vercel/static-config": "2.0.14",
"execa": "3.2.0",
"fs-extra": "11.1.0",
"ts-morph": "12.0.0",
Expand Down
6 changes: 3 additions & 3 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.6",
"version": "3.6.7",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/next-js",
Expand Down Expand Up @@ -45,9 +45,9 @@
"@types/semver": "6.0.0",
"@types/text-table": "0.2.1",
"@types/webpack-sources": "3.2.0",
"@vercel/build-utils": "6.3.4",
"@vercel/build-utils": "6.4.0",
"@vercel/nft": "0.22.5",
"@vercel/routing-utils": "2.1.10",
"@vercel/routing-utils": "2.1.11",
"async-sema": "3.0.1",
"buffer-crc32": "0.2.13",
"bytes": "3.1.2",
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.9.13",
"license": "MIT",
"main": "./dist/index",
"homepage": "https://vercel.com/docs/runtimes#official-runtimes/node-js",
Expand Down Expand Up @@ -31,9 +31,9 @@
"dependencies": {
"@edge-runtime/vm": "2.0.0",
"@types/node": "14.18.33",
"@vercel/build-utils": "6.3.4",
"@vercel/build-utils": "6.4.0",
"@vercel/node-bridge": "3.1.14",
"@vercel/static-config": "2.0.13",
"@vercel/static-config": "2.0.14",
"edge-runtime": "2.0.0",
"esbuild": "0.14.47",
"exit-hook": "2.2.1",
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.53",
"version": "3.1.54",
"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.4",
"@vercel/build-utils": "6.4.0",
"@vercel/ncc": "0.24.0",
"execa": "^1.0.0",
"typescript": "4.3.4"
Expand Down
6 changes: 3 additions & 3 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.9",
"version": "1.1.10",
"main": "./dist/index.js",
"license": "MIT",
"homepage": "https://vercel.com/docs",
Expand All @@ -20,14 +20,14 @@
},
"dependencies": {
"@vercel/nft": "0.22.5",
"@vercel/routing-utils": "2.1.10",
"@vercel/routing-utils": "2.1.11",
"semver": "6.1.1"
},
"devDependencies": {
"@types/aws-lambda": "8.10.19",
"@types/node": "14.18.33",
"@types/semver": "6.0.0",
"@vercel/build-utils": "6.3.4",
"@vercel/build-utils": "6.4.0",
"execa": "3.2.0",
"fs-extra": "11.1.0",
"typescript": "4.3.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/remix-builder",
"version": "1.6.2",
"version": "1.7.0",
"license": "MIT",
"main": "./dist/index.js",
"homepage": "https://vercel.com/docs",
Expand All @@ -21,9 +21,9 @@
],
"dependencies": {
"@remix-run/dev": "npm:@vercel/remix-run-dev@1.14.2",
"@vercel/build-utils": "6.3.4",
"@vercel/build-utils": "6.4.0",
"@vercel/nft": "0.22.5",
"@vercel/static-config": "2.0.13",
"@vercel/static-config": "2.0.14",
"path-to-regexp": "6.2.1",
"ts-morph": "12.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/routing-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/routing-utils",
"version": "2.1.10",
"version": "2.1.11",
"description": "Vercel routing utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
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.70",
"version": "1.3.71",
"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.4",
"@vercel/build-utils": "6.4.0",
"@vercel/ncc": "0.24.0",
"execa": "2.0.4",
"fs-extra": "^7.0.1",
Expand Down
14 changes: 7 additions & 7 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.16",
"version": "1.3.17",
"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.1"
"@vercel/gatsby-plugin-vercel-builder": "1.2.2"
},
"devDependencies": {
"@types/aws-lambda": "8.10.64",
Expand All @@ -42,12 +42,12 @@
"@types/node-fetch": "2.5.4",
"@types/promise-timeout": "1.3.0",
"@types/semver": "7.3.13",
"@vercel/build-utils": "6.3.4",
"@vercel/frameworks": "1.3.2",
"@vercel/fs-detectors": "3.8.4",
"@vercel/build-utils": "6.4.0",
"@vercel/frameworks": "1.3.3",
"@vercel/fs-detectors": "3.8.5",
"@vercel/ncc": "0.24.0",
"@vercel/routing-utils": "2.1.10",
"@vercel/static-config": "2.0.13",
"@vercel/routing-utils": "2.1.11",
"@vercel/static-config": "2.0.14",
"execa": "3.2.0",
"fs-extra": "10.0.0",
"get-port": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/static-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/static-config",
"version": "2.0.13",
"version": "2.0.14",
"license": "MIT",
"main": "./dist/index",
"repository": {
Expand Down
Loading

0 comments on commit b2c68f1

Please sign in to comment.