@settlemint/sdk-cli 2.3.8-pred8f4df3 → 2.3.11
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/README.md +1 -1
- package/dist/cli.js +7 -5
- package/dist/cli.js.map +2 -2
- package/package.json +6 -4
package/README.md
CHANGED
@@ -249,7 +249,7 @@ settlemint scs subgraph deploy --accept-defaults <subgraph-name>
|
|
249
249
|
|
250
250
|
## API Reference
|
251
251
|
|
252
|
-
See the [documentation](https://github.com/settlemint/sdk/tree/v2.3.
|
252
|
+
See the [documentation](https://github.com/settlemint/sdk/tree/v2.3.11/sdk/cli/docs/settlemint.md) for available commands.
|
253
253
|
|
254
254
|
## Contributing
|
255
255
|
|
package/dist/cli.js
CHANGED
@@ -263764,7 +263764,7 @@ function pruneCurrentEnv(currentEnv, env2) {
|
|
263764
263764
|
var package_default = {
|
263765
263765
|
name: "@settlemint/sdk-cli",
|
263766
263766
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
263767
|
-
version: "2.3.
|
263767
|
+
version: "2.3.11",
|
263768
263768
|
type: "module",
|
263769
263769
|
private: false,
|
263770
263770
|
license: "FSL-1.1-MIT",
|
@@ -263783,7 +263783,9 @@ var package_default = {
|
|
263783
263783
|
url: "https://github.com/settlemint/sdk/issues",
|
263784
263784
|
email: "support@settlemint.com"
|
263785
263785
|
},
|
263786
|
-
files: [
|
263786
|
+
files: [
|
263787
|
+
"dist"
|
263788
|
+
],
|
263787
263789
|
exports: {
|
263788
263790
|
"./*": {
|
263789
263791
|
types: "./dist/*.d.ts",
|
@@ -263813,8 +263815,8 @@ var package_default = {
|
|
263813
263815
|
"@inquirer/input": "4.1.12",
|
263814
263816
|
"@inquirer/password": "4.0.15",
|
263815
263817
|
"@inquirer/select": "4.2.3",
|
263816
|
-
"@settlemint/sdk-js": "2.3.
|
263817
|
-
"@settlemint/sdk-utils": "2.3.
|
263818
|
+
"@settlemint/sdk-js": "2.3.11",
|
263819
|
+
"@settlemint/sdk-utils": "2.3.11",
|
263818
263820
|
"@types/node": "24.0.0",
|
263819
263821
|
"@types/semver": "7.7.0",
|
263820
263822
|
"@types/which": "3.0.4",
|
@@ -329871,4 +329873,4 @@ async function sdkCliCommand(argv = process.argv) {
|
|
329871
329873
|
// src/cli.ts
|
329872
329874
|
sdkCliCommand();
|
329873
329875
|
|
329874
|
-
//# debugId=
|
329876
|
+
//# debugId=95EB6BC1B8A8C6F464756E2164756E21
|