@superblocksteam/cli 2.0.123-next.0 → 2.0.123

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.123-next.0 linux-x64 node-v24.16.0
17
+ @superblocksteam/cli/2.0.123 linux-x64 node-v24.16.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
@@ -528000,7 +528000,7 @@ init_cjs_shims();
528000
528000
  // ../sdk/package.json
528001
528001
  var package_default = {
528002
528002
  name: "@superblocksteam/sdk",
528003
- version: "2.0.123-next.0",
528003
+ version: "2.0.123",
528004
528004
  description: "Superblocks JS SDK",
528005
528005
  homepage: "https://www.superblocks.com",
528006
528006
  license: "Superblocks Community Software License",
@@ -700436,4 +700436,4 @@ serve-static/index.js:
700436
700436
  chokidar/esm/index.js:
700437
700437
  (*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) *)
700438
700438
  */
700439
- //# sourceMappingURL=chunk-OYBYQSI4.js.map
700439
+ //# sourceMappingURL=chunk-3F3U7EPG.js.map
@@ -16,7 +16,7 @@ import {
16
16
  require_dist,
17
17
  require_dist2,
18
18
  writeApplicationToDisk
19
- } from "./chunk-OYBYQSI4.js";
19
+ } from "./chunk-3F3U7EPG.js";
20
20
  import {
21
21
  require_lib
22
22
  } from "./chunk-XVYDTYLW.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.123-next.0",
32
+ version: "2.0.123",
33
33
  description: "Superblocks MCP server",
34
34
  license: "Superblocks Community Software License",
35
35
  bin: {
@@ -20216,4 +20216,4 @@ export {
20216
20216
  toolDefinitions,
20217
20217
  executeToolCall
20218
20218
  };
20219
- //# sourceMappingURL=chunk-73WD7RU7.js.map
20219
+ //# sourceMappingURL=chunk-IE2QMBPF.js.map
@@ -82,7 +82,7 @@ import {
82
82
  toJSONSchema,
83
83
  toolDefinitions,
84
84
  upsertAuthToken
85
- } from "./chunk-73WD7RU7.js";
85
+ } from "./chunk-IE2QMBPF.js";
86
86
  import {
87
87
  getFlagValue,
88
88
  maybeRunSetupCommand
@@ -91,7 +91,7 @@ import {
91
91
  require_dist2 as require_dist,
92
92
  require_fast_deep_equal,
93
93
  require_json_schema_traverse
94
- } from "./chunk-OYBYQSI4.js";
94
+ } from "./chunk-3F3U7EPG.js";
95
95
  import "./chunk-EVJLJRXS.js";
96
96
  import "./chunk-DHZ2JC6Z.js";
97
97
  import "./chunk-SZMAOIFE.js";
@@ -15146,4 +15146,4 @@ export {
15146
15146
  startServer,
15147
15147
  toolDefinitions
15148
15148
  };
15149
- //# sourceMappingURL=dist-TGRWNWPA.js.map
15149
+ //# sourceMappingURL=dist-XTRLMUSD.js.map
@@ -19,8 +19,8 @@ import {
19
19
  package_default,
20
20
  resolveProfile,
21
21
  toolDefinitions
22
- } from "./chunk-73WD7RU7.js";
23
- import "./chunk-OYBYQSI4.js";
22
+ } from "./chunk-IE2QMBPF.js";
23
+ import "./chunk-3F3U7EPG.js";
24
24
  import "./chunk-EVJLJRXS.js";
25
25
  import "./chunk-DHZ2JC6Z.js";
26
26
  import "./chunk-SZMAOIFE.js";
@@ -313,4 +313,4 @@ async function startHttpServer(options = {}) {
313
313
  export {
314
314
  startHttpServer
315
315
  };
316
- //# sourceMappingURL=http-BOW4MY7C.js.map
316
+ //# sourceMappingURL=http-6QCU6DUZ.js.map
package/dist/index.js CHANGED
@@ -89,7 +89,7 @@ import {
89
89
  writeApplicationToDisk,
90
90
  writeResourceToDisk,
91
91
  yellow
92
- } from "./chunk-OYBYQSI4.js";
92
+ } from "./chunk-3F3U7EPG.js";
93
93
  import "./chunk-EVJLJRXS.js";
94
94
  import {
95
95
  require_rfdc
@@ -6346,12 +6346,12 @@ var McpServe = class _McpServe extends Command9 {
6346
6346
  "HTTP transport requires auth token. Pass --http-token <token> or set SUPERBLOCKS_MCP_HTTP_TOKEN."
6347
6347
  );
6348
6348
  }
6349
- const { startHttpServer } = await import("./http-BOW4MY7C.js");
6349
+ const { startHttpServer } = await import("./http-6QCU6DUZ.js");
6350
6350
  await startHttpServer({ port: flags.port, authToken: httpToken });
6351
6351
  await new Promise(() => {
6352
6352
  });
6353
6353
  } else {
6354
- const { startServer } = await import("./dist-TGRWNWPA.js");
6354
+ const { startServer } = await import("./dist-XTRLMUSD.js");
6355
6355
  await startServer();
6356
6356
  await new Promise((resolve2) => {
6357
6357
  process.stdin.once("end", () => resolve2());
@@ -823,5 +823,5 @@
823
823
  "strict": true
824
824
  }
825
825
  },
826
- "version": "2.0.123-next.0"
826
+ "version": "2.0.123"
827
827
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.123-next.0",
3
+ "version": "2.0.123",
4
4
  "description": "Official Superblocks CLI",
5
5
  "keywords": [
6
6
  "oclif"
@@ -39,7 +39,7 @@
39
39
  "protobufjs": "^7.5.3",
40
40
  "typescript": "^5.9.3",
41
41
  "vite": "6.4.1",
42
- "@superblocksteam/mcp-server": "2.0.123-next.0"
42
+ "@superblocksteam/mcp-server": "2.0.123"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@eslint/js": "^9.39.2",
@@ -74,9 +74,9 @@
74
74
  "vite-tsconfig-paths": "^6.0.4",
75
75
  "vitest": "^4.0.17",
76
76
  "yaml": "^2.7.1",
77
- "@superblocksteam/shared": "0.9589.6",
78
- "@superblocksteam/sdk": "2.0.123-next.0",
79
- "@superblocksteam/util": "2.0.123-next.0"
77
+ "@superblocksteam/sdk": "2.0.123",
78
+ "@superblocksteam/util": "2.0.123",
79
+ "@superblocksteam/shared": "0.9589.6"
80
80
  },
81
81
  "overrides": {
82
82
  "cross-spawn": "^7.0.5",