Skip to content

Commit

Permalink
fix(plugin-odap-hermes): remove extraneous dependencies
Browse files Browse the repository at this point in the history
1. Removed a lot of extraneous dependencies and
2. Changed the license to Apache-2.0 from ISC

Fixes #1641

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Dec 17, 2021
1 parent 94a944d commit 87af023
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
11 changes: 1 addition & 10 deletions packages/cactus-plugin-odap-hermes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"Distributed Ledger Technology"
],
"author": "Tzu-Shen, Wang",
"license": "ISC",
"license": "Apache-2.0",
"devDependencies": {
"@types/crypto-js": "4.0.1",
"@types/express": "4.17.8",
Expand All @@ -73,17 +73,8 @@
"@hyperledger/cactus-test-tooling": "1.0.0-rc.3",
"axios": "0.21.4",
"crypto-js": "4.0.0",
"dockerode": "3.3.0",
"express": "4.17.1",
"joi": "14.3.1",
"openapi-types": "7.0.1",
"prom-client": "13.1.0",
"rxjs": "6.6.7",
"secp256k1": "4.0.2",
"socket.io": "4.1.3",
"socket.io-client": "4.1.3",
"tape": "5.2.2",
"ts-node": "8.9.1",
"typescript-optional": "2.0.1",
"web3": "1.5.2",
"web3-utils": "1.5.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import type { Server } from "http";
import type { Server as SecureServer } from "https";
import { Optional } from "typescript-optional";
import { Express } from "express";
import type { Express } from "express";
import OAS from "../../json/openapi.json";
import {
Secp256k1Keys,
Expand Down
25 changes: 1 addition & 24 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13676,7 +13676,7 @@ is-redirect@^1.0.0:
resolved "https://registry.yarnpkg.com/is-redirect/-/is-redirect-1.0.0.tgz#1d03dded53bd8db0f30c26e4f95d36fc7c87dc24"
integrity sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=

is-regex@^1.0.4, is-regex@^1.1.1, is-regex@^1.1.2, is-regex@^1.1.4:
is-regex@^1.0.4, is-regex@^1.1.1, is-regex@^1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
Expand Down Expand Up @@ -22134,29 +22134,6 @@ tape-promise@4.0.0:
is-promise "^2.1.0"
onetime "^2.0.0"

tape@5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/tape/-/tape-5.2.2.tgz#a98475ecf30aa0ed2a89c36439bb9438d24d2184"
integrity sha512-grXrzPC1ly2kyTMKdqxh5GiLpb0BpNctCuecTB0psHX4Gu0nc+uxWR4xKjTh/4CfQlH4zhvTM2/EXmHXp6v/uA==
dependencies:
call-bind "^1.0.2"
deep-equal "^2.0.5"
defined "^1.0.0"
dotignore "^0.1.2"
for-each "^0.3.3"
glob "^7.1.6"
has "^1.0.3"
inherits "^2.0.4"
is-regex "^1.1.2"
minimist "^1.2.5"
object-inspect "^1.9.0"
object-is "^1.1.5"
object.assign "^4.1.2"
resolve "^2.0.0-next.3"
resumer "^0.0.0"
string.prototype.trim "^1.2.4"
through "^2.3.8"

tape@5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/tape/-/tape-5.3.1.tgz#f0b0a0da35973fdb8767238ee94e943edd1ba0d5"
Expand Down

0 comments on commit 87af023

Please sign in to comment.