@capgo/cli 3.14.69 → 3.14.71
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 +9 -0
- package/bun.lockb +0 -0
- package/dist/index.js +2 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
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
|
+
### [3.14.71](https://github.com/Cap-go/capgo-cli/compare/v3.14.70...v3.14.71) (2024-02-10)
|
|
6
|
+
|
|
7
|
+
### [3.14.70](https://github.com/Cap-go/capgo-cli/compare/v3.14.69...v3.14.70) (2024-02-10)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* wrong log ([a90f667](https://github.com/Cap-go/capgo-cli/commit/a90f6670c8fc3eee1a7e1d95bf07a480c8a4d2f1))
|
|
13
|
+
|
|
5
14
|
### [3.14.69](https://github.com/Cap-go/capgo-cli/compare/v3.14.68...v3.14.69) (2024-02-10)
|
|
6
15
|
|
|
7
16
|
|
package/bun.lockb
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -61661,7 +61661,7 @@ var import_get_latest_version = __toESM(require_src3());
|
|
|
61661
61661
|
// package.json
|
|
61662
61662
|
var package_default = {
|
|
61663
61663
|
name: "@capgo/cli",
|
|
61664
|
-
version: "3.14.
|
|
61664
|
+
version: "3.14.71",
|
|
61665
61665
|
description: "A CLI to upload to capgo servers",
|
|
61666
61666
|
main: "dist/index.js",
|
|
61667
61667
|
bin: {
|
|
@@ -61704,7 +61704,7 @@ var package_default = {
|
|
|
61704
61704
|
license: "Apache 2.0",
|
|
61705
61705
|
dependencies: {
|
|
61706
61706
|
"@capacitor/cli": "5.7.0",
|
|
61707
|
-
"@capgo/find-package-manager": "
|
|
61707
|
+
"@capgo/find-package-manager": "0.0.10",
|
|
61708
61708
|
"@clack/prompts": "^0.7.0",
|
|
61709
61709
|
"@supabase/supabase-js": "^2.39.3",
|
|
61710
61710
|
"@tomasklaen/checksum": "^1.1.0",
|
|
@@ -62920,7 +62920,6 @@ var findPackageManagerType = (path3 = ".") => {
|
|
|
62920
62920
|
}
|
|
62921
62921
|
return "unknown";
|
|
62922
62922
|
};
|
|
62923
|
-
console.log("findPackageManagerType", findPackageManagerType());
|
|
62924
62923
|
|
|
62925
62924
|
// src/init.ts
|
|
62926
62925
|
var import_semver = __toESM(require_semver4());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/cli",
|
|
3
|
-
"version": "3.14.
|
|
3
|
+
"version": "3.14.71",
|
|
4
4
|
"description": "A CLI to upload to capgo servers",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"license": "Apache 2.0",
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@capacitor/cli": "5.7.0",
|
|
46
|
-
"@capgo/find-package-manager": "
|
|
46
|
+
"@capgo/find-package-manager": "0.0.10",
|
|
47
47
|
"@clack/prompts": "^0.7.0",
|
|
48
48
|
"@supabase/supabase-js": "^2.39.3",
|
|
49
49
|
"@tomasklaen/checksum": "^1.1.0",
|