@pescheckit/pescheck-client 0.0.5 → 0.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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # @pescheckit/pescheck-client@0.0.5
1
+ > **Official Pescheck API client** - part of the [pescheck-clients](https://github.com/pescheckit/pescheck-clients) SDKs.
2
+
3
+ # @pescheckit/pescheck-client@0.1.0
2
4
 
3
5
  A TypeScript SDK client for the api.pescheck.io API.
4
6
 
@@ -157,7 +159,7 @@ and is automatically generated by the
157
159
  [OpenAPI Generator](https://openapi-generator.tech) project:
158
160
 
159
161
  - API version: `2.0.0`
160
- - Package version: `0.0.5`
162
+ - Package version: `0.1.0`
161
163
  - Generator version: `7.23.0`
162
164
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
163
165
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pescheckit/pescheck-client",
3
- "version": "0.0.5",
3
+ "version": "0.1.0",
4
4
  "description": "OpenAPI client for @pescheckit/pescheck-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {