rxdb-server 17.0.0-beta.21 → 17.0.0-beta.23

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rxdb-server",
3
- "version": "17.0.0-beta.21",
3
+ "version": "17.0.0-beta.23",
4
4
  "description": "RxDB Server Plugin",
5
5
  "license": "SSPL",
6
6
  "author": "pubkey",
@@ -103,7 +103,7 @@
103
103
  "@babel/plugin-transform-template-literals": "7.27.1",
104
104
  "@babel/plugin-transform-typescript": "7.28.6",
105
105
  "@babel/polyfill": "7.12.1",
106
- "@babel/preset-env": "7.29.0",
106
+ "@babel/preset-env": "7.29.2",
107
107
  "@babel/preset-typescript": "7.28.5",
108
108
  "@babel/types": "7.29.0",
109
109
  "@faker-js/faker": "10.3.0",
@@ -131,14 +131,14 @@
131
131
  "minify-all-js": "0.1.9",
132
132
  "mocha": "11.7.5",
133
133
  "rimraf": "6.1.3",
134
- "rxdb": "17.0.0-beta.21",
134
+ "rxdb": "17.0.0-beta.23",
135
135
  "rxjs": "7.8.2",
136
136
  "ts-loader": "9.5.4",
137
137
  "ts-node": "10.9.2",
138
138
  "typescript": "5.9.3",
139
139
  "webpack": "5.105.4",
140
140
  "webpack-bundle-analyzer": "5.2.0",
141
- "webpack-cli": "7.0.0",
141
+ "webpack-cli": "7.0.2",
142
142
  "webpack-dev-server": "5.2.3"
143
143
  }
144
144
  }