mealie-typescript 1.0.5 → 1.0.6

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  TypeScript/JavaScript client for the [Mealie](https://mealie.io) API.
4
4
 
5
+ WARNING: This auto regenerates everday at midnight. It is recommended that you pin your app to a specific version of this package to keep it from breaking when a change to the mealie api is introduced.
6
+
7
+ The current api specification is taken from: https://demo.mealie.io/openapi.json
8
+
5
9
  ## Installation
6
10
 
7
11
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mealie-typescript",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "OpenAPI client for mealie-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {