pocket-state 0.1.5 → 0.1.7
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 +1 -3
- package/package.json +10 -1
package/README.md
CHANGED
|
@@ -226,6 +226,4 @@ Generates a custom hook for your store.
|
|
|
226
226
|
|
|
227
227
|
MIT — use it however you like.
|
|
228
228
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
pocket-state, state-management, react, react-native, typescript, hooks, store
|
|
229
|
+
keywords: pocket-state, state-management, react, react-native, typescript, hooks, store
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pocket-state",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "tiny global store",
|
|
5
5
|
"main": "src/index",
|
|
6
6
|
"codegenConfig": {
|
|
@@ -8,6 +8,15 @@
|
|
|
8
8
|
"type": "modules",
|
|
9
9
|
"jsSrcsDir": "src"
|
|
10
10
|
},
|
|
11
|
+
"keywords": [
|
|
12
|
+
"zustand-alternative",
|
|
13
|
+
"hooks",
|
|
14
|
+
"typescript",
|
|
15
|
+
"state-management",
|
|
16
|
+
"store",
|
|
17
|
+
"lightweight",
|
|
18
|
+
"react"
|
|
19
|
+
],
|
|
11
20
|
"author": " <@kayda69> (nhh.tcp@gmail.com)",
|
|
12
21
|
"license": "MIT",
|
|
13
22
|
"homepage": "https://github.com/hiepkay/pocket-state",
|