@girardmedia/bootspring 2.0.25 → 2.0.26

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "last_analysis": "2026-02-21T18:13:21.290Z",
3
+ "last_analysis": "2026-02-26T07:41:06.886Z",
4
4
  "insights": [
5
5
  {
6
6
  "type": "cold_start",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "contractVersion": "v1",
3
3
  "packageName": "@girardmedia/bootspring",
4
- "packageVersion": "2.0.25",
4
+ "packageVersion": "2.0.26",
5
5
  "tools": [
6
6
  {
7
7
  "name": "bootspring_assist",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girardmedia/bootspring",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "description": "Development scaffolding with intelligence - AI-powered context, agents, and workflows for any MCP-compatible assistant",
5
5
  "keywords": [
6
6
  "ai",
@@ -68,11 +68,11 @@
68
68
  "start": "node bin/bootspring.js",
69
69
  "dashboard": "node bin/bootspring.js dashboard",
70
70
  "mcp": "node mcp/server.js",
71
- "test": "jest",
72
- "test:watch": "jest --watch",
73
- "test:coverage": "jest --coverage",
74
- "test:vitest": "vitest run",
75
- "test:vitest:watch": "vitest",
71
+ "test": "vitest run",
72
+ "test:watch": "vitest",
73
+ "test:coverage": "vitest run --coverage",
74
+ "test:jest": "jest",
75
+ "test:jest:watch": "jest --watch",
76
76
  "lint": "eslint .",
77
77
  "lint:fix": "eslint . --fix",
78
78
  "typecheck": "tsc --noEmit",
package/src/version.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * Bootspring Version
3
3
  * Auto-updated during build process
4
4
  */
5
- export const VERSION = '2.0.25';
5
+ export const VERSION = '2.0.26';
6
6
  export const PACKAGE_NAME = '@girardmedia/bootspring';