@jaypie/mcp 0.7.36 → 0.7.37
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.
|
@@ -9,7 +9,7 @@ import { gt } from 'semver';
|
|
|
9
9
|
/**
|
|
10
10
|
* Docs Suite - Documentation services (skill, version, release_notes)
|
|
11
11
|
*/
|
|
12
|
-
const BUILD_VERSION_STRING = "@jaypie/mcp@0.7.
|
|
12
|
+
const BUILD_VERSION_STRING = "@jaypie/mcp@0.7.37#b65e6395"
|
|
13
13
|
;
|
|
14
14
|
const __filename$1 = fileURLToPath(import.meta.url);
|
|
15
15
|
const __dirname$1 = path.dirname(__filename$1);
|
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 1.2.21
|
|
3
|
+
date: 2026-03-13
|
|
4
|
+
summary: Update internal dependency versions to latest published subpackages
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Changes
|
|
8
|
+
|
|
9
|
+
- Updated dependency version ranges to match latest published subpackages:
|
|
10
|
+
- `@jaypie/aws` ^1.2.4 → ^1.2.5
|
|
11
|
+
- `@jaypie/express` ^1.2.11 → ^1.2.15
|
|
12
|
+
- `@jaypie/kit` ^1.2.1 → ^1.2.4
|
|
13
|
+
- `@jaypie/lambda` ^1.2.3 → ^1.2.4
|
|
14
|
+
- `@jaypie/logger` ^1.2.1 → ^1.2.5
|
|
15
|
+
- Ensures consumers get latest subpackage features (e.g., `generateJaypieKey` seed support)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 0.7.37
|
|
3
|
+
date: 2026-03-13
|
|
4
|
+
summary: Add critical reminder to prepare skill about updating jaypie dependency versions
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## Changes
|
|
8
|
+
|
|
9
|
+
- Updated prepare skill to emphasize updating `packages/jaypie/package.json` dependency versions when bumping subpackages
|
|
10
|
+
- Added release notes for jaypie 1.2.21
|