kubernetes-fluent-client 3.4.2 → 3.4.5

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/README.md CHANGED
@@ -129,6 +129,6 @@ By default, the generated TypeScript interfaces will be post-processed to make t
129
129
  kubernetes-fluent-client crd crd.yaml types --noPost
130
130
  ```
131
131
 
132
- ### Community
132
+ ### Community 🦄
133
133
 
134
134
  To chat with other users & see some examples of the fluent client in active use, go to [Kubernetes Slack](https://communityinviter.com/apps/kubernetes/community) and join `#pepr` channel.
@@ -1 +1 @@
1
- {"version":3,"file":"kinds.d.ts","sourceRoot":"","sources":["../src/kinds.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAqkBzD;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,CAErE;AAED;;;;;GAKG;AACH,eAAO,MAAM,YAAY,UAAW,YAAY,oBAAoB,gBAAgB,SAUnF,CAAC"}
1
+ {"version":3,"file":"kinds.d.ts","sourceRoot":"","sources":["../src/kinds.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAqkBzD;;;;;GAKG;AACH,wBAAgB,uBAAuB,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,CAErE;AAED;;;;;GAKG;AACH,eAAO,MAAM,YAAY,GAAI,OAAO,YAAY,EAAE,kBAAkB,gBAAgB,SAUnF,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubernetes-fluent-client",
3
- "version": "3.4.2",
3
+ "version": "3.4.5",
4
4
  "description": "A @kubernetes/client-node fluent API wrapper that leverages K8s Server Side Apply.",
5
5
  "bin": "./dist/cli.js",
6
6
  "main": "dist/index.js",
@@ -54,13 +54,13 @@
54
54
  "http-status-codes": "2.3.0",
55
55
  "node-fetch": "2.7.0",
56
56
  "quicktype-core": "23.0.171",
57
- "type-fest": "4.35.0",
58
- "undici": "7.3.0",
57
+ "type-fest": "4.37.0",
58
+ "undici": "7.5.0",
59
59
  "yargs": "17.7.2"
60
60
  },
61
61
  "devDependencies": {
62
- "@commitlint/cli": "19.7.1",
63
- "@commitlint/config-conventional": "19.7.1",
62
+ "@commitlint/cli": "19.8.0",
63
+ "@commitlint/config-conventional": "19.8.0",
64
64
  "@eslint/eslintrc": "^3.1.0",
65
65
  "@eslint/js": "^9.14.0",
66
66
  "@jest/globals": "29.7.0",
@@ -68,17 +68,17 @@
68
68
  "@types/readable-stream": "4.0.18",
69
69
  "@types/urijs": "^1.19.25",
70
70
  "@types/yargs": "17.0.33",
71
- "@typescript-eslint/eslint-plugin": "8.24.1",
72
- "@typescript-eslint/parser": "8.24.1",
73
- "eslint-plugin-jsdoc": "50.6.3",
71
+ "@typescript-eslint/eslint-plugin": "8.26.1",
72
+ "@typescript-eslint/parser": "8.26.1",
73
+ "eslint-plugin-jsdoc": "50.6.6",
74
74
  "globals": "^16.0.0",
75
75
  "husky": "^9.1.6",
76
76
  "jest": "29.7.0",
77
77
  "lint-staged": "^15.2.10",
78
- "prettier": "3.5.1",
78
+ "prettier": "3.5.3",
79
79
  "semantic-release": "24.2.3",
80
- "ts-jest": "29.2.5",
81
- "typescript": "5.7.3"
80
+ "ts-jest": "29.2.6",
81
+ "typescript": "5.8.2"
82
82
  },
83
83
  "overrides": {
84
84
  "semantic-release@24.2.0": {