openapi-sdkgen 2.0.0 → 3.0.0
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 +1 -1
- package/NOTICE +1 -1
- package/README.md +1 -1
- package/bin/darwin-amd64/openapi-sdkgen +0 -0
- package/bin/darwin-arm64/openapi-sdkgen +0 -0
- package/bin/linux-amd64/openapi-sdkgen +0 -0
- package/bin/linux-arm64/openapi-sdkgen +0 -0
- package/bin/windows-amd64/openapi-sdkgen.exe +0 -0
- package/bin/windows-arm64/openapi-sdkgen.exe +0 -0
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@ Apache License
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright 2026
|
|
189
|
+
Copyright 2026 Jinyong Park
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/NOTICE
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
openapi-sdkgen
|
|
2
|
-
Copyright 2026
|
|
2
|
+
Copyright 2026 Jinyong Park
|
package/README.md
CHANGED
|
@@ -14,4 +14,4 @@ The package contains precompiled executables for macOS, Linux, and Windows on
|
|
|
14
14
|
arm64 and x64. Go is not required by consumers.
|
|
15
15
|
|
|
16
16
|
For command reference and generated SDK usage, see the
|
|
17
|
-
[project documentation](https://
|
|
17
|
+
[project documentation](https://jinyongp.github.io/openapi-sdkgen/).
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openapi-sdkgen",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Generate application SDK source from OpenAPI documents.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
|
19
|
-
"url": "git+https://github.com/
|
|
19
|
+
"url": "git+https://github.com/jinyongp/openapi-sdkgen.git"
|
|
20
20
|
},
|
|
21
21
|
"bugs": {
|
|
22
|
-
"url": "https://github.com/
|
|
22
|
+
"url": "https://github.com/jinyongp/openapi-sdkgen/issues"
|
|
23
23
|
},
|
|
24
|
-
"homepage": "https://
|
|
24
|
+
"homepage": "https://jinyongp.github.io/openapi-sdkgen/",
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|
|
27
27
|
}
|