1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-06 19:02:33 +01:00

Inline plugin support

This commit is contained in:
The Arcane Brony 2021-11-11 22:17:21 +01:00
parent 062fe07695
commit ce1e10620c
2 changed files with 5 additions and 3 deletions

2
api/package-lock.json generated
View File

@ -84,6 +84,7 @@
"pg": "^8.7.1", "pg": "^8.7.1",
"proxy-agent": "^5.0.0", "proxy-agent": "^5.0.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.2",
"typeorm": "^0.2.38", "typeorm": "^0.2.38",
"typescript": "^4.4.2", "typescript": "^4.4.2",
"typescript-json-schema": "^0.50.1" "typescript-json-schema": "^0.50.1"
@ -16162,6 +16163,7 @@
"pg": "^8.7.1", "pg": "^8.7.1",
"proxy-agent": "^5.0.0", "proxy-agent": "^5.0.0",
"reflect-metadata": "^0.1.13", "reflect-metadata": "^0.1.13",
"sqlite3": "^5.0.2",
"ts-node": "^10.2.1", "ts-node": "^10.2.1",
"typeorm": "^0.2.38", "typeorm": "^0.2.38",
"typescript": "^4.4.2", "typescript": "^4.4.2",