cdk8s-image 0.2.789 → 0.2.791

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 +4 -3
  2. package/lib/image.js +1 -1
  3. 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.50 (build 0704264)",
70
+ "jsiiVersion": "5.9.52 (build c132e73)",
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.789",
381
- "fingerprint": "JQKVegT9OxkBnrFTGXd7DWj4uucfgD4nriXuVcPP01E="
381
+ "version": "0.2.791",
382
+ "fingerprint": "cyMXMUWfKmuLqcOZGTar00vg1sU6mPVwe8lTw0C5Zec="
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.789" };
20
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-image.Image", version: "0.2.791" };
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.14",
46
+ "@cdk8s/projen-common": "^0.1.16",
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.23",
65
+ "projen": "^0.101.31",
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.789",
88
+ "version": "0.2.791",
89
89
  "jest": {
90
90
  "coverageProvider": "v8",
91
91
  "testMatch": [