@jaypie/mcp 0.6.2 → 0.6.3
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.
|
@@ -8,7 +8,7 @@ import { gt } from 'semver';
|
|
|
8
8
|
/**
|
|
9
9
|
* Docs Suite - Documentation services (skill, version, release_notes)
|
|
10
10
|
*/
|
|
11
|
-
const BUILD_VERSION_STRING = "@jaypie/mcp@0.6.
|
|
11
|
+
const BUILD_VERSION_STRING = "@jaypie/mcp@0.6.3#291140bb"
|
|
12
12
|
;
|
|
13
13
|
const __filename$1 = fileURLToPath(import.meta.url);
|
|
14
14
|
const __dirname$1 = path.dirname(__filename$1);
|
package/package.json
CHANGED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
version: 1.2.22
|
|
3
|
+
date: 2025-01-25
|
|
4
|
+
summary: Added DynamoDB permissions to Developer SSO permission set
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# @jaypie/constructs 1.2.22
|
|
8
|
+
|
|
9
|
+
## Changes
|
|
10
|
+
|
|
11
|
+
### JaypieSsoPermissions
|
|
12
|
+
|
|
13
|
+
- Added `dynamodb:*` to the Developer permission set inline policy
|
|
14
|
+
- Developers now have full DynamoDB access including `UpdateTable`, `CreateTable`, `PutItem`, `Query`, etc.
|
|
15
|
+
- Consistent with other services in the Developer role that have full access (`s3:*`, `sqs:*`, `lambda:*`, etc.)
|