cdk8s-operator 0.1.458 → 0.1.459

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 CHANGED
@@ -73,7 +73,7 @@
73
73
  "stability": "stable"
74
74
  },
75
75
  "homepage": "https://github.com/cdk8s-team/cdk8s-operator.git",
76
- "jsiiVersion": "5.9.51 (build 95a1df0)",
76
+ "jsiiVersion": "5.9.52 (build c132e73)",
77
77
  "keywords": [
78
78
  "cdk8s",
79
79
  "crd",
@@ -474,6 +474,6 @@
474
474
  "symbolId": "src/server:ServerProps"
475
475
  }
476
476
  },
477
- "version": "0.1.458",
478
- "fingerprint": "w7XvHy+HLD6IQoZ+tzW4Q1vG3CWeezORwKeLGxe3jkM="
477
+ "version": "0.1.459",
478
+ "fingerprint": "hwoZ2/ngM6R104lH6J9a+BxjLvikp9fEucFgB37kc8k="
479
479
  }
package/lib/operator.js CHANGED
@@ -43,7 +43,7 @@ const cdk8s_1 = require("cdk8s");
43
43
  * A CDK8s app which allows implementing Kubernetes operators using CDK8s constructs.
44
44
  */
45
45
  class Operator extends cdk8s_1.App {
46
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-operator.Operator", version: "0.1.458" };
46
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-operator.Operator", version: "0.1.459" };
47
47
  inputFile;
48
48
  outputFile;
49
49
  providers;
package/lib/server.js CHANGED
@@ -8,7 +8,7 @@ const http_1 = require("http");
8
8
  const os_1 = require("os");
9
9
  const path_1 = require("path");
10
10
  class Server {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-operator.Server", version: "0.1.458" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "cdk8s-operator.Server", version: "0.1.459" };
12
12
  server;
13
13
  appCommand;
14
14
  tmpdir;
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "organization": false
47
47
  },
48
48
  "devDependencies": {
49
- "@cdk8s/projen-common": "^0.1.15",
49
+ "@cdk8s/projen-common": "^0.1.16",
50
50
  "@stylistic/eslint-plugin": "^2",
51
51
  "@types/jest": "^27",
52
52
  "@types/node": "^18",
@@ -65,7 +65,7 @@
65
65
  "jsii-docgen": "^10.5.0",
66
66
  "jsii-pacmak": "^1.139.0",
67
67
  "jsii-rosetta": "~5.9.0",
68
- "projen": "^0.101.23",
68
+ "projen": "^0.101.31",
69
69
  "ts-jest": "^27",
70
70
  "typescript": "~5.9.3"
71
71
  },
@@ -94,7 +94,7 @@
94
94
  "publishConfig": {
95
95
  "access": "public"
96
96
  },
97
- "version": "0.1.458",
97
+ "version": "0.1.459",
98
98
  "jest": {
99
99
  "coverageProvider": "v8",
100
100
  "testMatch": [