@secondlayer/cli 1.6.4 → 1.6.5
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
|
@@ -32552,7 +32552,7 @@ var {
|
|
|
32552
32552
|
// package.json
|
|
32553
32553
|
var package_default = {
|
|
32554
32554
|
name: "@secondlayer/cli",
|
|
32555
|
-
version: "1.6.
|
|
32555
|
+
version: "1.6.5",
|
|
32556
32556
|
description: "CLI for streams, subgraphs, and real-time blockchain indexing on Stacks",
|
|
32557
32557
|
type: "module",
|
|
32558
32558
|
bin: {
|
|
@@ -32596,7 +32596,7 @@ var package_default = {
|
|
|
32596
32596
|
"@secondlayer/sdk": "^0.6.0",
|
|
32597
32597
|
"@secondlayer/shared": "^0.5.0",
|
|
32598
32598
|
"@secondlayer/stacks": "^0.2.0",
|
|
32599
|
-
"@secondlayer/subgraphs": "^0.5.
|
|
32599
|
+
"@secondlayer/subgraphs": "^0.5.2",
|
|
32600
32600
|
"@biomejs/js-api": "^0.7.0",
|
|
32601
32601
|
"@biomejs/wasm-nodejs": "^1.9.0",
|
|
32602
32602
|
esbuild: "^0.19.0",
|
|
@@ -36783,5 +36783,5 @@ registerWhoamiCommand(program);
|
|
|
36783
36783
|
registerReceiverCommand(program);
|
|
36784
36784
|
program.parse();
|
|
36785
36785
|
|
|
36786
|
-
//# debugId=
|
|
36786
|
+
//# debugId=DCAEC98982086BD964756E2164756E21
|
|
36787
36787
|
//# sourceMappingURL=cli.js.map
|