@superblocksteam/cli 2.0.152-next.2 → 2.0.152

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.152-next.2 linux-x64 node-v24.15.0
17
+ @superblocksteam/cli/2.0.152 linux-x64 node-v24.15.0
18
18
  $ superblocks --help [COMMAND]
19
19
  USAGE
20
20
  $ superblocks COMMAND
@@ -541965,7 +541965,7 @@ init_cjs_shims();
541965
541965
  // ../sdk/package.json
541966
541966
  var package_default = {
541967
541967
  name: "@superblocksteam/sdk",
541968
- version: "2.0.152-next.2",
541968
+ version: "2.0.152",
541969
541969
  description: "Superblocks JS SDK",
541970
541970
  homepage: "https://www.superblocks.com",
541971
541971
  license: "Superblocks Community Software License",
@@ -679388,7 +679388,7 @@ var import_shared72 = __toESM(require_dist2());
679388
679388
  // ../../../vite-plugin-file-sync/package.json
679389
679389
  var package_default2 = {
679390
679390
  name: "@superblocksteam/vite-plugin-file-sync",
679391
- version: "2.0.152-next.2",
679391
+ version: "2.0.152",
679392
679392
  keywords: [
679393
679393
  "vite-plugin"
679394
679394
  ],
@@ -731200,4 +731200,4 @@ serve-static/index.js:
731200
731200
  chokidar/esm/index.js:
731201
731201
  (*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) *)
731202
731202
  */
731203
- //# sourceMappingURL=chunk-GVYKNPBB.js.map
731203
+ //# sourceMappingURL=chunk-IFIMUUYF.js.map
@@ -16,7 +16,7 @@ import {
16
16
  require_dist,
17
17
  require_dist2,
18
18
  writeApplicationToDisk
19
- } from "./chunk-GVYKNPBB.js";
19
+ } from "./chunk-IFIMUUYF.js";
20
20
  import {
21
21
  require_lib
22
22
  } from "./chunk-OXO73IQA.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.152-next.2",
32
+ version: "2.0.152",
33
33
  description: "Superblocks MCP server",
34
34
  license: "Superblocks Community Software License",
35
35
  bin: {
@@ -20499,4 +20499,4 @@ export {
20499
20499
  toolDefinitions,
20500
20500
  executeToolCall
20501
20501
  };
20502
- //# sourceMappingURL=chunk-Q3P4SAJW.js.map
20502
+ //# sourceMappingURL=chunk-YU4GRRXO.js.map
@@ -82,7 +82,7 @@ import {
82
82
  toJSONSchema,
83
83
  toolDefinitions,
84
84
  upsertAuthToken
85
- } from "./chunk-Q3P4SAJW.js";
85
+ } from "./chunk-YU4GRRXO.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-GVYKNPBB.js";
94
+ } from "./chunk-IFIMUUYF.js";
95
95
  import "./chunk-IFJTURJG.js";
96
96
  import {
97
97
  require_lib
@@ -8763,4 +8763,4 @@ export {
8763
8763
  startServer,
8764
8764
  toolDefinitions
8765
8765
  };
8766
- //# sourceMappingURL=dist-EGUNAGCU.js.map
8766
+ //# sourceMappingURL=dist-7OTN7EHG.js.map
@@ -19,8 +19,8 @@ import {
19
19
  package_default,
20
20
  resolveProfile,
21
21
  toolDefinitions
22
- } from "./chunk-Q3P4SAJW.js";
23
- import "./chunk-GVYKNPBB.js";
22
+ } from "./chunk-YU4GRRXO.js";
23
+ import "./chunk-IFIMUUYF.js";
24
24
  import "./chunk-IFJTURJG.js";
25
25
  import "./chunk-OXO73IQA.js";
26
26
  import "./chunk-B277OPG5.js";
@@ -314,4 +314,4 @@ async function startHttpServer(options = {}) {
314
314
  export {
315
315
  startHttpServer
316
316
  };
317
- //# sourceMappingURL=http-NRFDD3NZ.js.map
317
+ //# sourceMappingURL=http-XZOEFRZF.js.map
package/dist/index.js CHANGED
@@ -89,7 +89,7 @@ import {
89
89
  writeApplicationToDisk,
90
90
  writeResourceToDisk,
91
91
  yellow
92
- } from "./chunk-GVYKNPBB.js";
92
+ } from "./chunk-IFIMUUYF.js";
93
93
  import "./chunk-IFJTURJG.js";
94
94
  import {
95
95
  require_enquirer
@@ -6412,12 +6412,12 @@ var McpServe = class _McpServe extends Command9 {
6412
6412
  "HTTP transport requires auth token. Pass --http-token <token> or set SUPERBLOCKS_MCP_HTTP_TOKEN."
6413
6413
  );
6414
6414
  }
6415
- const { startHttpServer } = await import("./http-NRFDD3NZ.js");
6415
+ const { startHttpServer } = await import("./http-XZOEFRZF.js");
6416
6416
  await startHttpServer({ port: flags.port, authToken: httpToken });
6417
6417
  await new Promise(() => {
6418
6418
  });
6419
6419
  } else {
6420
- const { startServer } = await import("./dist-EGUNAGCU.js");
6420
+ const { startServer } = await import("./dist-7OTN7EHG.js");
6421
6421
  await startServer();
6422
6422
  await new Promise((resolve2) => {
6423
6423
  process.stdin.once("end", () => resolve2());
@@ -823,5 +823,5 @@
823
823
  "strict": true
824
824
  }
825
825
  },
826
- "version": "2.0.152-next.2"
826
+ "version": "2.0.152"
827
827
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superblocksteam/cli",
3
- "version": "2.0.152-next.2",
3
+ "version": "2.0.152",
4
4
  "description": "Official Superblocks CLI",
5
5
  "keywords": [
6
6
  "oclif"
@@ -42,8 +42,8 @@
42
42
  "protobufjs": "7.6.3",
43
43
  "typescript": "^6.0.3",
44
44
  "vite": "6.4.3",
45
- "@superblocksteam/mcp-server": "2.0.152-next.2",
46
- "@superblocksteam/sdk-api": "2.0.152-next.2"
45
+ "@superblocksteam/mcp-server": "2.0.152",
46
+ "@superblocksteam/sdk-api": "2.0.152"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@eslint/js": "^9.39.2",
@@ -78,9 +78,9 @@
78
78
  "vite-tsconfig-paths": "^6.0.4",
79
79
  "vitest": "^4.0.17",
80
80
  "yaml": "^2.7.1",
81
- "@superblocksteam/sdk": "2.0.152-next.2",
82
- "@superblocksteam/shared": "0.9605.2",
83
- "@superblocksteam/util": "2.0.152-next.2"
81
+ "@superblocksteam/sdk": "2.0.152",
82
+ "@superblocksteam/util": "2.0.152",
83
+ "@superblocksteam/shared": "0.9605.2"
84
84
  },
85
85
  "optionalDependencies": {
86
86
  "@vscode/ripgrep-darwin-arm64": "1.18.0",