@rpcbase/server 0.236.0 → 0.237.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.
@@ -60,6 +60,7 @@ const custom_cors = (app) => {
60
60
  credentials: true // IMPORTANT: required to enable set-cookie
61
61
  })
62
62
 
63
+ // TODO: can this be removed ??
63
64
  app.use((req, res, next) => {
64
65
  for (const skip_path of skip_paths) {
65
66
  if (req.url.startsWith(skip_path)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.236.0",
3
+ "version": "0.237.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {