@capgo/cli 4.12.11 → 4.12.12
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.12](https://github.com/Cap-go/CLI/compare/v4.12.11...v4.12.12) (2024-07-15)
|
|
6
|
+
|
|
5
7
|
### [4.12.11](https://github.com/Cap-go/CLI/compare/v4.12.10...v4.12.11) (2024-07-14)
|
|
6
8
|
|
|
7
9
|
|
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.12",
|
|
86223
86223
|
description: "A CLI to upload to capgo servers",
|
|
86224
86224
|
author: "github.com/riderx",
|
|
86225
86225
|
license: "Apache 2.0",
|
|
@@ -86298,7 +86298,7 @@ var package_default = {
|
|
|
86298
86298
|
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
86299
86299
|
"@typescript-eslint/parser": "^7.13.1",
|
|
86300
86300
|
esbuild: "^0.21.5",
|
|
86301
|
-
eslint: "9.
|
|
86301
|
+
eslint: "9.7.0",
|
|
86302
86302
|
"git-format-staged": "3.1.1",
|
|
86303
86303
|
husky: "^9.0.11",
|
|
86304
86304
|
pkg: "5.8.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capgo/cli",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.12",
|
|
4
4
|
"description": "A CLI to upload to capgo servers",
|
|
5
5
|
"author": "github.com/riderx",
|
|
6
6
|
"license": "Apache 2.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@typescript-eslint/eslint-plugin": "^7.13.0",
|
|
80
80
|
"@typescript-eslint/parser": "^7.13.1",
|
|
81
81
|
"esbuild": "^0.21.5",
|
|
82
|
-
"eslint": "9.
|
|
82
|
+
"eslint": "9.7.0",
|
|
83
83
|
"git-format-staged": "3.1.1",
|
|
84
84
|
"husky": "^9.0.11",
|
|
85
85
|
"pkg": "5.8.1",
|