cdk8s-redis 0.1.935 → 0.1.936

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 +3 -3
  2. package/lib/redis.js +1 -1
  3. package/package.json +2 -2
package/.jsii CHANGED
@@ -67,7 +67,7 @@
67
67
  "stability": "experimental"
68
68
  },
69
69
  "homepage": "https://github.com/cdk8s-team/cdk8s-redis.git",
70
- "jsiiVersion": "5.9.49 (build 09a22a8)",
70
+ "jsiiVersion": "5.9.50 (build 0704264)",
71
71
  "keywords": [
72
72
  "cache",
73
73
  "cdk8s",
@@ -254,6 +254,6 @@
254
254
  "symbolId": "src/redis:RedisOptions"
255
255
  }
256
256
  },
257
- "version": "0.1.935",
258
- "fingerprint": "ze2kQLKfCKc1Fq9dEi/Q6KJo+lKgA5V1yIfjDba5n6s="
257
+ "version": "0.1.936",
258
+ "fingerprint": "VKpwFjpKSUQYWddtfiu9Spiu9zPWfh0RuvBOvUNGITY="
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.935" };
8
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-redis.Redis", version: "0.1.936" };
9
9
  /**
10
10
  * The DNS host for the primary service.
11
11
  */
package/package.json CHANGED
@@ -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.22",
65
+ "projen": "^0.101.23",
66
66
  "ts-jest": "^27",
67
67
  "typescript": "^4.9.5"
68
68
  },
@@ -87,7 +87,7 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "version": "0.1.935",
90
+ "version": "0.1.936",
91
91
  "jest": {
92
92
  "coverageProvider": "v8",
93
93
  "testMatch": [