cdk8s-image 0.2.792 → 0.2.793

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.
Files changed (3) hide show
  1. package/.jsii +2 -2
  2. package/lib/image.js +1 -1
  3. package/package.json +2 -2
package/.jsii CHANGED
@@ -378,6 +378,6 @@
378
378
  "symbolId": "src/image:ImageProps"
379
379
  }
380
380
  },
381
- "version": "0.2.792",
382
- "fingerprint": "wW5nbRLOi3UN2f/nz5hlfQsrHywgFNOfmcklDrKPqgM="
381
+ "version": "0.2.793",
382
+ "fingerprint": "r1nsjj2U3KIR0AkwE/vkp5/QAIVryVx7WLKuTgan3L0="
383
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.792" };
20
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-image.Image", version: "0.2.793" };
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.17",
46
+ "@cdk8s/projen-common": "^0.1.18",
47
47
  "@stylistic/eslint-plugin": "^2",
48
48
  "@types/jest": "^27",
49
49
  "@types/node": "^18",
@@ -85,7 +85,7 @@
85
85
  "publishConfig": {
86
86
  "access": "public"
87
87
  },
88
- "version": "0.2.792",
88
+ "version": "0.2.793",
89
89
  "jest": {
90
90
  "coverageProvider": "v8",
91
91
  "testMatch": [