@terreno/api 0.0.3 → 0.0.4

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,9 +5,9 @@ Most REST APIs wind up being a lot of boilerplate, so this tries to cut that dow
5
5
  into a full blown framework of its own. This library is inspired by the
6
6
  [Django-REST-Framework](https://www.django-rest-framework.org).
7
7
 
8
- ### Coming soon:
9
-
10
- A frontend library to consume these APIs with Redux Toolkit Query.
8
+ These APIs integrate with @terreno/rtk to create consistent types on the frontend
9
+ and backend, and automatically generated React hooks to fetch, query, and modify
10
+ model instances.
11
11
 
12
12
  ## Getting started
13
13
 
package/package.json CHANGED
@@ -84,5 +84,5 @@
84
84
  "updateSnapshot": "bun test --update-snapshots"
85
85
  },
86
86
  "types": "dist/index.d.ts",
87
- "version": "0.0.3"
87
+ "version": "0.0.4"
88
88
  }