@webkrafters/eagleeye 1.0.0-beta.0 → 1.0.0-beta.1
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.
- package/README.md +10 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -22,10 +22,17 @@
|
|
|
22
22
|
|
|
23
23
|
# Eagle Eye.
|
|
24
24
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
25
|
+
<p>Framework-agnostic native-javasacript change-stream capable immutable state manager.</p>
|
|
26
|
+
<p>It is not logically bound to any section of an application. A single instance may be deployed anywhere within an application as needed.</p>
|
|
27
|
+
<p>It is also not bound by quantity. As many instances as needed may be created and deployed simultaneously anywhere within an application.</p>
|
|
28
|
+
|
|
29
|
+
<br />
|
|
30
|
+
<p><b>Name:</b> Eagle Eye.</p>
|
|
31
|
+
<p>
|
|
32
|
+
<b>Install:</b>
|
|
28
33
|
npm install --save @webkrafters/eagleeye
|
|
34
|
+
</p>
|
|
35
|
+
<br />
|
|
29
36
|
|
|
30
37
|
## Usage:
|
|
31
38
|
### Create (the FP way).
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"alias": "Eagle eye context",
|
|
3
|
-
"author": "Stephen Isienyi <stephen.isienyi@
|
|
3
|
+
"author": "Stephen Isienyi <stephen.isienyi@webkrafters.tech>",
|
|
4
4
|
"bugs": {
|
|
5
5
|
"url": "https://github.com/webKrafters/eagleeye.js/issues"
|
|
6
6
|
},
|
|
7
7
|
"contributors": [
|
|
8
8
|
"steveswork <stephen.isienyi@gmail.com> (https://github.com/steveswork)"
|
|
9
9
|
],
|
|
10
|
-
"description": "Context stream - Observable and Update-friendly immutable
|
|
10
|
+
"description": "Context stream - Provides an Observable and Update-friendly immutable application level state.",
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@babel/cli": "^7.17.0",
|
|
13
13
|
"@babel/core": "^7.20.5",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"test:watch": "eslint --fix && jest --updateSnapshot --watchAll"
|
|
98
98
|
},
|
|
99
99
|
"types": "dist/index.d.ts",
|
|
100
|
-
"version": "1.0.0-beta.
|
|
100
|
+
"version": "1.0.0-beta.1",
|
|
101
101
|
"dependencies": {
|
|
102
102
|
"@webkrafters/auto-immutable": "^2.0.5"
|
|
103
103
|
}
|