@capgo/cli 4.12.7 → 4.12.8
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 +2 -0
- package/bun.lockb +0 -0
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
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.12.8](https://github.com/Cap-go/CLI/compare/v4.12.7...v4.12.8) (2024-07-12)
|
|
6
|
+
|
|
5
7
|
### [4.12.7](https://github.com/Cap-go/CLI/compare/v4.12.6...v4.12.7) (2024-07-12)
|
|
6
8
|
|
|
7
9
|
### [4.12.6](https://github.com/Cap-go/CLI/compare/v4.12.5...v4.12.6) (2024-07-09)
|
package/bun.lockb
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -86219,7 +86219,7 @@ var {
|
|
|
86219
86219
|
// package.json
|
|
86220
86220
|
var package_default = {
|
|
86221
86221
|
name: "@capgo/cli",
|
|
86222
|
-
version: "4.12.
|
|
86222
|
+
version: "4.12.8",
|
|
86223
86223
|
description: "A CLI to upload to capgo servers",
|
|
86224
86224
|
author: "github.com/riderx",
|
|
86225
86225
|
license: "Apache 2.0",
|
|
@@ -86305,7 +86305,7 @@ var package_default = {
|
|
|
86305
86305
|
"ts-loader": "^9.5.1",
|
|
86306
86306
|
"ts-node": "^10.9.2",
|
|
86307
86307
|
"tsconfig-paths": "4.2.0",
|
|
86308
|
-
typescript: "5.5.
|
|
86308
|
+
typescript: "5.5.3"
|
|
86309
86309
|
}
|
|
86310
86310
|
};
|
|
86311
86311
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/cli",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.8",
|
|
4
4
|
"description": "A CLI to upload to capgo servers",
|
|
5
5
|
"author": "github.com/riderx",
|
|
6
6
|
"license": "Apache 2.0",
|
|
@@ -86,6 +86,6 @@
|
|
|
86
86
|
"ts-loader": "^9.5.1",
|
|
87
87
|
"ts-node": "^10.9.2",
|
|
88
88
|
"tsconfig-paths": "4.2.0",
|
|
89
|
-
"typescript": "5.5.
|
|
89
|
+
"typescript": "5.5.3"
|
|
90
90
|
}
|
|
91
91
|
}
|