autosuspense 0.1.4 → 0.1.5

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # AutoSupense
1
+ # AutoSupense Beta
2
2
  AutoSuspense is a small React utility that automatically builds and composes
3
3
  Suspense fallback UI based on your component tree without manually wiring
4
4
  nested fallback components.
5
5
 
6
- ## How to use?:
6
+ ## How to use:
7
7
  1. Install this library
8
8
  ```npm i autosuspense```
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autosuspense",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Automatic suspense wiring block for React.",
5
5
  "license": "ISC",
6
6
  "type": "commonjs",