@kubb/plugin-swr 4.31.2 → 4.31.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/LICENSE +10 -17
- package/package.json +7 -7
package/LICENSE
CHANGED
|
@@ -1,21 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
Copyright (c) 2026 Stijn Van Hulle
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
This repository contains software under two licenses:
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
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:
|
|
5
|
+
1. Most of the code in this repository is licensed under the
|
|
6
|
+
MIT License — see licenses/LICENSE-MIT for the full license text.
|
|
11
7
|
|
|
12
|
-
The
|
|
13
|
-
|
|
8
|
+
2. The following components are licensed under the
|
|
9
|
+
GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later)
|
|
10
|
+
— see licenses/LICENSE-AGPL-3.0 for the full license text:
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
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.
|
|
12
|
+
- packages/agent (published as @kubb/agent)
|
|
13
|
+
|
|
14
|
+
Each package's own LICENSE file or package.json specifies its applicable license.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/plugin-swr",
|
|
3
|
-
"version": "4.31.
|
|
3
|
+
"version": "4.31.4",
|
|
4
4
|
"description": "SWR hooks generator plugin for Kubb, creating type-safe data fetching hooks from OpenAPI specifications for React and Next.js applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"swr",
|
|
@@ -76,12 +76,12 @@
|
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"@kubb/react-fabric": "0.13.3",
|
|
78
78
|
"remeda": "^2.33.6",
|
|
79
|
-
"@kubb/core": "4.31.
|
|
80
|
-
"@kubb/oas": "4.31.
|
|
81
|
-
"@kubb/plugin-client": "4.31.
|
|
82
|
-
"@kubb/plugin-oas": "4.31.
|
|
83
|
-
"@kubb/plugin-ts": "4.31.
|
|
84
|
-
"@kubb/plugin-zod": "4.31.
|
|
79
|
+
"@kubb/core": "4.31.4",
|
|
80
|
+
"@kubb/oas": "4.31.4",
|
|
81
|
+
"@kubb/plugin-client": "4.31.4",
|
|
82
|
+
"@kubb/plugin-oas": "4.31.4",
|
|
83
|
+
"@kubb/plugin-ts": "4.31.4",
|
|
84
|
+
"@kubb/plugin-zod": "4.31.4"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
87
|
"@kubb/react-fabric": "0.13.3"
|