@vercel/client 12.2.26 → 12.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -10,8 +10,6 @@ Firstly, install the package:
10
10
 
11
11
  ```bash
12
12
  npm install @vercel/client
13
- # or
14
- yarn add @vercel/client
15
13
  ```
16
14
 
17
15
  Next, load it:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/client",
3
- "version": "12.2.26",
3
+ "version": "12.2.30",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "homepage": "https://vercel.com",
@@ -15,9 +15,9 @@
15
15
  },
16
16
  "scripts": {
17
17
  "build": "tsc",
18
- "test-integration-once": "yarn test tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts",
18
+ "test-integration-once": "pnpm test tests/create-deployment.test.ts tests/create-legacy-deployment.test.ts tests/paths.test.ts",
19
19
  "test": "jest --env node --verbose --runInBand --bail",
20
- "test-unit": "yarn test tests/unit.*test.*"
20
+ "test-unit": "pnpm test tests/unit.*test.*"
21
21
  },
22
22
  "engines": {
23
23
  "node": ">= 14"
@@ -43,8 +43,8 @@
43
43
  ]
44
44
  },
45
45
  "dependencies": {
46
- "@vercel/build-utils": "5.7.5",
47
- "@vercel/routing-utils": "2.1.3",
46
+ "@vercel/build-utils": "workspace:5.8.2",
47
+ "@vercel/routing-utils": "workspace:2.1.7",
48
48
  "@zeit/fetch": "5.2.0",
49
49
  "async-retry": "1.2.3",
50
50
  "async-sema": "3.0.0",
@@ -57,5 +57,5 @@
57
57
  "sleep-promise": "8.0.1",
58
58
  "tar-fs": "1.16.3"
59
59
  },
60
- "gitHead": "4c3bc0532216f21f354623ada76b2315ef8ba519"
60
+ "gitHead": "e54da8a2e5504987a956e2baaad6d817028b597f"
61
61
  }