@k8ts/sample-interfaces 0.6.2 → 0.7.0

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/dist/index.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export * as CDK from "./_mix";
1
+ export * as K8S from "./_mix";
2
2
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -33,6 +33,6 @@ var __importStar = (this && this.__importStar) || (function () {
33
33
  };
34
34
  })();
35
35
  Object.defineProperty(exports, "__esModule", { value: true });
36
- exports.CDK = void 0;
37
- exports.CDK = __importStar(require("./_mix"));
36
+ exports.K8S = void 0;
37
+ exports.K8S = __importStar(require("./_mix"));
38
38
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k8ts/sample-interfaces",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "description": "Temporary k8s resource definitions for k8ts, generated using cdk8s.",
5
5
  "keywords": [],
6
6
  "bugs": {
@@ -53,7 +53,7 @@
53
53
  "cdk8s": "^2.69.48",
54
54
  "constructs": "^10.4.2",
55
55
  "doddle": "^7.3.1",
56
- "what-are-you": "^0.2.0"
56
+ "what-are-you": "^0.3.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/node": "22",
package/src/index.ts CHANGED
@@ -1 +1 @@
1
- export * as CDK from "./_mix"
1
+ export * as K8S from "./_mix"