openapi-sdkgen 0.2.2 → 1.1.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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # openapi-sdkgen
2
2
 
3
- Generate source-mode TypeScript SDKs from OpenAPI 3.0.x, 3.1.x, and 3.2.x
4
- documents.
3
+ Generate application SDK source from OpenAPI 3.0, 3.1, and 3.2 documents.
4
+ The current release includes the `typescript` target.
5
5
 
6
6
  ```sh
7
7
  pnpm dlx openapi-sdkgen generate \
@@ -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://github.com/connextable/openapi-sdkgen#readme).
17
+ [project documentation](https://connextable.github.io/openapi-sdkgen/).
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "openapi-sdkgen",
3
- "version": "0.2.2",
4
- "description": "Generate TypeScript SDK source from OpenAPI documents.",
3
+ "version": "1.1.0",
4
+ "description": "Generate application SDK source from OpenAPI documents.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "bin": {
@@ -21,7 +21,7 @@
21
21
  "bugs": {
22
22
  "url": "https://github.com/connextable/openapi-sdkgen/issues"
23
23
  },
24
- "homepage": "https://github.com/connextable/openapi-sdkgen#readme",
24
+ "homepage": "https://connextable.github.io/openapi-sdkgen/",
25
25
  "publishConfig": {
26
26
  "access": "public"
27
27
  }