update bootstrapper and startup flow

This commit is contained in:
Matt Hill
2021-06-16 18:02:06 -06:00
committed by Aiden McClelland
parent f364202ae9
commit 12c44565ff
12 changed files with 114 additions and 84 deletions

34
ui/package-lock.json generated
View File

@@ -27,7 +27,7 @@
"json-pointer": "^0.6.1",
"jsonpointerx": "^1.0.30",
"marked": "^2.0.0",
"patch-db-client": "file: ../../../../patch-db-client",
"patch-db-client": "file: ../../../../patch-db/client",
"rxjs": "^6.6.0",
"uuid": "^8.3.0",
"zone.js": "^0.11.2"
@@ -50,7 +50,23 @@
"typescript": "4.1.5"
}
},
"../../patch-db-client": {},
"../../patch-db/client": {
"name": "patch-db",
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"rxjs": "^6.6.3",
"sorted-btree": "^1.5.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^15.0.0",
"@types/uuid": "^8.3.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.0",
"typescript": "4.1.5"
}
},
"node_modules/@angular-devkit/architect": {
"version": "0.1102.14",
"dev": true,
@@ -9816,7 +9832,7 @@
}
},
"node_modules/patch-db-client": {
"resolved": "../../patch-db-client",
"resolved": "../../patch-db/client",
"link": true
},
"node_modules/path-browserify": {
@@ -22163,7 +22179,17 @@
"dev": true
},
"patch-db-client": {
"version": "file:../../patch-db-client"
"version": "file:../../patch-db/client",
"requires": {
"@types/node": "^15.0.0",
"@types/uuid": "^8.3.0",
"rxjs": "^6.6.3",
"sorted-btree": "^1.5.0",
"ts-node": "^9.1.1",
"tslint": "^6.1.0",
"typescript": "4.1.5",
"uuid": "^8.3.2"
}
},
"path-browserify": {
"version": "0.0.1",