rxdb-server 15.24.0 → 15.26.0

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import type { RxServerAdapter } from '../server/types';
3
2
  import type { Express } from 'express';
4
3
  import { Request, Response } from 'express';
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import type { FilledMangoQuery, RxDatabase, RxReplicationWriteToMasterRow, MaybePromise, RxCollection } from 'rxdb/plugins/core';
3
2
  import { IncomingHttpHeaders } from 'http';
4
3
  export type RxServerOptions<ServerAppType, AuthType> = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rxdb-server",
3
- "version": "15.24.0",
3
+ "version": "15.26.0",
4
4
  "description": "RxDB Server Plugin",
5
5
  "license": "SSPL",
6
6
  "author": "pubkey",
@@ -106,8 +106,8 @@
106
106
  "@babel/preset-typescript": "7.24.7",
107
107
  "@babel/types": "7.24.7",
108
108
  "@faker-js/faker": "8.4.1",
109
- "@types/mocha": "10.0.6",
110
- "@types/node": "20.14.2",
109
+ "@types/mocha": "10.0.7",
110
+ "@types/node": "20.14.9",
111
111
  "@types/sqlite3": "3.1.11",
112
112
  "@types/websql": "0.0.30",
113
113
  "babel-loader": "9.1.3",
@@ -129,15 +129,15 @@
129
129
  "karma-webpack": "5.0.1",
130
130
  "mini-css-extract-plugin": "2.9.0",
131
131
  "minify-all-js": "0.1.9",
132
- "mocha": "10.4.0",
132
+ "mocha": "10.5.2",
133
133
  "rimraf": "5.0.7",
134
- "rxdb": "15.24.0",
134
+ "rxdb": "15.26.0",
135
135
  "rxjs": "7.8.1",
136
136
  "ts-loader": "9.5.1",
137
137
  "ts-mocha": "10.0.0",
138
138
  "ts-node": "10.9.2",
139
- "typescript": "5.4.5",
140
- "webpack": "5.91.0",
139
+ "typescript": "5.5.2",
140
+ "webpack": "5.92.1",
141
141
  "webpack-bundle-analyzer": "4.10.2",
142
142
  "webpack-cli": "5.1.4",
143
143
  "webpack-dev-server": "5.0.4"