@girardmedia/bootspring 2.5.2 → 2.5.4
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/dist/cli/index.js +1358 -2633
- package/dist/core/index.d.ts +1 -1
- package/dist/core.js +3 -3
- package/dist/mcp-server.js +2 -2
- package/package.json +1 -1
package/dist/core/index.d.ts
CHANGED
|
@@ -390,7 +390,7 @@ interface InstallContext {
|
|
|
390
390
|
scriptPath: string;
|
|
391
391
|
}
|
|
392
392
|
declare const PACKAGE_NAME = "@girardmedia/bootspring";
|
|
393
|
-
declare const CURRENT_VERSION = "2.5.
|
|
393
|
+
declare const CURRENT_VERSION = "2.5.3";
|
|
394
394
|
declare const DEFAULT_INTERVAL_MS: number;
|
|
395
395
|
declare const STATE_PATH: string;
|
|
396
396
|
declare function compareVersions(a: string, b: string): number;
|
package/dist/core.js
CHANGED
|
@@ -372,7 +372,7 @@ var init_release = __esm({
|
|
|
372
372
|
"../../packages/shared/src/release.ts"() {
|
|
373
373
|
"use strict";
|
|
374
374
|
init_cjs_shims();
|
|
375
|
-
BOOTSPRING_VERSION = "2.5.
|
|
375
|
+
BOOTSPRING_VERSION = "2.5.3";
|
|
376
376
|
BOOTSPRING_PACKAGE_NAME = "@girardmedia/bootspring";
|
|
377
377
|
}
|
|
378
378
|
});
|
|
@@ -21311,7 +21311,7 @@ ${COLORS2.dim}Run "bootspring mcp" for server options${COLORS2.reset}
|
|
|
21311
21311
|
console.log(`${COLORS2.dim}Run "bootspring mcp" for setup instructions.${COLORS2.reset}
|
|
21312
21312
|
`);
|
|
21313
21313
|
}
|
|
21314
|
-
var BOOTSPRING_VERSION2 = "2.5.
|
|
21314
|
+
var BOOTSPRING_VERSION2 = "2.5.3";
|
|
21315
21315
|
var BOOTSPRING_PACKAGE_NAME2 = "@girardmedia/bootspring";
|
|
21316
21316
|
var REDACTED2 = "[REDACTED]";
|
|
21317
21317
|
var SENSITIVE_KEY_PATTERN2 = /(?:^|[_-])(api[_-]?key|token|refresh[_-]?token|authorization|x[_-]?api[_-]?key|project[_-]?id)$/i;
|
|
@@ -21359,7 +21359,7 @@ var require_package = __commonJS({
|
|
|
21359
21359
|
"../../../package.json"(exports2, module2) {
|
|
21360
21360
|
module2.exports = {
|
|
21361
21361
|
name: "bootspring-workspace",
|
|
21362
|
-
version: "2.5.
|
|
21362
|
+
version: "2.5.3",
|
|
21363
21363
|
private: true,
|
|
21364
21364
|
description: "Workspace tooling for the Bootspring monorepo",
|
|
21365
21365
|
keywords: [
|
package/dist/mcp-server.js
CHANGED
|
@@ -31351,7 +31351,7 @@ var init_release = __esm({
|
|
|
31351
31351
|
"../../packages/shared/src/release.ts"() {
|
|
31352
31352
|
"use strict";
|
|
31353
31353
|
init_cjs_shims();
|
|
31354
|
-
BOOTSPRING_VERSION = "2.5.
|
|
31354
|
+
BOOTSPRING_VERSION = "2.5.3";
|
|
31355
31355
|
BOOTSPRING_PACKAGE_NAME = "@girardmedia/bootspring";
|
|
31356
31356
|
}
|
|
31357
31357
|
});
|
|
@@ -51934,7 +51934,7 @@ var require_package = __commonJS({
|
|
|
51934
51934
|
"../../../package.json"(exports2, module2) {
|
|
51935
51935
|
module2.exports = {
|
|
51936
51936
|
name: "bootspring-workspace",
|
|
51937
|
-
version: "2.5.
|
|
51937
|
+
version: "2.5.3",
|
|
51938
51938
|
private: true,
|
|
51939
51939
|
description: "Workspace tooling for the Bootspring monorepo",
|
|
51940
51940
|
keywords: [
|