@superblocksteam/cli 2.0.114-next.0 → 2.0.114

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.114-next.0 linux-x64 node-v24.14.1
17
+ @superblocksteam/cli/2.0.114 linux-x64 node-v24.14.1
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
@@ -16,7 +16,7 @@ import {
16
16
  require_dist,
17
17
  require_dist2,
18
18
  writeApplicationToDisk
19
- } from "./chunk-THYZQIVK.js";
19
+ } from "./chunk-X42S5VQ7.js";
20
20
  import {
21
21
  require_lib
22
22
  } from "./chunk-S4MHERVW.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.114-next.0",
32
+ version: "2.0.114",
33
33
  description: "Superblocks MCP server",
34
34
  license: "Superblocks Community Software License",
35
35
  bin: {
@@ -19832,4 +19832,4 @@ export {
19832
19832
  toolDefinitions,
19833
19833
  executeToolCall
19834
19834
  };
19835
- //# sourceMappingURL=chunk-PXROBL56.js.map
19835
+ //# sourceMappingURL=chunk-R7NK4Y4Y.js.map
@@ -520621,7 +520621,7 @@ init_cjs_shims();
520621
520621
  // ../sdk/package.json
520622
520622
  var package_default = {
520623
520623
  name: "@superblocksteam/sdk",
520624
- version: "2.0.114-next.0",
520624
+ version: "2.0.114",
520625
520625
  description: "Superblocks JS SDK",
520626
520626
  homepage: "https://www.superblocks.com",
520627
520627
  license: "Superblocks Community Software License",
@@ -683255,4 +683255,4 @@ serve-static/index.js:
683255
683255
  chokidar/esm/index.js:
683256
683256
  (*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) *)
683257
683257
  */
683258
- //# sourceMappingURL=chunk-THYZQIVK.js.map
683258
+ //# sourceMappingURL=chunk-X42S5VQ7.js.map
@@ -82,7 +82,7 @@ import {
82
82
  toJSONSchema,
83
83
  toolDefinitions,
84
84
  upsertAuthToken
85
- } from "./chunk-PXROBL56.js";
85
+ } from "./chunk-R7NK4Y4Y.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-THYZQIVK.js";
94
+ } from "./chunk-X42S5VQ7.js";
95
95
  import "./chunk-UF2SIMWO.js";
96
96
  import {
97
97
  require_lib
@@ -15146,4 +15146,4 @@ export {
15146
15146
  startServer,
15147
15147
  toolDefinitions
15148
15148
  };
15149
- //# sourceMappingURL=dist-JI23PI5Z.js.map
15149
+ //# sourceMappingURL=dist-L4J3MAQN.js.map
@@ -19,8 +19,8 @@ import {
19
19
  package_default,
20
20
  resolveProfile,
21
21
  toolDefinitions
22
- } from "./chunk-PXROBL56.js";
23
- import "./chunk-THYZQIVK.js";
22
+ } from "./chunk-R7NK4Y4Y.js";
23
+ import "./chunk-X42S5VQ7.js";
24
24
  import "./chunk-UF2SIMWO.js";
25
25
  import "./chunk-S4MHERVW.js";
26
26
  import "./chunk-FJMGUUNM.js";
@@ -313,4 +313,4 @@ async function startHttpServer(options = {}) {
313
313
  export {
314
314
  startHttpServer
315
315
  };
316
- //# sourceMappingURL=http-BJ7WMZ7F.js.map
316
+ //# sourceMappingURL=http-3BZJRTDI.js.map
package/dist/index.js CHANGED
@@ -79,7 +79,7 @@ import {
79
79
  writeApplicationToDisk,
80
80
  writeResourceToDisk,
81
81
  yellow
82
- } from "./chunk-THYZQIVK.js";
82
+ } from "./chunk-X42S5VQ7.js";
83
83
  import "./chunk-UF2SIMWO.js";
84
84
  import {
85
85
  require_enquirer
@@ -6259,12 +6259,12 @@ var McpServe = class _McpServe extends Command9 {
6259
6259
  "HTTP transport requires auth token. Pass --http-token <token> or set SUPERBLOCKS_MCP_HTTP_TOKEN."
6260
6260
  );
6261
6261
  }
6262
- const { startHttpServer } = await import("./http-BJ7WMZ7F.js");
6262
+ const { startHttpServer } = await import("./http-3BZJRTDI.js");
6263
6263
  await startHttpServer({ port: flags.port, authToken: httpToken });
6264
6264
  await new Promise(() => {
6265
6265
  });
6266
6266
  } else {
6267
- const { startServer } = await import("./dist-JI23PI5Z.js");
6267
+ const { startServer } = await import("./dist-L4J3MAQN.js");
6268
6268
  await startServer();
6269
6269
  await new Promise((resolve2) => {
6270
6270
  process.stdin.once("end", () => resolve2());
@@ -823,5 +823,5 @@
823
823
  "strict": true
824
824
  }
825
825
  },
826
- "version": "2.0.114-next.0"
826
+ "version": "2.0.114"
827
827
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.114-next.0",
3
+ "version": "2.0.114",
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.114-next.0"
42
+ "@superblocksteam/mcp-server": "2.0.114"
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.114-next.0",
78
77
  "@superblocksteam/shared": "0.9584.9",
79
- "@superblocksteam/util": "2.0.114-next.0"
78
+ "@superblocksteam/util": "2.0.114",
79
+ "@superblocksteam/sdk": "2.0.114"
80
80
  },
81
81
  "overrides": {
82
82
  "cross-spawn": "^7.0.5",