@webkrafters/react-observable-context 4.0.0-alpha.5 → 4.0.0-alpha.6s

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 +11 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
- <p align="center">
2
- <img alt="Eagle Eye" height="320px" src="eagle-eye.png" width="640px" />
3
- </p>
4
1
  <p align="center">
2
+ <a href="https://typescriptlang.org">
3
+ <img alt="TypeScript" src="https://badgen.net/badge/icon/typescript?icon=typescript&label">
4
+ </a>
5
5
  <a href="#">
6
6
  <img alt="GitHub pull request check contexts" src="https://img.shields.io/github/status/contexts/pulls/webKrafters/react-observable-context/0">
7
7
  </a>
@@ -16,11 +16,17 @@
16
16
  <img alt="npm bundle size (scoped)" src="https://img.shields.io/bundlephobia/minzip/@webkrafters/react-observable-context">
17
17
  <img alt="GitHub package.json version" src="https://img.shields.io/github/package-json/v/webKrafters/react-observable-context">
18
18
  </p>
19
- <br /><br />
19
+ <p align="center">
20
+ <img alt="Eagle Eye" height="320px" src="eagle-eye.png" width="640px" />
21
+ </p>
22
+
23
+ <br />
24
+
25
+ <br />
26
+
20
27
  <p>This version is currently under test. Please continue to use our latest stable release at: 3.0.0.</p>
21
28
  <p>npm install --save @webkrafters/react-observable-context@3.0.0</p>
22
29
  <p>Thank you!</p>
23
- <br />
24
30
 
25
31
  <br />
26
32
 
package/package.json CHANGED
@@ -119,5 +119,5 @@
119
119
  "test:watch": "eslint --fix && jest --updateSnapshot --watchAll"
120
120
  },
121
121
  "types": "dist/main/index.d.ts",
122
- "version": "4.0.0-alpha.5"
122
+ "version": "4.0.0-alpha.6s"
123
123
  }