Added: - 🌐(backend) add german translation - 🌐(frontend) Add German translation - ✨(frontend) Add a broadcast store - ✨(backend) whitelist pod's IP address - ✨(backend) config endpoint - ✨(frontend) config endpoint - ✨(frontend) add sentry - ✨(frontend) add crisp chatbot Changed: - 🚸(backend) improve users similarity search and sort results - ♻️(frontend) simplify stores - ✨(frontend) update $css Box props type to add styled components RuleSet - ✅(CI) trivy continue on error Fixed: - 🔧(backend) fix logging for docker and make it configurable by envar - 🦺(backend) add comma to sub regex - 🐛(editor) collaborative user tag hidden when read only - 🐛(frontend) users have view access when revoked - 🐛(frontend) fix placeholder editable when double clicks
30 lines
669 B
JSON
30 lines
669 B
JSON
{
|
|
"name": "server-y-provider",
|
|
"version": "1.8.0",
|
|
"description": "Y.js provider for docs",
|
|
"repository": "https://github.com/numerique-gouv/impress",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p .",
|
|
"dev": "nodemon --config nodemon.json",
|
|
"start": "node ./dist/server.js",
|
|
"lint": "eslint . --ext .ts"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"@hocuspocus/server": "2.14.0",
|
|
"y-protocols": "1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "*",
|
|
"eslint-config-impress": "*",
|
|
"nodemon": "3.1.7",
|
|
"ts-jest": "29.2.5",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "*"
|
|
}
|
|
}
|