We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1356e commit c0ba0e7Copy full SHA for c0ba0e7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [2.0.2](https://github.com/foca-js/foca-openapi/compare/2.0.1...2.0.2) (2025-01-01)
4
+
5
6
+### Bug Fixes
7
8
+* 未正确区分esm和cjs ([9e1356e](https://github.com/foca-js/foca-openapi/commit/9e1356e695ba4af495519722b43e3dc186978e6d))
9
10
## [2.0.1](https://github.com/foca-js/foca-openapi/compare/2.0.0...2.0.1) (2025-01-01)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "2.0.1",
+ "version": "2.0.2",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments