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.
Files changed (2) hide show
  1. package/README.md +12 -12
  2. 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](./docs/ru/README.md)
82
- - [🚀 Basic Usage](./docs/ru/basic-usage.md)
83
- - [🧮 Redux-style Computed Selectors](./docs/ru/redux-selectors.md)
84
- - [⚙️ Middlewares](./docs/ru/middlewares.md)
85
- - [🌐 API Client](./docs/ru/api-client.md)
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/ru/create-dispatcher.md)
88
- - [⚡ Creating Effects](./docs/ru/create-effects.md)
89
- - [⚡ Creating Effects Module](./docs/ru/create-effects-module.md)
90
- - [🛠️ createSynapse Utility](./docs/ru/create-synapse.md)
91
- - [🔌 Creating Custom Plugins](./docs/ru/custom-plugins.md)
92
- - [⚙️ Creating Custom Middlewares](./docs/ru/custom-middlewares.md)
93
- - [📋 Additional](./docs/ru/additional.md)
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.13",
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://github.com/Vlad92msk/synapse#readme",
26
+ "homepage": "https://synapse-homepage.web.app/",
27
27
  "repository": {
28
28
  "type": "git",
29
29
  "url": "https://github.com/Vlad92msk/synapse"