rxdb-server 16.0.0-beta.9 → 16.1.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.
- package/package.json +9 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rxdb-server",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.1.0",
|
|
4
4
|
"description": "RxDB Server Plugin",
|
|
5
5
|
"license": "SSPL",
|
|
6
6
|
"author": "pubkey",
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
"@types/express": "5.0.0",
|
|
82
82
|
"array-push-at-sort-position": "4.0.1",
|
|
83
83
|
"async-test-util": "2.5.0",
|
|
84
|
+
"cors": "2.8.5",
|
|
84
85
|
"eth-crypto": "2.7.0",
|
|
85
86
|
"eventsource": "2.0.2",
|
|
86
87
|
"percom": "1.1.3",
|
|
@@ -107,12 +108,12 @@
|
|
|
107
108
|
"@babel/types": "7.26.3",
|
|
108
109
|
"@faker-js/faker": "9.3.0",
|
|
109
110
|
"@types/mocha": "10.0.10",
|
|
110
|
-
"@types/node": "22.10.
|
|
111
|
+
"@types/node": "22.10.5",
|
|
111
112
|
"@types/sqlite3": "3.1.11",
|
|
112
113
|
"@types/websql": "0.0.30",
|
|
113
114
|
"babel-loader": "9.2.1",
|
|
114
115
|
"babel-plugin-transform-class-properties": "6.24.1",
|
|
115
|
-
"concurrently": "9.1.
|
|
116
|
+
"concurrently": "9.1.2",
|
|
116
117
|
"cross-env": "7.0.3",
|
|
117
118
|
"detect-browser": "5.3.0",
|
|
118
119
|
"express": "4.21.2",
|
|
@@ -131,15 +132,15 @@
|
|
|
131
132
|
"minify-all-js": "0.1.9",
|
|
132
133
|
"mocha": "10.8.2",
|
|
133
134
|
"rimraf": "6.0.1",
|
|
134
|
-
"rxdb": "16.
|
|
135
|
+
"rxdb": "16.1.0",
|
|
135
136
|
"rxjs": "7.8.1",
|
|
136
137
|
"ts-loader": "9.5.1",
|
|
137
138
|
"ts-mocha": "10.0.0",
|
|
138
139
|
"ts-node": "10.9.2",
|
|
139
|
-
"typescript": "5.7.
|
|
140
|
-
"webpack": "5.
|
|
140
|
+
"typescript": "5.7.3",
|
|
141
|
+
"webpack": "5.97.1",
|
|
141
142
|
"webpack-bundle-analyzer": "4.10.2",
|
|
142
|
-
"webpack-cli": "
|
|
143
|
-
"webpack-dev-server": "5.
|
|
143
|
+
"webpack-cli": "6.0.1",
|
|
144
|
+
"webpack-dev-server": "5.2.0"
|
|
144
145
|
}
|
|
145
146
|
}
|