sparqljson-to-tree
Advanced tools
Comparing version 1.2.3 to 1.3.0
{ | ||
"name": "sparqljson-to-tree", | ||
"version": "1.2.3", | ||
"version": "1.3.0", | ||
"description": "Converts SPARQL JSON results to a tree-based structure", | ||
@@ -33,17 +33,22 @@ "keywords": [ | ||
"devDependencies": { | ||
"@rdfjs/data-model": "^1.1.1", | ||
"@types/jest": "^23.3.0", | ||
"@types/minimist": "^1.2.0", | ||
"@types/rdf-js": "^1.0.1", | ||
"coveralls": "^3.0.0", | ||
"jest": "^23.4.1", | ||
"manual-git-changelog": "^1.0.0", | ||
"pre-commit": "^1.2.2", | ||
"@rdfjs/data-model": "^1.1.0", | ||
"ts-jest": "^23.0.1", | ||
"ts-jest": "^23.10.0", | ||
"tslint": "^5.8.0", | ||
"tslint-eslint-rules": "^5.3.1", | ||
"typescript": "^2.6.2" | ||
"typescript": "^2.7.0" | ||
}, | ||
"jest": { | ||
"globals": { | ||
"ts-jest": { | ||
"tsConfig": "test/tsconfig.json" | ||
} | ||
}, | ||
"transform": { | ||
"^.+\\.ts$": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
"^.+\\.ts$": "ts-jest" | ||
}, | ||
@@ -65,7 +70,8 @@ "testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$", | ||
"validate": "npm ls", | ||
"prepare": "npm run build" | ||
"prepare": "npm run build", | ||
"version": "manual-git-changelog onversion" | ||
}, | ||
"dependencies": { | ||
"sparqljson-parse": "^1.3.1" | ||
"sparqljson-parse": "^1.5.0" | ||
} | ||
} |
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
13998
8
Updatedsparqljson-parse@^1.5.0