r2-opds-js
Advanced tools
Comparing version 1.0.6 to 1.0.7
# Next | ||
Git diff: | ||
* https://github.com/readium/r2-opds-js/compare/v1.0.6...develop | ||
* https://github.com/readium/r2-opds-js/compare/v1.0.8...develop | ||
@@ -9,2 +9,21 @@ Changes: | ||
# 1.0.7 | ||
> Build environment: NodeJS `8.15.1`, NPM `6.4.1` | ||
Changes: | ||
* NPM updates | ||
* JSON Schema reference updates | ||
* NodeTS (TypeScript) unit test runner | ||
Git revision info: | ||
* https://unpkg.com/r2-opds-js@1.0.7/dist/gitrev.json | ||
* https://github.com/edrlab/r2-opds-js-dist/blob/v1.0.7/dist/gitrev.json | ||
Git commit history: | ||
* https://github.com/readium/r2-opds-js/commits/v1.0.7 | ||
Git diff: | ||
* https://github.com/readium/r2-opds-js/compare/v1.0.6...v1.0.7 | ||
# 1.0.6 | ||
@@ -11,0 +30,0 @@ |
{ | ||
"node": "8.14.1", | ||
"node": "8.15.1", | ||
"npm": "6.4.1", | ||
"short": "9f55890", | ||
"long": "9f558908e4e1b67f07fc2d328837ec937a3bae1a", | ||
"short": "6155964", | ||
"long": "61559641f4447c425ec8e601ea2ca5c3d9a9aa19", | ||
"branch": "develop", | ||
"date": "2019-01-13T09:02:26.000Z", | ||
"urlHistory": "https://github.com/readium/r2-opds-js/commits/9f558908e4e1b67f07fc2d328837ec937a3bae1a", | ||
"urlDiff": "https://github.com/readium/r2-opds-js/compare/9f558908e4e1b67f07fc2d328837ec937a3bae1a...develop" | ||
"date": "2019-04-04T16:13:24.000Z", | ||
"urlHistory": "https://github.com/readium/r2-opds-js/commits/61559641f4447c425ec8e601ea2ca5c3d9a9aa19", | ||
"urlDiff": "https://github.com/readium/r2-opds-js/compare/61559641f4447c425ec8e601ea2ca5c3d9a9aa19...develop" | ||
} |
{ | ||
"name": "r2-opds-js", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Readium 2 'opds' for NodeJS (TypeScript)", | ||
@@ -50,4 +50,4 @@ "keywords": [ | ||
"debug": "^4.1.1", | ||
"r2-shared-js": "^1.0.7", | ||
"r2-utils-js": "^1.0.5", | ||
"r2-shared-js": "^1.0.8", | ||
"r2-utils-js": "^1.0.7", | ||
"ta-json-x": "^2.5.0", | ||
@@ -58,6 +58,6 @@ "tslib": "^1.9.3", | ||
"devDependencies": { | ||
"@types/debug": "0.0.31", | ||
"@types/node": "^8.10.39", | ||
"@types/debug": "^4.1.3", | ||
"@types/node": "^8.10.45", | ||
"@types/xmldom": "^0.1.29", | ||
"ava": "^1.0.1", | ||
"ava": "^1.4.1", | ||
"cpy-cli": "^2.0.0", | ||
@@ -67,13 +67,13 @@ "cross-env": "^5.2.0", | ||
"eclint": "^2.8.1", | ||
"filehound": "^1.16.5", | ||
"filehound": "^1.17.0", | ||
"git-rev-sync": "^1.12.0", | ||
"json": "^9.0.6", | ||
"json-diff": "^0.5.3", | ||
"json-diff": "^0.5.4", | ||
"mkdirp": "^0.5.1", | ||
"rimraf": "^2.6.3", | ||
"ts-node": "^7.0.1", | ||
"tsconfig-paths": "^3.7.0", | ||
"tslint": "^5.12.1", | ||
"ts-node": "^8.0.3", | ||
"tsconfig-paths": "^3.8.0", | ||
"tslint": "^5.15.0", | ||
"tslint-language-service": "^0.9.9", | ||
"typescript": "^3.2.2" | ||
"typescript": "^3.4.1" | ||
}, | ||
@@ -120,3 +120,3 @@ "main": "dist/es6-es2015/src/opds/converter.js", | ||
"test": "cross-env DEBUG=r2:* ava \"./dist/es8-es2017/test/**/test*.js\"", | ||
"testTS": "cross-env DEBUG=r2:* TS_NODE_CACHE=true TS_NODE_CACHE_DIRECTORY=\"./ava-ts/\" TS_NODE_PRETTY=true ava \"./test/**/test*.ts\" --require \"ts-node/register\" --require \"tsconfig-paths/register\"", | ||
"testTS": "cross-env DEBUG=r2:* TS_NODE_CACHE=true TS_NODE_CACHE_DIRECTORY=\"./ava-ts/\" TS_NODE_PRETTY=true TS_NODE_COMPILER_OPTIONS=\"{\\\"typeRoots\\\" : [\\\"./node_modules/@types\\\", \\\"./test/@types\\\"]}\" ava \"./test/**/test*.ts\" --require \"ts-node/register\" --require \"tsconfig-paths/register\"", | ||
"prebuild:es5": "npm run lint && npm run clean", | ||
@@ -123,0 +123,0 @@ "build:es5": "npm run transpile:typescript:es5", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1126814
Updatedr2-shared-js@^1.0.8
Updatedr2-utils-js@^1.0.7