@superblocksteam/cli 2.0.140-next.1 → 2.0.140

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 CHANGED
@@ -14,7 +14,7 @@ $ npm install -g @superblocksteam/cli
14
14
  $ superblocks COMMAND
15
15
  running command...
16
16
  $ superblocks (--version)
17
- @superblocksteam/cli/2.0.140-next.1 linux-x64 node-v24.15.0
17
+ @superblocksteam/cli/2.0.140 linux-x64 node-v24.15.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
@@ -544313,7 +544313,7 @@ init_cjs_shims();
544313
544313
  // ../sdk/package.json
544314
544314
  var package_default = {
544315
544315
  name: "@superblocksteam/sdk",
544316
- version: "2.0.140-next.1",
544316
+ version: "2.0.140",
544317
544317
  description: "Superblocks JS SDK",
544318
544318
  homepage: "https://www.superblocks.com",
544319
544319
  license: "Superblocks Community Software License",
@@ -724149,4 +724149,4 @@ serve-static/index.js:
724149
724149
  chokidar/esm/index.js:
724150
724150
  (*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) *)
724151
724151
  */
724152
- //# sourceMappingURL=chunk-DRHCAL6X.js.map
724152
+ //# sourceMappingURL=chunk-NR6PZVDI.js.map
@@ -16,7 +16,7 @@ import {
16
16
  require_dist,
17
17
  require_dist2,
18
18
  writeApplicationToDisk
19
- } from "./chunk-DRHCAL6X.js";
19
+ } from "./chunk-NR6PZVDI.js";
20
20
  import {
21
21
  require_lib
22
22
  } from "./chunk-HNAIWEXT.js";
@@ -29,7 +29,7 @@ import {
29
29
  // ../mcp-server/package.json
30
30
  var package_default = {
31
31
  name: "@superblocksteam/mcp-server",
32
- version: "2.0.140-next.1",
32
+ version: "2.0.140",
33
33
  description: "Superblocks MCP server",
34
34
  license: "Superblocks Community Software License",
35
35
  bin: {
@@ -20438,4 +20438,4 @@ export {
20438
20438
  toolDefinitions,
20439
20439
  executeToolCall
20440
20440
  };
20441
- //# sourceMappingURL=chunk-6ZBDCWBT.js.map
20441
+ //# sourceMappingURL=chunk-ZMPDUZMK.js.map
@@ -82,7 +82,7 @@ import {
82
82
  toJSONSchema,
83
83
  toolDefinitions,
84
84
  upsertAuthToken
85
- } from "./chunk-6ZBDCWBT.js";
85
+ } from "./chunk-ZMPDUZMK.js";
86
86
  import {
87
87
  getFlagValue,
88
88
  maybeRunSetupCommand
@@ -91,7 +91,7 @@ import {
91
91
  require_ajv,
92
92
  require_codegen,
93
93
  require_dist2 as require_dist
94
- } from "./chunk-DRHCAL6X.js";
94
+ } from "./chunk-NR6PZVDI.js";
95
95
  import "./chunk-PZSCYD6V.js";
96
96
  import {
97
97
  require_lib
@@ -8763,4 +8763,4 @@ export {
8763
8763
  startServer,
8764
8764
  toolDefinitions
8765
8765
  };
8766
- //# sourceMappingURL=dist-G446OBNL.js.map
8766
+ //# sourceMappingURL=dist-5HVSIA6X.js.map
@@ -19,8 +19,8 @@ import {
19
19
  package_default,
20
20
  resolveProfile,
21
21
  toolDefinitions
22
- } from "./chunk-6ZBDCWBT.js";
23
- import "./chunk-DRHCAL6X.js";
22
+ } from "./chunk-ZMPDUZMK.js";
23
+ import "./chunk-NR6PZVDI.js";
24
24
  import "./chunk-PZSCYD6V.js";
25
25
  import "./chunk-HNAIWEXT.js";
26
26
  import "./chunk-ESVC2FM6.js";
@@ -314,4 +314,4 @@ async function startHttpServer(options = {}) {
314
314
  export {
315
315
  startHttpServer
316
316
  };
317
- //# sourceMappingURL=http-MNYDAS2R.js.map
317
+ //# sourceMappingURL=http-4QTQC5UA.js.map
package/dist/index.js CHANGED
@@ -86,7 +86,7 @@ import {
86
86
  writeApplicationToDisk,
87
87
  writeResourceToDisk,
88
88
  yellow
89
- } from "./chunk-DRHCAL6X.js";
89
+ } from "./chunk-NR6PZVDI.js";
90
90
  import "./chunk-PZSCYD6V.js";
91
91
  import {
92
92
  require_enquirer
@@ -6408,12 +6408,12 @@ var McpServe = class _McpServe extends Command9 {
6408
6408
  "HTTP transport requires auth token. Pass --http-token <token> or set SUPERBLOCKS_MCP_HTTP_TOKEN."
6409
6409
  );
6410
6410
  }
6411
- const { startHttpServer } = await import("./http-MNYDAS2R.js");
6411
+ const { startHttpServer } = await import("./http-4QTQC5UA.js");
6412
6412
  await startHttpServer({ port: flags.port, authToken: httpToken });
6413
6413
  await new Promise(() => {
6414
6414
  });
6415
6415
  } else {
6416
- const { startServer } = await import("./dist-G446OBNL.js");
6416
+ const { startServer } = await import("./dist-5HVSIA6X.js");
6417
6417
  await startServer();
6418
6418
  await new Promise((resolve2) => {
6419
6419
  process.stdin.once("end", () => resolve2());
@@ -823,5 +823,5 @@
823
823
  "strict": true
824
824
  }
825
825
  },
826
- "version": "2.0.140-next.1"
826
+ "version": "2.0.140"
827
827
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.140-next.1",
3
+ "version": "2.0.140",
4
4
  "description": "Official Superblocks CLI",
5
5
  "keywords": [
6
6
  "oclif"
@@ -39,8 +39,8 @@
39
39
  "protobufjs": "7.6.3",
40
40
  "typescript": "^6.0.3",
41
41
  "vite": "6.4.3",
42
- "@superblocksteam/sdk-api": "2.0.140-next.1",
43
- "@superblocksteam/mcp-server": "2.0.140-next.1"
42
+ "@superblocksteam/mcp-server": "2.0.140",
43
+ "@superblocksteam/sdk-api": "2.0.140"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@eslint/js": "^9.39.2",
@@ -75,9 +75,9 @@
75
75
  "vite-tsconfig-paths": "^6.0.4",
76
76
  "vitest": "^4.0.17",
77
77
  "yaml": "^2.7.1",
78
- "@superblocksteam/util": "2.0.140-next.1",
79
78
  "@superblocksteam/shared": "0.9597.1",
80
- "@superblocksteam/sdk": "2.0.140-next.1"
79
+ "@superblocksteam/sdk": "2.0.140",
80
+ "@superblocksteam/util": "2.0.140"
81
81
  },
82
82
  "overrides": {
83
83
  "cross-spawn": "^7.0.5",