cdk8s-image 0.2.788 → 0.2.790
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/image.js +1 -1
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"stability": "stable"
|
|
68
68
|
},
|
|
69
69
|
"homepage": "https://github.com/cdk8s-team/cdk8s-image.git",
|
|
70
|
-
"jsiiVersion": "5.9.
|
|
70
|
+
"jsiiVersion": "5.9.51 (build 95a1df0)",
|
|
71
71
|
"keywords": [
|
|
72
72
|
"cdk8s",
|
|
73
73
|
"containers",
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
"hasDefaultInterfaces": true
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
+
"tscOutDir": "lib",
|
|
84
85
|
"tscRootDir": "src"
|
|
85
86
|
},
|
|
86
87
|
"name": "cdk8s-image",
|
|
@@ -377,6 +378,6 @@
|
|
|
377
378
|
"symbolId": "src/image:ImageProps"
|
|
378
379
|
}
|
|
379
380
|
},
|
|
380
|
-
"version": "0.2.
|
|
381
|
-
"fingerprint": "
|
|
381
|
+
"version": "0.2.790",
|
|
382
|
+
"fingerprint": "uq8EJx2MNHh6Q9MePfp/IikkzoHBGkE/Fujlvq3v8io="
|
|
382
383
|
}
|
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.790" };
|
|
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.15",
|
|
47
47
|
"@stylistic/eslint-plugin": "^2",
|
|
48
48
|
"@types/jest": "^27",
|
|
49
49
|
"@types/node": "^18",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"jsii-docgen": "^10.5.0",
|
|
63
63
|
"jsii-pacmak": "^1.139.0",
|
|
64
64
|
"jsii-rosetta": "~5.9.0",
|
|
65
|
-
"projen": "^0.101.
|
|
65
|
+
"projen": "^0.101.23",
|
|
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.790",
|
|
89
89
|
"jest": {
|
|
90
90
|
"coverageProvider": "v8",
|
|
91
91
|
"testMatch": [
|