@secondlayer/cli 3.3.0 → 3.3.1
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 +2 -2
- package/dist/cli.js.map +3 -3
- package/dist/index.d.ts +20 -83
- package/dist/index.js +13 -2374
- package/dist/index.js.map +5 -22
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -32410,7 +32410,7 @@ var {
|
|
|
32410
32410
|
// package.json
|
|
32411
32411
|
var package_default = {
|
|
32412
32412
|
name: "@secondlayer/cli",
|
|
32413
|
-
version: "3.3.
|
|
32413
|
+
version: "3.3.1",
|
|
32414
32414
|
description: "CLI for subgraphs and blockchain indexing on Stacks",
|
|
32415
32415
|
type: "module",
|
|
32416
32416
|
bin: {
|
|
@@ -36294,5 +36294,5 @@ registerLocalCommand(program);
|
|
|
36294
36294
|
registerAccountCommand(program);
|
|
36295
36295
|
program.parse();
|
|
36296
36296
|
|
|
36297
|
-
//# debugId=
|
|
36297
|
+
//# debugId=CDFD1B8AE7B4F92164756E2164756E21
|
|
36298
36298
|
//# sourceMappingURL=cli.js.map
|