@girardmedia/bootspring 3.3.0 → 3.3.1
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 +754 -1215
- 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
|
@@ -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.3.1";
|
|
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
|
@@ -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.3.1";
|
|
383
383
|
BOOTSPRING_PACKAGE_NAME = "@girardmedia/bootspring";
|
|
384
384
|
}
|
|
385
385
|
});
|
|
@@ -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.3.1";
|
|
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.3.1",
|
|
21695
21695
|
private: true,
|
|
21696
21696
|
description: "Workspace tooling for the Bootspring monorepo",
|
|
21697
21697
|
keywords: [
|
package/dist/mcp-server.js
CHANGED
|
@@ -31464,7 +31464,7 @@ var init_release = __esm({
|
|
|
31464
31464
|
"../../packages/shared/src/release.ts"() {
|
|
31465
31465
|
"use strict";
|
|
31466
31466
|
init_cjs_shims();
|
|
31467
|
-
BOOTSPRING_VERSION = "3.
|
|
31467
|
+
BOOTSPRING_VERSION = "3.3.1";
|
|
31468
31468
|
BOOTSPRING_PACKAGE_NAME = "@girardmedia/bootspring";
|
|
31469
31469
|
}
|
|
31470
31470
|
});
|
|
@@ -104008,7 +104008,7 @@ var require_package = __commonJS({
|
|
|
104008
104008
|
"../../../package.json"(exports2, module2) {
|
|
104009
104009
|
module2.exports = {
|
|
104010
104010
|
name: "bootspring-workspace",
|
|
104011
|
-
version: "3.
|
|
104011
|
+
version: "3.3.1",
|
|
104012
104012
|
private: true,
|
|
104013
104013
|
description: "Workspace tooling for the Bootspring monorepo",
|
|
104014
104014
|
keywords: [
|