@hey-api/codegen-core 0.0.0-next-20260711024907 → 0.0.0-next-20260716103104
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 +2 -2
- /package/{LICENSE.md → LICENSE} +0 -0
package/README.md
CHANGED
|
@@ -139,6 +139,6 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
|
|
|
139
139
|
|
|
140
140
|
## License
|
|
141
141
|
|
|
142
|
-
Released under the [MIT License](https://github.com/hey-api/hey-api/blob/main/LICENSE
|
|
142
|
+
Released under the [MIT License](https://github.com/hey-api/hey-api/blob/main/LICENSE).
|
|
143
143
|
|
|
144
144
|
<!-- template-license-end -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hey-api/codegen-core",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20260716103104",
|
|
4
4
|
"description": "🧱 TypeScript framework for generating files.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"codegen",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"funding": "https://github.com/sponsors/hey-api",
|
|
28
28
|
"files": [
|
|
29
29
|
"dist",
|
|
30
|
-
"LICENSE
|
|
30
|
+
"LICENSE",
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"type": "module",
|
/package/{LICENSE.md → LICENSE}
RENAMED
|
File without changes
|