@superblocksteam/cli 2.0.117-next.3 → 2.0.117

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.117-next.3 linux-x64 node-v24.15.0
17
+ @superblocksteam/cli/2.0.117 linux-x64 node-v24.15.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
@@ -531238,7 +531238,7 @@ init_cjs_shims();
531238
531238
  // ../sdk/package.json
531239
531239
  var package_default = {
531240
531240
  name: "@superblocksteam/sdk",
531241
- version: "2.0.117-next.3",
531241
+ version: "2.0.117",
531242
531242
  description: "Superblocks JS SDK",
531243
531243
  homepage: "https://www.superblocks.com",
531244
531244
  license: "Superblocks Community Software License",
@@ -698314,4 +698314,4 @@ serve-static/index.js:
698314
698314
  chokidar/esm/index.js:
698315
698315
  (*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) *)
698316
698316
  */
698317
- //# sourceMappingURL=chunk-PQWFFLYY.js.map
698317
+ //# sourceMappingURL=chunk-NDGIGBSR.js.map
@@ -16,7 +16,7 @@ import {
16
16
  require_dist,
17
17
  require_dist2,
18
18
  writeApplicationToDisk
19
- } from "./chunk-PQWFFLYY.js";
19
+ } from "./chunk-NDGIGBSR.js";
20
20
  import {
21
21
  require_lib
22
22
  } from "./chunk-IHRK6J5I.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.117-next.3",
32
+ version: "2.0.117",
33
33
  description: "Superblocks MCP server",
34
34
  license: "Superblocks Community Software License",
35
35
  bin: {
@@ -19865,4 +19865,4 @@ export {
19865
19865
  toolDefinitions,
19866
19866
  executeToolCall
19867
19867
  };
19868
- //# sourceMappingURL=chunk-SMXMLVQY.js.map
19868
+ //# sourceMappingURL=chunk-TH2TQPXH.js.map
@@ -82,7 +82,7 @@ import {
82
82
  toJSONSchema,
83
83
  toolDefinitions,
84
84
  upsertAuthToken
85
- } from "./chunk-SMXMLVQY.js";
85
+ } from "./chunk-TH2TQPXH.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-PQWFFLYY.js";
94
+ } from "./chunk-NDGIGBSR.js";
95
95
  import "./chunk-JJWJIO53.js";
96
96
  import "./chunk-7XBUOZEC.js";
97
97
  import "./chunk-LXHJ424C.js";
@@ -15146,4 +15146,4 @@ export {
15146
15146
  startServer,
15147
15147
  toolDefinitions
15148
15148
  };
15149
- //# sourceMappingURL=dist-NZ5TQY6V.js.map
15149
+ //# sourceMappingURL=dist-SMO75BUO.js.map
@@ -19,8 +19,8 @@ import {
19
19
  package_default,
20
20
  resolveProfile,
21
21
  toolDefinitions
22
- } from "./chunk-SMXMLVQY.js";
23
- import "./chunk-PQWFFLYY.js";
22
+ } from "./chunk-TH2TQPXH.js";
23
+ import "./chunk-NDGIGBSR.js";
24
24
  import "./chunk-JJWJIO53.js";
25
25
  import "./chunk-7XBUOZEC.js";
26
26
  import "./chunk-LXHJ424C.js";
@@ -313,4 +313,4 @@ async function startHttpServer(options = {}) {
313
313
  export {
314
314
  startHttpServer
315
315
  };
316
- //# sourceMappingURL=http-PJGNJA74.js.map
316
+ //# sourceMappingURL=http-JIG2FGUX.js.map
package/dist/index.js CHANGED
@@ -87,7 +87,7 @@ import {
87
87
  writeApplicationToDisk,
88
88
  writeResourceToDisk,
89
89
  yellow
90
- } from "./chunk-PQWFFLYY.js";
90
+ } from "./chunk-NDGIGBSR.js";
91
91
  import "./chunk-JJWJIO53.js";
92
92
  import {
93
93
  require_rfdc
@@ -6319,12 +6319,12 @@ var McpServe = class _McpServe extends Command9 {
6319
6319
  "HTTP transport requires auth token. Pass --http-token <token> or set SUPERBLOCKS_MCP_HTTP_TOKEN."
6320
6320
  );
6321
6321
  }
6322
- const { startHttpServer } = await import("./http-PJGNJA74.js");
6322
+ const { startHttpServer } = await import("./http-JIG2FGUX.js");
6323
6323
  await startHttpServer({ port: flags.port, authToken: httpToken });
6324
6324
  await new Promise(() => {
6325
6325
  });
6326
6326
  } else {
6327
- const { startServer } = await import("./dist-NZ5TQY6V.js");
6327
+ const { startServer } = await import("./dist-SMO75BUO.js");
6328
6328
  await startServer();
6329
6329
  await new Promise((resolve2) => {
6330
6330
  process.stdin.once("end", () => resolve2());
@@ -823,5 +823,5 @@
823
823
  "strict": true
824
824
  }
825
825
  },
826
- "version": "2.0.117-next.3"
826
+ "version": "2.0.117"
827
827
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.117-next.3",
3
+ "version": "2.0.117",
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.117-next.3"
42
+ "@superblocksteam/mcp-server": "2.0.117"
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/sdk": "2.0.117",
77
78
  "@superblocksteam/shared": "0.9586.7",
78
- "@superblocksteam/sdk": "2.0.117-next.3",
79
- "@superblocksteam/util": "2.0.117-next.3"
79
+ "@superblocksteam/util": "2.0.117"
80
80
  },
81
81
  "overrides": {
82
82
  "cross-spawn": "^7.0.5",