cdk8s-redis 0.1.934 → 0.1.935

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/redis.js +1 -1
  3. package/package.json +3 -6
package/.jsii CHANGED
@@ -254,6 +254,6 @@
254
254
  "symbolId": "src/redis:RedisOptions"
255
255
  }
256
256
  },
257
- "version": "0.1.934",
258
- "fingerprint": "wwIhj9zb2gV/hIW4XanKvrdhBeOEk2wBpWIWyn+bF3o="
257
+ "version": "0.1.935",
258
+ "fingerprint": "ze2kQLKfCKc1Fq9dEi/Q6KJo+lKgA5V1yIfjDba5n6s="
259
259
  }
package/lib/redis.js CHANGED
@@ -5,7 +5,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
5
5
  const constructs_1 = require("constructs");
6
6
  const service_deployment_1 = require("./service-deployment");
7
7
  class Redis extends constructs_1.Construct {
8
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-redis.Redis", version: "0.1.934" };
8
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-redis.Redis", version: "0.1.935" };
9
9
  /**
10
10
  * The DNS host for the primary service.
11
11
  */
package/package.json CHANGED
@@ -43,7 +43,7 @@
43
43
  "organization": false
44
44
  },
45
45
  "devDependencies": {
46
- "@cdk8s/projen-common": "^0.1.10",
46
+ "@cdk8s/projen-common": "^0.1.14",
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.21",
65
+ "projen": "^0.101.22",
66
66
  "ts-jest": "^27",
67
67
  "typescript": "^4.9.5"
68
68
  },
@@ -70,9 +70,6 @@
70
70
  "cdk8s": "^2.68.91",
71
71
  "constructs": "^10.3.0"
72
72
  },
73
- "resolutions": {
74
- "**/downlevel-dts/**/typescript": "~5.2.2"
75
- },
76
73
  "keywords": [
77
74
  "cache",
78
75
  "cdk8s",
@@ -90,7 +87,7 @@
90
87
  "publishConfig": {
91
88
  "access": "public"
92
89
  },
93
- "version": "0.1.934",
90
+ "version": "0.1.935",
94
91
  "jest": {
95
92
  "coverageProvider": "v8",
96
93
  "testMatch": [