@girardmedia/bootspring 2.5.11 → 2.6.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.
@@ -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 = "2.5.11";
480
+ declare const CURRENT_VERSION: string;
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;
@@ -965,8 +965,8 @@ declare const AnalyticsPluginSchema: z.ZodObject<{
965
965
  google_analytics: "google_analytics";
966
966
  }>>;
967
967
  features: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
968
- page_views: "page_views";
969
968
  events: "events";
969
+ page_views: "page_views";
970
970
  user_tracking: "user_tracking";
971
971
  funnels: "funnels";
972
972
  experiments: "experiments";
@@ -1124,8 +1124,8 @@ declare const PluginsSchema: z.ZodObject<{
1124
1124
  google_analytics: "google_analytics";
1125
1125
  }>>;
1126
1126
  features: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
1127
- page_views: "page_views";
1128
1127
  events: "events";
1128
+ page_views: "page_views";
1129
1129
  user_tracking: "user_tracking";
1130
1130
  funnels: "funnels";
1131
1131
  experiments: "experiments";
@@ -1590,8 +1590,8 @@ declare const ConfigSchema: z.ZodObject<{
1590
1590
  google_analytics: "google_analytics";
1591
1591
  }>>;
1592
1592
  features: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodEnum<{
1593
- page_views: "page_views";
1594
1593
  events: "events";
1594
+ page_views: "page_views";
1595
1595
  user_tracking: "user_tracking";
1596
1596
  funnels: "funnels";
1597
1597
  experiments: "experiments";
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_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_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_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
38
+ "../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_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 = "2.5.11";
382
+ BOOTSPRING_VERSION = "2.6.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_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
16606
+ "../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_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 = "2.5.11";
21646
+ var BOOTSPRING_VERSION2 = "2.6.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: "2.5.11",
21694
+ version: "2.6.0",
21695
21695
  private: true,
21696
21696
  description: "Workspace tooling for the Bootspring monorepo",
21697
21697
  keywords: [
@@ -21726,6 +21726,7 @@ var require_package = __commonJS({
21726
21726
  "smoke:publish": "node scripts/smoke-publish.js",
21727
21727
  pretest: "npm run build",
21728
21728
  test: "vitest run",
21729
+ "test:e2e": "vitest run --config vitest.e2e.config.ts",
21729
21730
  "test:launch-smoke": "vitest run __tests__/unit/cli-first-run-smoke.test.js __tests__/unit/health-fresh-start.test.ts __tests__/unit/session-project-scope.test.ts __tests__/unit/auth-cli-mixed-states.test.ts __tests__/unit/api-client-project-auth-fallback.test.js __tests__/unit/cli-help-surface.test.js __tests__/unit/cli-command-manifest.test.js",
21730
21731
  "test:seed-ingestion": "vitest run __tests__/unit/seed-ingestion-regression.test.js",
21731
21732
  "test:watch": "vitest",
@@ -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_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_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_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
38
+ "../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_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
  });
@@ -31377,7 +31377,7 @@ var init_release = __esm({
31377
31377
  "../../packages/shared/src/release.ts"() {
31378
31378
  "use strict";
31379
31379
  init_cjs_shims();
31380
- BOOTSPRING_VERSION = "2.5.11";
31380
+ BOOTSPRING_VERSION = "2.6.0";
31381
31381
  BOOTSPRING_PACKAGE_NAME = "@girardmedia/bootspring";
31382
31382
  }
31383
31383
  });
@@ -47601,7 +47601,7 @@ var require_dist2 = __commonJS({
47601
47601
  ));
47602
47602
  var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
47603
47603
  var init_cjs_shims2 = __esm2({
47604
- "../../node_modules/.pnpm/tsup@8.5.1_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
47604
+ "../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
47605
47605
  "use strict";
47606
47606
  }
47607
47607
  });
@@ -52278,7 +52278,7 @@ var require_package = __commonJS({
52278
52278
  "../../../package.json"(exports2, module2) {
52279
52279
  module2.exports = {
52280
52280
  name: "bootspring-workspace",
52281
- version: "2.5.11",
52281
+ version: "2.6.0",
52282
52282
  private: true,
52283
52283
  description: "Workspace tooling for the Bootspring monorepo",
52284
52284
  keywords: [
@@ -52313,6 +52313,7 @@ var require_package = __commonJS({
52313
52313
  "smoke:publish": "node scripts/smoke-publish.js",
52314
52314
  pretest: "npm run build",
52315
52315
  test: "vitest run",
52316
+ "test:e2e": "vitest run --config vitest.e2e.config.ts",
52316
52317
  "test:launch-smoke": "vitest run __tests__/unit/cli-first-run-smoke.test.js __tests__/unit/health-fresh-start.test.ts __tests__/unit/session-project-scope.test.ts __tests__/unit/auth-cli-mixed-states.test.ts __tests__/unit/api-client-project-auth-fallback.test.js __tests__/unit/cli-help-surface.test.js __tests__/unit/cli-command-manifest.test.js",
52317
52318
  "test:seed-ingestion": "vitest run __tests__/unit/seed-ingestion-regression.test.js",
52318
52319
  "test:watch": "vitest",
@@ -53122,11 +53123,11 @@ function diagnoseApiSurface() {
53122
53123
  if (missing.length === 0) return null;
53123
53124
  return [
53124
53125
  `Bootspring MCP server v${VERSION} is missing required API methods: ${missing.join(", ")}.`,
53125
- `This usually means the installed @girardmedia/bootspring package is out of date.`,
53126
- `Fix:`,
53127
- ` 1. Quit Claude Code completely`,
53128
- ` 2. npm i -g @girardmedia/bootspring@latest`,
53129
- ` 3. Restart Claude Code so the MCP server reloads`
53126
+ "This usually means the installed @girardmedia/bootspring package is out of date.",
53127
+ "Fix:",
53128
+ " 1. Quit Claude Code completely",
53129
+ " 2. npm i -g @girardmedia/bootspring@latest",
53130
+ " 3. Restart Claude Code so the MCP server reloads"
53130
53131
  ].join("\n");
53131
53132
  }
53132
53133
  function formatProxyError(error) {
@@ -53313,11 +53314,11 @@ module.exports = {
53313
53314
  if (missing.length === 0) return null;
53314
53315
  return [
53315
53316
  `Bootspring MCP server v${version} is missing required API methods: ${missing.join(", ")}.`,
53316
- `This usually means the installed @girardmedia/bootspring package is out of date.`,
53317
- `Fix:`,
53318
- ` 1. Quit Claude Code completely`,
53319
- ` 2. npm i -g @girardmedia/bootspring@latest`,
53320
- ` 3. Restart Claude Code so the MCP server reloads`
53317
+ "This usually means the installed @girardmedia/bootspring package is out of date.",
53318
+ "Fix:",
53319
+ " 1. Quit Claude Code completely",
53320
+ " 2. npm i -g @girardmedia/bootspring@latest",
53321
+ " 3. Restart Claude Code so the MCP server reloads"
53321
53322
  ].join("\n");
53322
53323
  }
53323
53324
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girardmedia/bootspring",
3
- "version": "2.5.11",
3
+ "version": "2.6.0",
4
4
  "description": "Thin client for Bootspring cloud MCP, hosted agents, and paywalled workflow intelligence",
5
5
  "keywords": [
6
6
  "ai",