fix: update JS libs version numbers in entity explorer (#13526)

This commit is contained in:
arunvjn 2022-05-04 19:06:10 +05:30 committed by GitHub
parent ef79f6450d
commit 3c57ac1764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ export const extraLibraries: ExtraLibrary[] = [
// We are removing some functionalities of node-forge because they wont
// work in the worker thread
lib: _.omit(forge, ["tls", "http", "xhr", "socket", "task"]),
version: "0.10.0",
version: "1.3.0",
docsURL: "https://github.com/digitalbazaar/forge",
displayName: "forge",
},