@jjrawlins/cdk-iam-policy-builder-helper 0.0.8 → 0.0.10
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
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"aws-cdk-lib": "^2.189.1",
|
|
16
16
|
"constructs": "^10.4.2",
|
|
17
|
-
"projen": "^0.
|
|
17
|
+
"projen": "^0.94.2"
|
|
18
18
|
},
|
|
19
19
|
"dependencyClosure": {
|
|
20
20
|
"@aws-cdk/asset-awscli-v1": {
|
|
@@ -3964,6 +3964,7 @@
|
|
|
3964
3964
|
"projen.gitlab": {},
|
|
3965
3965
|
"projen.java": {},
|
|
3966
3966
|
"projen.javascript": {},
|
|
3967
|
+
"projen.javascript.biome_config": {},
|
|
3967
3968
|
"projen.python": {},
|
|
3968
3969
|
"projen.release": {},
|
|
3969
3970
|
"projen.typescript": {},
|
|
@@ -4035,6 +4036,6 @@
|
|
|
4035
4036
|
}
|
|
4036
4037
|
},
|
|
4037
4038
|
"types": {},
|
|
4038
|
-
"version": "0.0.
|
|
4039
|
-
"fingerprint": "
|
|
4039
|
+
"version": "0.0.10",
|
|
4040
|
+
"fingerprint": "sTL0FHaXowy3y5q6fX0/J/q6Z9uBeLGs2pd+UTGbNHo="
|
|
4040
4041
|
}
|
|
@@ -14,7 +14,7 @@ import (
|
|
|
14
14
|
projen "github.com/projen/projen-go/projen/jsii"
|
|
15
15
|
)
|
|
16
16
|
|
|
17
|
-
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.
|
|
17
|
+
//go:embed jjrawlins-cdk-iam-policy-builder-helper-0.0.9.tgz
|
|
18
18
|
var tarball []byte
|
|
19
19
|
|
|
20
20
|
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
|
|
@@ -26,5 +26,5 @@ func Initialize() {
|
|
|
26
26
|
projen.Initialize()
|
|
27
27
|
|
|
28
28
|
// Load this library into the kernel
|
|
29
|
-
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.
|
|
29
|
+
_jsii_.Load("@jjrawlins/cdk-iam-policy-builder-helper", "0.0.9", tarball)
|
|
30
30
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.9
|
package/package.json
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"axios": "^1.8.2",
|
|
69
69
|
"constructs": "^10.4.2",
|
|
70
70
|
"jsonc-parser": "^3.2.1",
|
|
71
|
-
"projen": "^0.
|
|
71
|
+
"projen": "^0.94.2"
|
|
72
72
|
},
|
|
73
73
|
"bundledDependencies": [
|
|
74
74
|
"@aws-sdk/client-iam",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"access": "public"
|
|
96
96
|
},
|
|
97
|
-
"version": "0.0.
|
|
97
|
+
"version": "0.0.10",
|
|
98
98
|
"jest": {
|
|
99
99
|
"coverageProvider": "v8",
|
|
100
100
|
"testMatch": [
|