@capgo/cli 4.11.3 → 4.11.4
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 +7 -0
- package/bun.lockb +0 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.11.4](https://github.com/Cap-go/CLI/compare/v4.11.3...v4.11.4) (2024-06-23)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* bun ([0fbdf43](https://github.com/Cap-go/CLI/commit/0fbdf430dd13a82056ef9a870a8afce89c34f313))
|
|
11
|
+
|
|
5
12
|
### [4.11.3](https://github.com/Cap-go/CLI/compare/v4.11.2...v4.11.3) (2024-06-23)
|
|
6
13
|
|
|
7
14
|
|
package/bun.lockb
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -118903,7 +118903,7 @@ var {
|
|
|
118903
118903
|
// package.json
|
|
118904
118904
|
var package_default = {
|
|
118905
118905
|
name: "@capgo/cli",
|
|
118906
|
-
version: "4.11.
|
|
118906
|
+
version: "4.11.4",
|
|
118907
118907
|
description: "A CLI to upload to capgo servers",
|
|
118908
118908
|
author: "github.com/riderx",
|
|
118909
118909
|
license: "Apache 2.0",
|