Updating to sinon 8.0.0

This commit is contained in:
Chris Troutner
2020-01-11 11:10:01 -08:00
3 changed files with 1049 additions and 579 deletions
+4
View File
@@ -7,6 +7,9 @@ start-decatur-main
start-decatur-test start-decatur-test
start-bitcoincom.sh start-bitcoincom.sh
test-remote-server.sh test-remote-server.sh
start-bitcoincom-testnet.sh
start-local-server.sh
start-local-testnet-server.sh
coverage coverage
start-my-infra start-my-infra
@@ -16,3 +19,4 @@ nohup.out
slp-tx-db/ slp-tx-db/
logs/ logs/
docs/* docs/*
+1043 -577
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -60,13 +60,13 @@
"nock": "^11.1.0", "nock": "^11.1.0",
"node-mocks-http": "^1.7.0", "node-mocks-http": "^1.7.0",
"nodemon": "^1.18.1", "nodemon": "^1.18.1",
"nyc": "^14.1.1", "nyc": "^15.0.0",
"prettier": "^1.18.2", "prettier": "^1.18.2",
"proxyquire": "^2.1.0", "proxyquire": "^2.1.0",
"request": "^2.88.0", "request": "^2.88.0",
"request-promise": "^4.2.2", "request-promise": "^4.2.2",
"semantic-release": "^15.13.19",
"sinon": "^8.0.0", "sinon": "^8.0.0",
"semantic-release": "^16.0.0",
"typescript": "^3.1.4" "typescript": "^3.1.4"
}, },
"release": { "release": {