"@angular/compiler": "~8.2.9",
"@angular/core": "~8.2.9",
"@angular/forms": "~8.2.9",
- "@angular/http": "^7.2.15",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "~8.2.9",
"@angular/platform-browser-dynamic": "~8.2.9",
"@angular/router": "~8.2.9",
"@ng-bootstrap/ng-bootstrap": "^5.1.1",
- "angular-animations": "0.0.10",
"angular-datatables": "^9.0.2",
"angular-font-awesome": "^3.1.2",
- "angular-material-expansion-panel": "^0.7.2",
"backbone": "^1.4.0",
"bootstrap": "^4.3.1",
"dagre": "^0.8.5",
"express": "4.17.3"
},
"dependencies": {
+ "@grpc/grpc-js": "^1.7.0",
"@grpc/proto-loader": "^0.5.1",
"@loopback/boot": "^1.0.8",
"@loopback/context": "^1.16.0",
"filereader": "^0.10.3",
"form-data": "^2.3.3",
"formidable": "^1.2.1",
- "fs": "0.0.1-security",
- "@grpc/grpc-js": "^1.7.0",
"jszip": "^3.2.1",
"loopback-connector-rest": "^3.4.1",
"multer": "^1.4.1",
"@types/multer": "^1.3.7",
"@types/multiparty": "0.0.32",
"@types/node": "^17.0.45",
- "@types/request": "^2.48.1"
+ "@types/request": "^2.48.1",
+ "typescript": "^6.0.2"
}
}
~ limitations under the License.
*/
import * as fs from 'fs';
-import * as uuidv1 from 'uuid/v1';
+import uuidv1 = require('uuid/v1');
const grpc = require('@grpc/grpc-js');
import * as protoLoader from '@grpc/proto-loader';
import { processorApiConfig } from '../config/app-config';
}
export const bluePrintManagementServiceGrpcClient = new BluePrintManagementServiceGrpcClient();
-
"**/*.d.ts"
],
"compilerOptions": {
- "experimentalDecorators": true
+ "experimentalDecorators": true,
+ "ignoreDeprecations": "6.0"
}
}