Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/advanced-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"stryker": "stryker run",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand Down Expand Up @@ -67,6 +67,7 @@
"nyc": "15.0.0",
"prettier": "1.16.4",
"shx": "0.3.2",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/data-access/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"stryker": "stryker run",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand Down Expand Up @@ -73,7 +73,7 @@
"shx": "0.3.2",
"sinon": "7.5.0",
"source-map-support": "0.5.13",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/data-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"clean": "shx rm -rf dist tsconfig.tsbuildinfo",
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand All @@ -61,7 +61,7 @@
"prettier": "1.16.4",
"rimraf": "2.6.3",
"shx": "0.3.2",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
Expand Down
4 changes: 2 additions & 2 deletions packages/epk-decryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "shx rm -rf dist tsconfig.tsbuildinfo",
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"shx": "0.3.2",
"source-map-support": "0.5.13",
"terser-webpack-plugin": "1.3.0",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2",
"webpack": "4.38.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/epk-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "shx rm -rf dist tsconfig.tsbuildinfo",
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand All @@ -64,7 +64,7 @@
"shx": "0.3.2",
"source-map-support": "0.5.13",
"terser-webpack-plugin": "1.3.0",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2",
"webpack": "4.38.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/ethereum-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"clean": "shx rm -rf dist tsconfig.tsbuildinfo",
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"test": "nyc mocha --timeout=5000 --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "nyc mocha --watch --watch-extensions ts --timeout=5000 --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --timeout=5000 --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "nyc mocha --watch --watch-extensions ts --timeout=5000 --require source-map-support/register \"test/**/*.ts\"",
"init-ipfs": "node scripts/init-ipfs.js"
},
"dependencies": {
Expand Down Expand Up @@ -82,7 +82,7 @@
"sinon": "7.5.0",
"solium": "1.2.2",
"source-map-support": "0.5.13",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2",
"web3-providers-http": "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"npm-run-all": "4.1.5",
"prettier": "1.19.1",
"sinon": "8.1.1",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2",
"web3-eth": "1.0.0-beta.37"
Expand Down
3 changes: 2 additions & 1 deletion packages/multi-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"prepare": "yarn run build",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand All @@ -60,6 +60,7 @@
"shx": "0.3.2",
"sinon": "7.5.0",
"source-map-support": "0.5.13",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
}
Expand Down
5 changes: 5 additions & 0 deletions packages/payment-detection/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"mochaExplorer.files": "**/test/**/*.ts",
"mochaExplorer.require": "ts-node/register",
"mochaExplorer.cwd": "../.."
}
5 changes: 3 additions & 2 deletions packages/payment-detection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"prepare": "yarn run build",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand Down Expand Up @@ -66,7 +66,8 @@
"shx": "0.3.2",
"sinon": "7.5.0",
"source-map-support": "0.5.13",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/prototype-estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"prettier": "1.16.4",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"typescript": "3.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/request-client.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
"sinon": "7.5.0",
"source-map-support": "0.5.13",
"terser-webpack-plugin": "1.3.0",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2",
"webpack": "4.38.0",
"webpack-bundle-analyzer": "3.6.0",
"webpack-cli": "3.3.10"
},
"gitHead": "6155223cfce769e48ccae480c510b35b4f54b4d0"
}
}
4 changes: 2 additions & 2 deletions packages/request-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"stryker": "stryker run",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand Down Expand Up @@ -70,7 +70,7 @@
"prettier": "1.16.4",
"shx": "0.3.2",
"source-map-support": "0.5.13",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/request-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"build": "tsc -b",
"build:watch": "tsc -b --watch",
"test": "nyc mocha --timeout=10000 --exit --extension ts --require ts-node/register --require source-map-support/register test/**/*.ts",
"test": "nyc mocha --timeout=10000 --exit --extension ts --require source-map-support/register test/**/*.ts",
"test:watch": "yarn test --watch",
"start": "ts-node src/server.ts",
"start:watch": "ts-node-dev src/server.ts",
Expand Down Expand Up @@ -68,7 +68,7 @@
"shx": "0.3.2",
"source-map-support": "0.5.13",
"supertest": "3.4.2",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"ts-node-dev": "1.0.0-pre.39",
"tslint": "5.12.1",
"typescript": "3.7.2"
Expand Down
1 change: 1 addition & 0 deletions packages/toolbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"lint-staged": "8.1.3",
"prettier": "1.16.4",
"shx": "0.3.2",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/transaction-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"clean": "shx rm -rf dist tsconfig.tsbuildinfo",
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand All @@ -60,7 +60,7 @@
"prettier": "1.16.4",
"shx": "0.3.2",
"source-map-support": "0.5.13",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"lint-staged": "8.1.3",
"prettier": "1.16.4",
"shx": "0.3.2",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/usage-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"eslint-plugin-typescript": "0.14.0",
"lint-staged": "8.1.3",
"prettier": "1.16.4",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"prepare": "yarn run build",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand All @@ -63,6 +63,7 @@
"shx": "0.3.2",
"sinon": "7.5.0",
"source-map-support": "0.5.13",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-signature/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "shx rm -rf dist tsconfig.tsbuildinfo",
"lint": "tslint --project . && eslint \"src/**/*.ts\"",
"lint-staged": "lint-staged",
"test": "nyc mocha --extension ts --require ts-node/register --require source-map-support/register \"test/**/*.ts\"",
"test": "nyc mocha --extension ts --require source-map-support/register \"test/**/*.ts\"",
"test:watch": "yarn test --watch"
},
"dependencies": {
Expand Down Expand Up @@ -67,7 +67,7 @@
"shx": "0.3.2",
"source-map-support": "0.5.13",
"terser-webpack-plugin": "1.3.0",
"ts-node": "8.5.4",
"ts-node": "8.6.2",
"tslint": "5.12.1",
"typescript": "3.7.2",
"webpack": "4.38.0",
Expand Down
15 changes: 2 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11723,7 +11723,7 @@ [email protected]:
ts-node "*"
tsconfig "^7.0.0"

ts-node@*:
ts-node@*, [email protected]:
version "8.6.2"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.6.2.tgz#7419a01391a818fbafa6f826a33c1a13e9464e35"
integrity sha512-4mZEbofxGqLL2RImpe3zMJukvEvcO1XP8bj8ozBPySdCUXEcU5cIRwR0aM3R+VoZq7iXc8N86NC0FspGRqP4gg==
Expand All @@ -11734,17 +11734,6 @@ ts-node@*:
source-map-support "^0.5.6"
yn "3.1.1"

[email protected]:
version "8.5.4"
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-8.5.4.tgz#a152add11fa19c221d0b48962c210cf467262ab2"
integrity sha512-izbVCRV68EasEPQ8MSIGBNK9dc/4sYJJKYA+IarMQct1RtEot6Xp0bXuClsbUSnKpg50ho+aOAx8en5c+y4OFw==
dependencies:
arg "^4.1.0"
diff "^4.0.1"
make-error "^1.1.1"
source-map-support "^0.5.6"
yn "^3.0.0"

[email protected]:
version "12.4.0"
resolved "https://registry.yarnpkg.com/ts-simple-ast/-/ts-simple-ast-12.4.0.tgz#6b53f6d6a59145da637dfe0e8c646d1e66ba278a"
Expand Down Expand Up @@ -13210,7 +13199,7 @@ yauzl@^2.4.2:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"

[email protected], yn@^3.0.0:
[email protected]:
version "3.1.1"
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
integrity sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==
Expand Down