@team-supercharge/oasg 13.2.0-feature-python-fastapi-455451cf.0 → 13.2.0-feature-python-fastapi-60ed9d6b.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
@@ -674,6 +674,7 @@ Publishing the PyPI packages is done with Twine. For authentication againts the
674
674
  | packageName | Package nem for the project (convention: snake_case) | Y | - |
675
675
  | repositoryUrl | URL of the PyPI repository | Y | - |
676
676
 
677
+ Building the distribution package requires Flit.
677
678
  Publishing the PyPI packages is done with Twine. For authentication againts the PiPI repository you need to set the `TWINE_USERNAME` and `TWINE_PASSWORD` environment variables.
678
679
 
679
680
  #### `contract-testing`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-supercharge/oasg",
3
- "version": "13.2.0-feature-python-fastapi-455451cf.0",
3
+ "version": "13.2.0-feature-python-fastapi-60ed9d6b.0",
4
4
  "description": "Node-based tool to lint OpenAPI documents and generate clients, servers and documentation from them",
5
5
  "author": "Supercharge",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "{{packageName}}"
3
- version = "{{appVersion}}"
3
+ version = "{{packageVersion}}"
4
4
  description = "{{appDescription}}"
5
5
 
6
6
  [build-system]