kubernetes-fluent-client 3.5.5 → 3.5.6
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kubernetes-fluent-client",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.6",
|
|
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",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
8
8
|
"engines": {
|
|
9
|
-
"node": ">=
|
|
9
|
+
"node": ">=20.0.0"
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"test:e2e:prep-image": "npm run build && npm pack && npm i kubernetes-fluent-client-0.0.0-development.tgz --no-save",
|
|
45
45
|
"test:e2e:run": "npm run test:e2e:prep-cluster && npm run test:e2e:prep-crds && npm run test:e2e:prep-image && jest e2e --runInBand && npm run test:e2e:cleanup",
|
|
46
46
|
"test:e2e:cleanup": "k3d cluster delete kfc-dev",
|
|
47
|
-
"format:check": "eslint src && prettier . --check",
|
|
48
|
-
"format:fix": "eslint --fix src && prettier . --write",
|
|
47
|
+
"format:check": "eslint src e2e && prettier . --check",
|
|
48
|
+
"format:fix": "eslint --fix src e2e && prettier . --write",
|
|
49
49
|
"prepare": "if [ \"$NODE_ENV\" != 'production' ]; then husky; fi"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
@@ -65,18 +65,18 @@
|
|
|
65
65
|
"@eslint/js": "^9.14.0",
|
|
66
66
|
"@jest/globals": "29.7.0",
|
|
67
67
|
"@types/byline": "4.2.36",
|
|
68
|
-
"@types/readable-stream": "4.0.
|
|
68
|
+
"@types/readable-stream": "4.0.20",
|
|
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.
|
|
71
|
+
"@typescript-eslint/eslint-plugin": "8.33.0",
|
|
72
|
+
"@typescript-eslint/parser": "8.33.0",
|
|
73
73
|
"eslint-plugin-jsdoc": "50.6.17",
|
|
74
74
|
"globals": "^16.0.0",
|
|
75
75
|
"husky": "^9.1.6",
|
|
76
76
|
"jest": "29.7.0",
|
|
77
77
|
"lint-staged": "^16.0.0",
|
|
78
78
|
"prettier": "3.5.3",
|
|
79
|
-
"semantic-release": "24.2.
|
|
79
|
+
"semantic-release": "24.2.5",
|
|
80
80
|
"ts-jest": "29.3.4",
|
|
81
81
|
"typescript": "5.8.3"
|
|
82
82
|
},
|