@kubernetesjs/react 0.7.3 → 0.7.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/package.json +3 -3
package/README.md
CHANGED
|
@@ -272,7 +272,7 @@ Access the underlying KubernetesClient instance and configuration.
|
|
|
272
272
|
|
|
273
273
|
## Credits
|
|
274
274
|
|
|
275
|
-
🛠 Built by
|
|
275
|
+
🛠 Built by [Interweb](https://interweb.co) — if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
|
|
276
276
|
|
|
277
277
|
## Disclaimer
|
|
278
278
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubernetesjs/react",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.4",
|
|
4
4
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
5
5
|
"description": "Fully Typed Kubernetes React Hooks",
|
|
6
6
|
"keywords": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@tanstack/react-query": "5.79.2",
|
|
54
|
-
"kubernetesjs": "^0.7.
|
|
54
|
+
"kubernetesjs": "^0.7.3",
|
|
55
55
|
"react": "^18.2.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"@tanstack/react-query": "5.79.2",
|
|
64
64
|
"react": "^18.2.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "268ff7d5272ef5abc02b3529829cca6cd7031428"
|
|
67
67
|
}
|