synapse-storage 3.0.4 → 3.0.5

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 (1) hide show
  1. package/package.json +1 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "synapse-storage",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
4
4
  "description": "Набор инструментов для управления состоянием и апи-запросами",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -122,9 +122,6 @@
122
122
  "optional": true
123
123
  }
124
124
  },
125
- "dependencies": {
126
- "rxjs": "^7.8.2"
127
- },
128
125
  "devDependencies": {
129
126
  "@eslint/js": "^9.27.0",
130
127
  "@humanwhocodes/retry": "^0.4.3",