integration-fix
Some checks failed
CI/CD / test (push) Failing after 6s
CI/CD / deploy (push) Failing after 34s

This commit is contained in:
2024-04-08 10:51:11 +03:00
4 changed files with 23 additions and 215 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "discours-editing-server",
"version": "1.0.3",
"version": "1.0.4",
"description": "discours.io webrtc p2p network helping crdt-server",
"main": "index.mjs",
"type": "module",
@@ -15,6 +15,7 @@
"license": "MIT",
"dependencies": {
"@authorizerdev/authorizer-js": "^2.0.0",
"@hocuspocus/server": "^2.11.2"
"@hocuspocus/server": "^2.11.2",
"@sentry/node": "^6.14.0"
}
}