@kubb/core 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/README.md +11 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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/README.md
CHANGED
|
@@ -57,7 +57,7 @@ See the [documentation](https://kubb.dev) for detailed usage and advanced featur
|
|
|
57
57
|
|
|
58
58
|
## Supporting Kubb
|
|
59
59
|
|
|
60
|
-
Kubb
|
|
60
|
+
Kubb is an open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider:
|
|
61
61
|
|
|
62
62
|
- [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle)
|
|
63
63
|
|
|
@@ -157,6 +157,16 @@ Kubb uses an MIT-licensed open source project with its ongoing development made
|
|
|
157
157
|
|
|
158
158
|
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
|
159
159
|
|
|
160
|
+
## License
|
|
161
|
+
|
|
162
|
+
Most of this repository is licensed under the [MIT License](./licenses/LICENSE-MIT), Copyright © 2025 [Stijn Van Hulle](https://stijnvanhulle.be). Some components are licensed
|
|
163
|
+
under AGPL-3.0-or-later.
|
|
164
|
+
|
|
165
|
+
- **Most packages** — [MIT](./licenses/LICENSE-MIT)
|
|
166
|
+
- **`@kubb/agent`** — [AGPL-3.0-or-later](./licenses/LICENSE-AGPL-3.0)
|
|
167
|
+
|
|
168
|
+
See [LICENSE](./LICENSE) for details.
|
|
169
|
+
|
|
160
170
|
## Star History
|
|
161
171
|
|
|
162
172
|
<a href="https://star-history.com/#kubb-labs/kubb&Date">
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED