synapse-storage 3.0.13 → 3.0.14
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 +12 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -78,19 +78,19 @@ npm install synapse-storage rxjs react react-dom
|
|
|
78
78
|
|
|
79
79
|
## 📚 Documentation
|
|
80
80
|
|
|
81
|
-
- [📖 Main](./
|
|
82
|
-
- [🚀 Basic Usage](./docs/
|
|
83
|
-
- [🧮 Redux-style Computed Selectors](./docs/
|
|
84
|
-
- [⚙️ Middlewares](./docs/
|
|
85
|
-
- [🌐 API Client](./docs/
|
|
81
|
+
- [📖 Main](./README.md)
|
|
82
|
+
- [🚀 Basic Usage](./docs/en/basic-usage.md)
|
|
83
|
+
- [🧮 Redux-style Computed Selectors](./docs/en/redux-selectors.md)
|
|
84
|
+
- [⚙️ Middlewares](./docs/en/middlewares.md)
|
|
85
|
+
- [🌐 API Client](./docs/en/api-client.md)
|
|
86
86
|
- ⚡ Reactive Approach
|
|
87
|
-
- [⚡ Creating Dispatcher](./docs/
|
|
88
|
-
- [⚡ Creating Effects](./docs/
|
|
89
|
-
- [⚡ Creating Effects Module](./docs/
|
|
90
|
-
- [🛠️ createSynapse Utility](./docs/
|
|
91
|
-
- [🔌 Creating Custom Plugins](./docs/
|
|
92
|
-
- [⚙️ Creating Custom Middlewares](./docs/
|
|
93
|
-
- [📋 Additional](./docs/
|
|
87
|
+
- [⚡ Creating Dispatcher](./docs/en/create-dispatcher.md)
|
|
88
|
+
- [⚡ Creating Effects](./docs/en/create-effects.md)
|
|
89
|
+
- [⚡ Creating Effects Module](./docs/en/create-effects-module.md)
|
|
90
|
+
- [🛠️ createSynapse Utility](./docs/en/create-synapse.md)
|
|
91
|
+
- [🔌 Creating Custom Plugins](./docs/en/custom-plugins.md)
|
|
92
|
+
- [⚙️ Creating Custom Middlewares](./docs/en/custom-middlewares.md)
|
|
93
|
+
- [📋 Additional](./docs/en/additional.md)
|
|
94
94
|
|
|
95
95
|
## 🎯 Examples
|
|
96
96
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "synapse-storage",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.14",
|
|
4
4
|
"description": "Набор инструментов для управления состоянием и апи-запросами",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"esm-only"
|
|
24
24
|
],
|
|
25
25
|
"author": "Vlad Firsov",
|
|
26
|
-
"homepage": "https://
|
|
26
|
+
"homepage": "https://synapse-homepage.web.app/",
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|
|
29
29
|
"url": "https://github.com/Vlad92msk/synapse"
|