cdk8s-image 0.2.795 → 0.2.796
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/lib/image.js +1 -1
- package/package.json +5 -5
package/.jsii
CHANGED
package/lib/image.js
CHANGED
|
@@ -17,7 +17,7 @@ const PARSE_DIGEST = /digest:\ (sha256:[0-9a-f]+)/;
|
|
|
17
17
|
* URL through the `registry` option.
|
|
18
18
|
*/
|
|
19
19
|
class Image extends constructs_1.Construct {
|
|
20
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-image.Image", version: "0.2.
|
|
20
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-image.Image", version: "0.2.796" };
|
|
21
21
|
/**
|
|
22
22
|
* The image URL to use in order to pull this instance of the image.
|
|
23
23
|
*/
|
package/package.json
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"organization": false
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@cdk8s/projen-common": "^0.1.
|
|
46
|
+
"@cdk8s/projen-common": "^0.1.21",
|
|
47
47
|
"@stylistic/eslint-plugin": "^2",
|
|
48
48
|
"@types/jest": "^27",
|
|
49
49
|
"@types/node": "^18",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"jest": "^27",
|
|
59
59
|
"jest-junit": "^17",
|
|
60
60
|
"jsii": "~5.9.0",
|
|
61
|
-
"jsii-diff": "^1.
|
|
61
|
+
"jsii-diff": "^1.140.0",
|
|
62
62
|
"jsii-docgen": "^10.5.0",
|
|
63
|
-
"jsii-pacmak": "^1.
|
|
63
|
+
"jsii-pacmak": "^1.140.0",
|
|
64
64
|
"jsii-rosetta": "~5.9.0",
|
|
65
|
-
"projen": "^0.103.
|
|
65
|
+
"projen": "^0.103.2",
|
|
66
66
|
"ts-jest": "^27",
|
|
67
67
|
"typescript": "~5.9.3"
|
|
68
68
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"version": "0.2.
|
|
88
|
+
"version": "0.2.796",
|
|
89
89
|
"jest": {
|
|
90
90
|
"coverageProvider": "v8",
|
|
91
91
|
"testMatch": [
|