Comparing version 1.2.110 to 1.2.111
{ | ||
"name": "jsox", | ||
"version": "1.2.110", | ||
"version": "1.2.111", | ||
"description": "Java Script Object eXchange.", | ||
@@ -62,6 +62,6 @@ "keywords": [ | ||
"lint": "eslint --cache .", | ||
"mocha-lite": "mocha --require ./lib/require.js --require test/bootstrap/node", | ||
"mocha": "mocha --require ./lib/require.js --require test/bootstrap/node --recursive", | ||
"mocha-lite": "mocha --experimental-loader=./lib/import.mjs --require ./lib/require.js --require test/bootstrap/node", | ||
"mocha": "mocha --experimental-loader=./lib/import.mjs --require ./lib/require.js --require test/bootstrap/node --recursive", | ||
"nyc-lite": "nyc npm run mocha-lite", | ||
"nyc": "nyc npm run mocha", | ||
"nyc": "nyc npm run mocha-lite", | ||
"test-lite": "npm run lint && npm run build && npm run nyc-lite", | ||
@@ -68,0 +68,0 @@ "test": "npm run lint && npm run build && npm run nyc", |
@@ -805,3 +805,5 @@ # JSOX – JavaScript Object eXchange format. | ||
## Changelog | ||
- 1.2.111 (inprogress) | ||
- 1.2.112 (inprogress) | ||
- 1.2.111 | ||
- fixes travis tests; latest mocha/coverage slows benchmark tests by 10x. | ||
- 1.2.110 | ||
@@ -808,0 +810,0 @@ - Fix packaging error. |
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 not supported yet
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
919
283457