@jjrawlins/cdk-iam-policy-builder-helper 0.0.127 → 0.0.128
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/.jsii +2 -2
- package/cdkiampolicybuilderhelper/go.mod +2 -2
- package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
- package/cdkiampolicybuilderhelper/version +1 -1
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +3 -4
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/package.json +1 -1
package/.jsii
CHANGED
|
@@ -3,10 +3,10 @@ module github.com/jaysonrawlins/cdk-iam-policy-builder-helper/cdkiampolicybuilde
|
|
|
3
3
|
go 1.23
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
|
-
github.com/aws/jsii-runtime-go v1.
|
|
6
|
+
github.com/aws/jsii-runtime-go v1.125.0
|
|
7
7
|
github.com/aws/aws-cdk-go/awscdk/v2 v2.85.0
|
|
8
8
|
github.com/aws/constructs-go/constructs/v10 v10.0.5
|
|
9
|
-
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.
|
|
9
|
+
github.com/cdklabs/awscdk-asset-awscli-go/awscliv1/v2 v2.2.259 // indirect
|
|
10
10
|
github.com/cdklabs/awscdk-asset-kubectl-go/kubectlv20/v2 v2.1.4 // indirect
|
|
11
11
|
github.com/cdklabs/awscdk-asset-node-proxy-agent-go/nodeproxyagentv5/v2 v2.0.166 // indirect
|
|
12
12
|
)
|
|
@@ -13,7 +13,7 @@ import (
|
|
|
13
13
|
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
|
|
14
14
|
)
|
|
15
15
|
|
|
16
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
16
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.127.tgz
|
|
17
17
|
var tarball []byte
|
|
18
18
|
|
|
19
19
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -24,5 +24,5 @@ func Initialize() {
|
|
|
24
24
|
constructs.Initialize()
|
|
25
25
|
|
|
26
26
|
// Load this library into the kernel
|
|
27
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
27
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.127", tarball)
|
|
28
28
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.127
|
|
@@ -3,10 +3,9 @@ interface Context {
|
|
|
3
3
|
[key: symbol]: unknown;
|
|
4
4
|
}
|
|
5
5
|
declare global {
|
|
6
|
-
|
|
7
|
-
InvokeStore
|
|
8
|
-
|
|
9
|
-
};
|
|
6
|
+
namespace awslambda {
|
|
7
|
+
let InvokeStore: InvokeStoreBase | undefined;
|
|
8
|
+
}
|
|
10
9
|
}
|
|
11
10
|
/**
|
|
12
11
|
* Base class for AWS Lambda context storage implementations.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/lambda-invoke-store",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
|
|
5
5
|
"homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
|
|
6
6
|
"main": "./dist-cjs/invoke-store.js",
|