@cloudsnorkel/cdk-github-runners 0.5.4 → 0.5.5
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 +3 -3
- package/lib/lambdas/update-lambda/index.js +2695 -468
- package/lib/providers/codebuild.js +1 -1
- package/lib/providers/common.js +3 -3
- package/lib/providers/fargate.js +1 -1
- package/lib/providers/image-builders/codebuild.js +1 -1
- package/lib/providers/image-builders/container.js +2 -2
- package/lib/providers/image-builders/static.js +1 -1
- package/lib/providers/lambda.js +1 -1
- package/lib/runner.js +3 -3
- package/lib/secrets.js +1 -1
- package/package.json +10 -10
package/.jsii
CHANGED
|
@@ -3010,7 +3010,7 @@
|
|
|
3010
3010
|
"stability": "experimental"
|
|
3011
3011
|
},
|
|
3012
3012
|
"homepage": "https://github.com/CloudSnorkel/cdk-github-runners.git",
|
|
3013
|
-
"jsiiVersion": "1.
|
|
3013
|
+
"jsiiVersion": "1.70.0 (build 03c2f6f)",
|
|
3014
3014
|
"keywords": [
|
|
3015
3015
|
"aws",
|
|
3016
3016
|
"aws-cdk",
|
|
@@ -6889,6 +6889,6 @@
|
|
|
6889
6889
|
"symbolId": "src/providers/image-builders/static:StaticRunnerImage"
|
|
6890
6890
|
}
|
|
6891
6891
|
},
|
|
6892
|
-
"version": "0.5.
|
|
6893
|
-
"fingerprint": "
|
|
6892
|
+
"version": "0.5.5",
|
|
6893
|
+
"fingerprint": "JNVqUntuGX/+IZfzpGaBOjp7dE4hjIggEBm6uIvH2JA="
|
|
6894
6894
|
}
|