@capgo/cli 4.10.26 → 4.10.27
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/.github/workflows/check_posix_paths.yml +1 -1
- package/CHANGELOG.md +7 -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.10.27](https://github.com/Cap-go/CLI/compare/v4.10.26...v4.10.27) (2024-06-20)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* remove too old version ([6b510e3](https://github.com/Cap-go/CLI/commit/6b510e37165487f74829296ee4becb5644d8880f))
|
|
11
|
+
|
|
5
12
|
### [4.10.26](https://github.com/Cap-go/CLI/compare/v4.10.25...v4.10.26) (2024-06-20)
|
|
6
13
|
|
|
7
14
|
|
package/dist/index.js
CHANGED
|
@@ -108745,7 +108745,7 @@ var {
|
|
|
108745
108745
|
// package.json
|
|
108746
108746
|
var package_default = {
|
|
108747
108747
|
name: "@capgo/cli",
|
|
108748
|
-
version: "4.10.
|
|
108748
|
+
version: "4.10.27",
|
|
108749
108749
|
description: "A CLI to upload to capgo servers",
|
|
108750
108750
|
author: "github.com/riderx",
|
|
108751
108751
|
license: "Apache 2.0",
|