@rpcbase/server 0.395.0 → 0.396.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.395.0",
3
+ "version": "0.396.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "scripts": {
package/src/initServer.ts CHANGED
@@ -4,7 +4,7 @@ import session, { SessionOptions } from "express-session"
4
4
  import {RedisStore} from "connect-redis"
5
5
  import {createClient} from "redis"
6
6
  import requestIp from "request-ip"
7
- import Sentry from "@sentry/node"
7
+ import * as Sentry from "@sentry/node"
8
8
 
9
9
  // dotenv setup, merge process env with vite process.env file
10
10
  process.env = {