Comparing version 9.0.1 to 9.0.2
9.0.2 / 2020-04-08 | ||
================== | ||
* Bump @sinonjs/fake-timers (fix error when using Node's util/promisify with setTimeout) | ||
* Upgrade @sinonjs/commons (fix error when trying to calculate function name from generators) | ||
9.0.1 / 2020-03-10 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "sinon", | ||
"description": "JavaScript test spies, stubs and mocks.", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"homepage": "https://sinonjs.org/", | ||
@@ -29,2 +29,3 @@ "author": "Christian Johansen", | ||
"test-docker-image": "docker-compose up", | ||
"test-runnable-examples": "docs/release-source/release/examples/run-test.sh", | ||
"test": "run-s test-node test-headless test-webworker test-esm", | ||
@@ -37,3 +38,3 @@ "check-dependencies": "dependency-check package.json --no-dev --ignore-module esm", | ||
"lint-js": "eslint '**/*.{js,mjs}'", | ||
"lint-markdown": "find docs -type f -name '*.md' ! -name 'changelog.md' | xargs markdownlint", | ||
"lint-markdown": "scripts/lint-markdown.sh", | ||
"pretest-webworker": "npm run build", | ||
@@ -61,4 +62,4 @@ "prebuild": "rimraf pkg && npm run check-dependencies", | ||
"dependencies": { | ||
"@sinonjs/commons": "^1.7.0", | ||
"@sinonjs/fake-timers": "^6.0.0", | ||
"@sinonjs/commons": "^1.7.2", | ||
"@sinonjs/fake-timers": "^6.0.1", | ||
"@sinonjs/formatio": "^5.0.1", | ||
@@ -65,0 +66,0 @@ "@sinonjs/samsam": "^5.0.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4809650
57090
Updated@sinonjs/commons@^1.7.2
Updated@sinonjs/fake-timers@^6.0.1