@hey-api/codegen-core 0.0.0-next-20260711024907 → 0.0.0-next-20260716105109
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 -9
- package/package.json +2 -2
- /package/{LICENSE.md → LICENSE} +0 -0
package/README.md
CHANGED
|
@@ -114,14 +114,6 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
|
|
|
114
114
|
</picture>
|
|
115
115
|
</a>
|
|
116
116
|
</td>
|
|
117
|
-
<td align="center" width="33.333%">
|
|
118
|
-
<a href="https://kutt.to/KkqSaw" target="_blank">
|
|
119
|
-
<picture height="34px">
|
|
120
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://heyapi.dev/assets/cella/logo-light.svg">
|
|
121
|
-
<img alt="Cella logo" height="34px" src="https://heyapi.dev/assets/cella/logo-dark.svg">
|
|
122
|
-
</picture>
|
|
123
|
-
</a>
|
|
124
|
-
</td>
|
|
125
117
|
<td align="center" width="33.333%">
|
|
126
118
|
<a href="https://kutt.to/HW4GYR" target="_blank">
|
|
127
119
|
<picture height="34px">
|
|
@@ -139,6 +131,6 @@ Partners behind the future of API tooling. [Become a sponsor](https://github.com
|
|
|
139
131
|
|
|
140
132
|
## License
|
|
141
133
|
|
|
142
|
-
Released under the [MIT License](https://github.com/hey-api/hey-api/blob/main/LICENSE
|
|
134
|
+
Released under the [MIT License](https://github.com/hey-api/hey-api/blob/main/LICENSE).
|
|
143
135
|
|
|
144
136
|
<!-- 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-20260716105109",
|
|
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
|