@secondlayer/cli 5.4.9 → 5.4.10
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/dist/cli.js +3 -3
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -32321,7 +32321,7 @@ var {
|
|
|
32321
32321
|
// package.json
|
|
32322
32322
|
var package_default = {
|
|
32323
32323
|
name: "@secondlayer/cli",
|
|
32324
|
-
version: "5.4.
|
|
32324
|
+
version: "5.4.10",
|
|
32325
32325
|
description: "CLI for subgraphs and blockchain indexing on Stacks",
|
|
32326
32326
|
type: "module",
|
|
32327
32327
|
bin: {
|
|
@@ -32364,7 +32364,7 @@ var package_default = {
|
|
|
32364
32364
|
dependencies: {
|
|
32365
32365
|
"@inquirer/prompts": "^8.2.0",
|
|
32366
32366
|
"@secondlayer/bundler": "^0.3.5",
|
|
32367
|
-
"@secondlayer/sdk": "^
|
|
32367
|
+
"@secondlayer/sdk": "^4.0.0",
|
|
32368
32368
|
"@secondlayer/shared": "^6.4.3",
|
|
32369
32369
|
"@secondlayer/stacks": "^2.2.0",
|
|
32370
32370
|
"@secondlayer/subgraphs": "^2.0.8",
|
|
@@ -37141,5 +37141,5 @@ registerAccountCommand(program);
|
|
|
37141
37141
|
registerBillingCommand(program);
|
|
37142
37142
|
program.parse();
|
|
37143
37143
|
|
|
37144
|
-
//# debugId=
|
|
37144
|
+
//# debugId=A0A9A1B14EDB1F2464756E2164756E21
|
|
37145
37145
|
//# sourceMappingURL=cli.js.map
|