kubernetes-fluent-client 3.4.2 → 3.4.4
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 +1 -1
- package/dist/kinds.d.ts.map +1 -1
- package/package.json +11 -11
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.
|
package/dist/kinds.d.ts.map
CHANGED
|
@@ -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,
|
|
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.
|
|
3
|
+
"version": "3.4.4",
|
|
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.
|
|
58
|
-
"undici": "7.
|
|
57
|
+
"type-fest": "4.37.0",
|
|
58
|
+
"undici": "7.4.0",
|
|
59
59
|
"yargs": "17.7.2"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@commitlint/cli": "19.
|
|
63
|
-
"@commitlint/config-conventional": "19.
|
|
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.
|
|
72
|
-
"@typescript-eslint/parser": "8.
|
|
73
|
-
"eslint-plugin-jsdoc": "50.6.
|
|
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.
|
|
78
|
+
"prettier": "3.5.3",
|
|
79
79
|
"semantic-release": "24.2.3",
|
|
80
|
-
"ts-jest": "29.2.
|
|
81
|
-
"typescript": "5.
|
|
80
|
+
"ts-jest": "29.2.6",
|
|
81
|
+
"typescript": "5.8.2"
|
|
82
82
|
},
|
|
83
83
|
"overrides": {
|
|
84
84
|
"semantic-release@24.2.0": {
|