cdk-docker-image-deployment 0.0.997 → 0.0.999
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 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/package.json +1 -1
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.51 (build 95a1df0)",
|
|
2992
2992
|
"keywords": [
|
|
2993
2993
|
"cdk"
|
|
2994
2994
|
],
|
|
@@ -2999,6 +2999,7 @@
|
|
|
2999
2999
|
"hasDefaultInterfaces": true
|
|
3000
3000
|
}
|
|
3001
3001
|
},
|
|
3002
|
+
"tscOutDir": "lib",
|
|
3002
3003
|
"tscRootDir": "src"
|
|
3003
3004
|
},
|
|
3004
3005
|
"name": "cdk-docker-image-deployment",
|
|
@@ -3559,6 +3560,6 @@
|
|
|
3559
3560
|
"symbolId": "src/source:SourceContext"
|
|
3560
3561
|
}
|
|
3561
3562
|
},
|
|
3562
|
-
"version": "0.0.
|
|
3563
|
-
"fingerprint": "
|
|
3563
|
+
"version": "0.0.999",
|
|
3564
|
+
"fingerprint": "q2ISdJc0PG0gkFziQF8pAUPV2kfpOxKFocgiZ9pP2yU="
|
|
3564
3565
|
}
|
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.999" };
|
|
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.999" };
|
|
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.999" };
|
|
64
64
|
/**
|
|
65
65
|
* Uses a local image built from a Dockerfile in a local directory as the source.
|
|
66
66
|
*
|