@capgo/cli 4.8.2 → 4.8.3

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.8.3](https://github.com/Cap-go/CLI/compare/v4.8.2...v4.8.3) (2024-05-13)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * issue find-package-manager ([66667cf](https://github.com/Cap-go/CLI/commit/66667cf3af6fdd417620573c91c4df3f2be10ebb))
11
+
5
12
  ### [4.8.2](https://github.com/Cap-go/CLI/compare/v4.8.1...v4.8.2) (2024-05-11)
6
13
 
7
14
  ### [4.8.1](https://github.com/Cap-go/CLI/compare/v4.8.0...v4.8.1) (2024-05-11)
package/bun.lockb CHANGED
Binary file
package/dist/index.js CHANGED
@@ -92373,7 +92373,7 @@ var {
92373
92373
  // package.json
92374
92374
  var package_default = {
92375
92375
  name: "@capgo/cli",
92376
- version: "4.8.2",
92376
+ version: "4.8.3",
92377
92377
  description: "A CLI to upload to capgo servers",
92378
92378
  author: "github.com/riderx",
92379
92379
  license: "Apache 2.0",
@@ -92418,7 +92418,7 @@ var package_default = {
92418
92418
  dependencies: {
92419
92419
  "@aws-sdk/client-s3": "^3.563.0",
92420
92420
  "@capacitor/cli": "6.0.0",
92421
- "@capgo/find-package-manager": "^0.0.16",
92421
+ "@capgo/find-package-manager": "^0.0.17",
92422
92422
  "@clack/prompts": "^0.7.0",
92423
92423
  "@supabase/supabase-js": "^2.42.7",
92424
92424
  "@tomasklaen/checksum": "^1.1.0",
@@ -93556,7 +93556,7 @@ var findPackageManagerType = (path3 = ".", defaultPackageManager = "unknown") =>
93556
93556
  if ((0, import_fs.existsSync)(npmPath)) {
93557
93557
  return "npm";
93558
93558
  }
93559
- return defaultPm;
93559
+ return defaultPackageManager;
93560
93560
  };
93561
93561
  var findInstallCommand = (packageManagerType = findPackageManagerType(), prefix = false) => {
93562
93562
  switch (packageManagerType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/cli",
3
- "version": "4.8.2",
3
+ "version": "4.8.3",
4
4
  "description": "A CLI to upload to capgo servers",
5
5
  "author": "github.com/riderx",
6
6
  "license": "Apache 2.0",
@@ -45,7 +45,7 @@
45
45
  "dependencies": {
46
46
  "@aws-sdk/client-s3": "^3.563.0",
47
47
  "@capacitor/cli": "6.0.0",
48
- "@capgo/find-package-manager": "^0.0.16",
48
+ "@capgo/find-package-manager": "^0.0.17",
49
49
  "@clack/prompts": "^0.7.0",
50
50
  "@supabase/supabase-js": "^2.42.7",
51
51
  "@tomasklaen/checksum": "^1.1.0",