@next-k8s/client 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.11](https://github.com/mathiscode/next-k8s/compare/@next-k8s/client@1.0.10...@next-k8s/client@1.0.11) (2022-07-30)
7
+
8
+ **Note:** Version bump only for package @next-k8s/client
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.0.10](https://github.com/mathiscode/next-k8s-boilerplate/compare/@next-k8s/client@1.0.9...@next-k8s/client@1.0.10) (2022-07-07)
7
15
 
8
16
  **Note:** Version bump only for package @next-k8s/client
package/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ # MIT License
2
+
3
+ Copyright (c) 2022 Jay Mathis <code@mathis.network>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-k8s/client",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "scripts": {
5
5
  "dev": "next dev",
6
6
  "build": "next build",
@@ -11,6 +11,7 @@
11
11
  "access": "public"
12
12
  },
13
13
  "dependencies": {
14
+ "@next-k8s/common": "^0.1.36",
14
15
  "bootstrap": "^5.1.3",
15
16
  "next": "12.1.6",
16
17
  "react": "18.1.0",
@@ -27,5 +28,5 @@
27
28
  "sass": "^1.52.3",
28
29
  "typescript": "4.7.3"
29
30
  },
30
- "gitHead": "c632d1f1265d73b618903052426fee9dbb0db02d"
31
+ "gitHead": "b2b69ab41a506a1496d8fa6aa5c2e150504bdde2"
31
32
  }