@secondlayer/cli 0.3.9 → 0.3.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
|
@@ -28309,7 +28309,7 @@ var {
|
|
|
28309
28309
|
// package.json
|
|
28310
28310
|
var package_default = {
|
|
28311
28311
|
name: "@secondlayer/cli",
|
|
28312
|
-
version: "0.3.
|
|
28312
|
+
version: "0.3.10",
|
|
28313
28313
|
description: "CLI for generating type-safe contract interfaces for the Stacks blockchain",
|
|
28314
28314
|
type: "module",
|
|
28315
28315
|
bin: {
|
|
@@ -28348,7 +28348,7 @@ var package_default = {
|
|
|
28348
28348
|
author: "",
|
|
28349
28349
|
license: "MIT",
|
|
28350
28350
|
dependencies: {
|
|
28351
|
-
"@secondlayer/clarity-types": "^0.
|
|
28351
|
+
"@secondlayer/clarity-types": "^0.5.0",
|
|
28352
28352
|
"@stacks/transactions": "7.0.6",
|
|
28353
28353
|
esbuild: "^0.19.0",
|
|
28354
28354
|
prettier: "^3.1.0"
|
|
@@ -28385,5 +28385,5 @@ program.command("init").description("Initialize a new stacks.config.ts file").ac
|
|
|
28385
28385
|
});
|
|
28386
28386
|
program.parse();
|
|
28387
28387
|
|
|
28388
|
-
//# debugId=
|
|
28388
|
+
//# debugId=B1F6E649C8DA5F5D64756E2164756E21
|
|
28389
28389
|
//# sourceMappingURL=cli.js.map
|