Remove outdated documentation files for companies and migration guide; implement server session management features including server assignment and session status updates; enhance database schema for servers and server sessions with new fields and validation; add auto-assign functionality for unassigned sessions.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "strem.graff.tech-session-server",
|
||||
"version": "1.0.50",
|
||||
"module": "src/index.js",
|
||||
"devDependencies": {
|
||||
"bun-types": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"dev": "bun run --watch src/index.ts",
|
||||
"build": "bun bun.build.ts",
|
||||
"start": "bun ./dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"got": "^14.4.9"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user