@webkrafters/react-observable-context 4.0.0-rc.2 → 4.0.0-rc.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -365,7 +365,7 @@ const Provider = ({ c = initialState.c }) => {
365
365
  storage={ storage }
366
366
  value={ state }
367
367
  >
368
- <Client />
368
+ <Ui />
369
369
  </ObservableContext.Provider>
370
370
  );
371
371
  };
package/package.json CHANGED
@@ -129,5 +129,5 @@
129
129
  "test:watch": "eslint --fix && jest --updateSnapshot --watchAll"
130
130
  },
131
131
  "types": "dist/main/index.d.ts",
132
- "version": "4.0.0-rc.2"
132
+ "version": "4.0.0-rc.3"
133
133
  }