@secondlayer/cli 0.3.4 → 0.3.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
|
@@ -28105,7 +28105,7 @@ var {
|
|
|
28105
28105
|
// package.json
|
|
28106
28106
|
var package_default = {
|
|
28107
28107
|
name: "@secondlayer/cli",
|
|
28108
|
-
version: "0.3.
|
|
28108
|
+
version: "0.3.5",
|
|
28109
28109
|
description: "CLI for generating type-safe contract interfaces for the Stacks blockchain",
|
|
28110
28110
|
type: "module",
|
|
28111
28111
|
bin: {
|
|
@@ -28144,7 +28144,7 @@ var package_default = {
|
|
|
28144
28144
|
author: "",
|
|
28145
28145
|
license: "MIT",
|
|
28146
28146
|
dependencies: {
|
|
28147
|
-
"@secondlayer/clarity-types": "^0.
|
|
28147
|
+
"@secondlayer/clarity-types": "^0.4.0",
|
|
28148
28148
|
"@stacks/transactions": "7.0.6",
|
|
28149
28149
|
esbuild: "^0.19.0",
|
|
28150
28150
|
prettier: "^3.1.0"
|
|
@@ -28181,5 +28181,5 @@ program.command("init").description("Initialize a new stacks.config.ts file").ac
|
|
|
28181
28181
|
});
|
|
28182
28182
|
program.parse();
|
|
28183
28183
|
|
|
28184
|
-
//# debugId=
|
|
28184
|
+
//# debugId=3733E41892E3FCC464756E2164756E21
|
|
28185
28185
|
//# sourceMappingURL=cli.js.map
|