cdk-docker-image-deployment 0.0.992 → 0.0.993
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/package.json +2 -2
package/.jsii
CHANGED
|
@@ -2988,7 +2988,7 @@
|
|
|
2988
2988
|
"stability": "stable"
|
|
2989
2989
|
},
|
|
2990
2990
|
"homepage": "https://github.com/cdklabs/cdk-docker-image-deployment#readme",
|
|
2991
|
-
"jsiiVersion": "5.9.
|
|
2991
|
+
"jsiiVersion": "5.9.49 (build 09a22a8)",
|
|
2992
2992
|
"keywords": [
|
|
2993
2993
|
"cdk"
|
|
2994
2994
|
],
|
|
@@ -2999,7 +2999,7 @@
|
|
|
2999
2999
|
"hasDefaultInterfaces": true
|
|
3000
3000
|
}
|
|
3001
3001
|
},
|
|
3002
|
-
"tscRootDir": "
|
|
3002
|
+
"tscRootDir": "src"
|
|
3003
3003
|
},
|
|
3004
3004
|
"name": "cdk-docker-image-deployment",
|
|
3005
3005
|
"readme": {
|
|
@@ -3559,6 +3559,6 @@
|
|
|
3559
3559
|
"symbolId": "src/source:SourceContext"
|
|
3560
3560
|
}
|
|
3561
3561
|
},
|
|
3562
|
-
"version": "0.0.
|
|
3563
|
-
"fingerprint": "
|
|
3562
|
+
"version": "0.0.993",
|
|
3563
|
+
"fingerprint": "T5c1avHVzV4O9VwxDpacxX+PjcDhbl6e6/sk9yguSqg="
|
|
3564
3564
|
}
|
package/lib/destination.js
CHANGED
|
@@ -16,7 +16,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
|
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
class Destination {
|
|
19
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Destination", version: "0.0.
|
|
19
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Destination", version: "0.0.993" };
|
|
20
20
|
/**
|
|
21
21
|
* Uses an ECR repository in the same account as the stack as the destination for the image.
|
|
22
22
|
*/
|
|
@@ -47,7 +47,7 @@ const constructs_1 = require("constructs");
|
|
|
47
47
|
* `DockerImageDeployment` pushes an image from a local or external source to a specified external destination
|
|
48
48
|
*/
|
|
49
49
|
class DockerImageDeployment extends constructs_1.Construct {
|
|
50
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.DockerImageDeployment", version: "0.0.
|
|
50
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.DockerImageDeployment", version: "0.0.993" };
|
|
51
51
|
cb;
|
|
52
52
|
constructor(scope, id, props) {
|
|
53
53
|
super(scope, id);
|
package/lib/source.js
CHANGED
|
@@ -60,7 +60,7 @@ const ecr_assets = __importStar(require("aws-cdk-lib/aws-ecr-assets"));
|
|
|
60
60
|
* ```
|
|
61
61
|
*/
|
|
62
62
|
class Source {
|
|
63
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Source", version: "0.0.
|
|
63
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk-docker-image-deployment.Source", version: "0.0.993" };
|
|
64
64
|
/**
|
|
65
65
|
* Uses a local image built from a Dockerfile in a local directory as the source.
|
|
66
66
|
*
|
package/package.json
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"jsii-docgen": "^10.5.0",
|
|
59
59
|
"jsii-pacmak": "^1.139.0",
|
|
60
60
|
"jsii-rosetta": "~5.9.0",
|
|
61
|
-
"projen": "^0.101.
|
|
61
|
+
"projen": "^0.101.21",
|
|
62
62
|
"ts-jest": "^27",
|
|
63
63
|
"ts-node": "^10.9.2",
|
|
64
64
|
"typescript": "^4.9.5"
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"version": "0.0.
|
|
88
|
+
"version": "0.0.993",
|
|
89
89
|
"jest": {
|
|
90
90
|
"coverageProvider": "v8",
|
|
91
91
|
"testMatch": [
|