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.
- package/.jsii +2 -2
- package/lib/redis.js +1 -1
- package/package.json +3 -6
package/.jsii
CHANGED
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.
|
|
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.
|
|
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.
|
|
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.
|
|
90
|
+
"version": "0.1.935",
|
|
94
91
|
"jest": {
|
|
95
92
|
"coverageProvider": "v8",
|
|
96
93
|
"testMatch": [
|