@secondlayer/cli 1.0.0 → 1.1.0
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 +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +10 -6
- package/dist/index.js.map +4 -4
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -28309,7 +28309,7 @@ var {
|
|
|
28309
28309
|
// package.json
|
|
28310
28310
|
var package_default = {
|
|
28311
28311
|
name: "@secondlayer/cli",
|
|
28312
|
-
version: "1.
|
|
28312
|
+
version: "1.1.0",
|
|
28313
28313
|
description: "CLI for generating type-safe contract interfaces for the Stacks blockchain",
|
|
28314
28314
|
type: "module",
|
|
28315
28315
|
bin: {
|
|
@@ -28385,5 +28385,5 @@ program.command("init").description("Initialize a new secondlayer.config.ts file
|
|
|
28385
28385
|
});
|
|
28386
28386
|
program.parse();
|
|
28387
28387
|
|
|
28388
|
-
//# debugId=
|
|
28388
|
+
//# debugId=D79BF3E6AF22026A64756E2164756E21
|
|
28389
28389
|
//# sourceMappingURL=cli.js.map
|