@girardmedia/bootspring 3.0.0 → 3.2.0
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/assets/claude-commands/build.md +2 -0
- package/dist/cli/index.js +691 -144
- package/dist/core/index.d.ts +1 -1
- package/dist/core.js +10 -8
- package/dist/mcp-server.js +409 -65
- package/package.json +1 -1
- package/scripts/postinstall.cjs +7 -1
package/dist/core/index.d.ts
CHANGED
|
@@ -477,7 +477,7 @@ interface InstallContext {
|
|
|
477
477
|
scriptPath: string;
|
|
478
478
|
}
|
|
479
479
|
declare const PACKAGE_NAME = "@girardmedia/bootspring";
|
|
480
|
-
declare const CURRENT_VERSION = "3.
|
|
480
|
+
declare const CURRENT_VERSION = "3.2.0";
|
|
481
481
|
declare const DEFAULT_INTERVAL_MS: number;
|
|
482
482
|
declare const STATE_PATH: string;
|
|
483
483
|
declare function compareVersions(a: string, b: string): number;
|
package/dist/core.js
CHANGED
|
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.14_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var init_cjs_shims = __esm({
|
|
38
|
-
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.
|
|
38
|
+
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.14_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
|
|
39
39
|
"use strict";
|
|
40
40
|
}
|
|
41
41
|
});
|
|
@@ -379,7 +379,7 @@ var init_release = __esm({
|
|
|
379
379
|
"../../packages/shared/src/release.ts"() {
|
|
380
380
|
"use strict";
|
|
381
381
|
init_cjs_shims();
|
|
382
|
-
BOOTSPRING_VERSION = "3.
|
|
382
|
+
BOOTSPRING_VERSION = "3.2.0";
|
|
383
383
|
BOOTSPRING_PACKAGE_NAME = "@girardmedia/bootspring";
|
|
384
384
|
}
|
|
385
385
|
});
|
|
@@ -16603,7 +16603,7 @@ var require_dist = __commonJS({
|
|
|
16603
16603
|
));
|
|
16604
16604
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
16605
16605
|
var init_cjs_shims2 = __esm2({
|
|
16606
|
-
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.
|
|
16606
|
+
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.14_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
|
|
16607
16607
|
"use strict";
|
|
16608
16608
|
}
|
|
16609
16609
|
});
|
|
@@ -21643,7 +21643,7 @@ ${COLORS2.dim}Run "bootspring mcp" for server options${COLORS2.reset}
|
|
|
21643
21643
|
console.log(`${COLORS2.dim}Run "bootspring mcp" for setup instructions.${COLORS2.reset}
|
|
21644
21644
|
`);
|
|
21645
21645
|
}
|
|
21646
|
-
var BOOTSPRING_VERSION2 = "3.
|
|
21646
|
+
var BOOTSPRING_VERSION2 = "3.2.0";
|
|
21647
21647
|
var BOOTSPRING_PACKAGE_NAME2 = "@girardmedia/bootspring";
|
|
21648
21648
|
var REDACTED2 = "[REDACTED]";
|
|
21649
21649
|
var SENSITIVE_KEY_PATTERN2 = /(?:^|[_-])(api[_-]?key|token|refresh[_-]?token|authorization|x[_-]?api[_-]?key|project[_-]?id)$/i;
|
|
@@ -21691,7 +21691,7 @@ var require_package = __commonJS({
|
|
|
21691
21691
|
"../../../package.json"(exports2, module2) {
|
|
21692
21692
|
module2.exports = {
|
|
21693
21693
|
name: "bootspring-workspace",
|
|
21694
|
-
version: "3.
|
|
21694
|
+
version: "3.2.0",
|
|
21695
21695
|
private: true,
|
|
21696
21696
|
description: "Workspace tooling for the Bootspring monorepo",
|
|
21697
21697
|
keywords: [
|
|
@@ -21795,8 +21795,10 @@ var require_package = __commonJS({
|
|
|
21795
21795
|
ajv: "^8.12.0"
|
|
21796
21796
|
},
|
|
21797
21797
|
minimatch: "^10.2.1",
|
|
21798
|
-
hono: "4.12.
|
|
21799
|
-
"@hono/node-server": "1.19.
|
|
21798
|
+
hono: "4.12.18",
|
|
21799
|
+
"@hono/node-server": "1.19.13",
|
|
21800
|
+
axios: ">=1.16.0",
|
|
21801
|
+
"simple-git": ">=3.36.0",
|
|
21800
21802
|
"express-rate-limit": "^8.2.2",
|
|
21801
21803
|
"path-to-regexp@<0.1.13": "0.1.13",
|
|
21802
21804
|
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.0",
|