@depot/cli 0.0.1-cli.2.94.0 → 0.0.1-cli.2.95.1

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 (3) hide show
  1. package/bin/depot +1 -1
  2. package/lib/main.js +1 -1
  3. package/package.json +10 -10
package/bin/depot CHANGED
@@ -176,7 +176,7 @@ for your current platform.`);
176
176
  "node_modules",
177
177
  ".cache",
178
178
  "@depot/cli",
179
- `pnpapi-${pkg.replace("/", "-")}-${"2.94.0"}-${path.basename(subpath)}`
179
+ `pnpapi-${pkg.replace("/", "-")}-${"2.95.1"}-${path.basename(subpath)}`
180
180
  );
181
181
  if (!fs.existsSync(binTargetPath)) {
182
182
  fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
package/lib/main.js CHANGED
@@ -2342,7 +2342,7 @@ for your current platform.`);
2342
2342
  "node_modules",
2343
2343
  ".cache",
2344
2344
  "@depot/cli",
2345
- `pnpapi-${pkg.replace("/", "-")}-${"2.94.0"}-${path3.basename(subpath)}`
2345
+ `pnpapi-${pkg.replace("/", "-")}-${"2.95.1"}-${path3.basename(subpath)}`
2346
2346
  );
2347
2347
  if (!fs.existsSync(binTargetPath)) {
2348
2348
  fs.mkdirSync(path3.dirname(binTargetPath), { recursive: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depot/cli",
3
- "version": "0.0.1-cli.2.94.0",
3
+ "version": "0.0.1-cli.2.95.1",
4
4
  "description": "Depot CLI",
5
5
  "repository": "https://github.com/depot/cli",
6
6
  "license": "MIT",
@@ -13,15 +13,15 @@
13
13
  "main": "lib/main.js",
14
14
  "types": "lib/main.d.ts",
15
15
  "optionalDependencies": {
16
- "@depot/cli-darwin-arm64": "0.0.1-cli.2.94.0",
17
- "@depot/cli-darwin-x64": "0.0.1-cli.2.94.0",
18
- "@depot/cli-linux-arm": "0.0.1-cli.2.94.0",
19
- "@depot/cli-linux-arm64": "0.0.1-cli.2.94.0",
20
- "@depot/cli-linux-ia32": "0.0.1-cli.2.94.0",
21
- "@depot/cli-linux-x64": "0.0.1-cli.2.94.0",
22
- "@depot/cli-win32-arm64": "0.0.1-cli.2.94.0",
23
- "@depot/cli-win32-ia32": "0.0.1-cli.2.94.0",
24
- "@depot/cli-win32-x64": "0.0.1-cli.2.94.0"
16
+ "@depot/cli-darwin-arm64": "0.0.1-cli.2.95.1",
17
+ "@depot/cli-darwin-x64": "0.0.1-cli.2.95.1",
18
+ "@depot/cli-linux-arm": "0.0.1-cli.2.95.1",
19
+ "@depot/cli-linux-arm64": "0.0.1-cli.2.95.1",
20
+ "@depot/cli-linux-ia32": "0.0.1-cli.2.95.1",
21
+ "@depot/cli-linux-x64": "0.0.1-cli.2.95.1",
22
+ "@depot/cli-win32-arm64": "0.0.1-cli.2.95.1",
23
+ "@depot/cli-win32-ia32": "0.0.1-cli.2.95.1",
24
+ "@depot/cli-win32-x64": "0.0.1-cli.2.95.1"
25
25
  },
26
26
  "publishConfig": {
27
27
  "access": "public"