catch missed additions for db separation, add in tokenizers

This commit is contained in:
jmosrael@gmail.com
2024-05-16 14:48:29 -07:00
parent 5f580e172c
commit 8fa06736b4
6 changed files with 142 additions and 7 deletions

View File

@@ -13,7 +13,8 @@
"body-parser": "^1.20.2",
"express": "^4.18.3",
"sequelize": "^6.37.1",
"sqlite3": "^5.1.7"
"sqlite3": "^5.1.7",
"tokenizr": "^1.7.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
@@ -3706,6 +3707,11 @@
"node": ">=0.6"
}
},
"node_modules/tokenizr": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/tokenizr/-/tokenizr-1.7.0.tgz",
"integrity": "sha512-XHJRmcTZRK4xr9Rjci/Z5JerDwV4SOczO7G/hhrIddNLDJY9hZY7pX6vC7GvDUtlfjFb0BvBblE5JAVKbB2OEQ=="
},
"node_modules/toposort-class": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/toposort-class/-/toposort-class-1.0.1.tgz",