@superblocksteam/cli 2.0.128-next.1 → 2.0.128

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.128-next.1 linux-x64 node-v24.15.0
17
+ @superblocksteam/cli/2.0.128 linux-x64 node-v24.15.0
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-NWUPLR4A.js";
19
+ } from "./chunk-ILMCZTTL.js";
20
20
  import {
21
21
  require_lib
22
22
  } from "./chunk-PYQVFINF.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.128-next.1",
32
+ version: "2.0.128",
33
33
  description: "Superblocks MCP server",
34
34
  license: "Superblocks Community Software License",
35
35
  bin: {
@@ -20343,4 +20343,4 @@ export {
20343
20343
  toolDefinitions,
20344
20344
  executeToolCall
20345
20345
  };
20346
- //# sourceMappingURL=chunk-EXTWQ3GO.js.map
20346
+ //# sourceMappingURL=chunk-5R37FZNP.js.map
@@ -494607,7 +494607,7 @@ init_cjs_shims();
494607
494607
  // ../sdk/package.json
494608
494608
  var package_default = {
494609
494609
  name: "@superblocksteam/sdk",
494610
- version: "2.0.128-next.1",
494610
+ version: "2.0.128",
494611
494611
  description: "Superblocks JS SDK",
494612
494612
  homepage: "https://www.superblocks.com",
494613
494613
  license: "Superblocks Community Software License",
@@ -669519,4 +669519,4 @@ serve-static/index.js:
669519
669519
  chokidar/esm/index.js:
669520
669520
  (*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) *)
669521
669521
  */
669522
- //# sourceMappingURL=chunk-NWUPLR4A.js.map
669522
+ //# sourceMappingURL=chunk-ILMCZTTL.js.map
@@ -82,7 +82,7 @@ import {
82
82
  toJSONSchema,
83
83
  toolDefinitions,
84
84
  upsertAuthToken
85
- } from "./chunk-EXTWQ3GO.js";
85
+ } from "./chunk-5R37FZNP.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-NWUPLR4A.js";
94
+ } from "./chunk-ILMCZTTL.js";
95
95
  import "./chunk-LW7ON3DK.js";
96
96
  import {
97
97
  require_lib
@@ -8762,4 +8762,4 @@ export {
8762
8762
  startServer,
8763
8763
  toolDefinitions
8764
8764
  };
8765
- //# sourceMappingURL=dist-AUFMVP6Q.js.map
8765
+ //# sourceMappingURL=dist-XKA7QZVG.js.map
@@ -19,8 +19,8 @@ import {
19
19
  package_default,
20
20
  resolveProfile,
21
21
  toolDefinitions
22
- } from "./chunk-EXTWQ3GO.js";
23
- import "./chunk-NWUPLR4A.js";
22
+ } from "./chunk-5R37FZNP.js";
23
+ import "./chunk-ILMCZTTL.js";
24
24
  import "./chunk-LW7ON3DK.js";
25
25
  import "./chunk-PYQVFINF.js";
26
26
  import "./chunk-EHQD7CKO.js";
@@ -313,4 +313,4 @@ async function startHttpServer(options = {}) {
313
313
  export {
314
314
  startHttpServer
315
315
  };
316
- //# sourceMappingURL=http-2HRAUBLQ.js.map
316
+ //# sourceMappingURL=http-IGAXE2PX.js.map
package/dist/index.js CHANGED
@@ -86,7 +86,7 @@ import {
86
86
  writeApplicationToDisk,
87
87
  writeResourceToDisk,
88
88
  yellow
89
- } from "./chunk-NWUPLR4A.js";
89
+ } from "./chunk-ILMCZTTL.js";
90
90
  import "./chunk-LW7ON3DK.js";
91
91
  import {
92
92
  require_enquirer
@@ -6350,12 +6350,12 @@ var McpServe = class _McpServe extends Command9 {
6350
6350
  "HTTP transport requires auth token. Pass --http-token <token> or set SUPERBLOCKS_MCP_HTTP_TOKEN."
6351
6351
  );
6352
6352
  }
6353
- const { startHttpServer } = await import("./http-2HRAUBLQ.js");
6353
+ const { startHttpServer } = await import("./http-IGAXE2PX.js");
6354
6354
  await startHttpServer({ port: flags.port, authToken: httpToken });
6355
6355
  await new Promise(() => {
6356
6356
  });
6357
6357
  } else {
6358
- const { startServer } = await import("./dist-AUFMVP6Q.js");
6358
+ const { startServer } = await import("./dist-XKA7QZVG.js");
6359
6359
  await startServer();
6360
6360
  await new Promise((resolve2) => {
6361
6361
  process.stdin.once("end", () => resolve2());
@@ -823,5 +823,5 @@
823
823
  "strict": true
824
824
  }
825
825
  },
826
- "version": "2.0.128-next.1"
826
+ "version": "2.0.128"
827
827
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.128-next.1",
3
+ "version": "2.0.128",
4
4
  "description": "Official Superblocks CLI",
5
5
  "keywords": [
6
6
  "oclif"
@@ -39,8 +39,8 @@
39
39
  "protobufjs": "^7.5.6",
40
40
  "typescript": "^5.9.3",
41
41
  "vite": "6.4.2",
42
- "@superblocksteam/mcp-server": "2.0.128-next.1",
43
- "@superblocksteam/sdk-api": "2.0.128-next.1"
42
+ "@superblocksteam/sdk-api": "2.0.128",
43
+ "@superblocksteam/mcp-server": "2.0.128"
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/shared": "0.9590.7",
79
- "@superblocksteam/sdk": "2.0.128-next.1",
80
- "@superblocksteam/util": "2.0.128-next.1"
78
+ "@superblocksteam/sdk": "2.0.128",
79
+ "@superblocksteam/util": "2.0.128",
80
+ "@superblocksteam/shared": "0.9590.8"
81
81
  },
82
82
  "overrides": {
83
83
  "cross-spawn": "^7.0.5",