Comparing version 1.3.0 to 1.4.0
@@ -6,3 +6,3 @@ import { Converter as GraphQlToSparqlConverter } from "graphql-to-sparql"; | ||
import { ContextParser, JsonLdContext } from "jsonld-context-parser"; | ||
import * as RDF from "rdf-js"; | ||
import * as RDF from "@rdfjs/types"; | ||
import { Algebra } from "sparqlalgebrajs"; | ||
@@ -9,0 +9,0 @@ import { Converter as SparqlJsonToTreeConverter } from "sparqljson-to-tree"; |
{ | ||
"name": "graphql-ld", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Linked Data Querying with GraphQL", | ||
@@ -39,8 +39,7 @@ "keywords": [ | ||
"@types/minimist": "^1.2.0", | ||
"@types/rdf-js": "^4.0.0", | ||
"coveralls": "^3.0.0", | ||
"jest": "^26.0.0", | ||
"jest": "^27.0.0", | ||
"manual-git-changelog": "^1.0.1", | ||
"pre-commit": "^1.2.2", | ||
"ts-jest": "^26.0.0", | ||
"ts-jest": "^27.0.0", | ||
"tslint": "^6.0.0", | ||
@@ -81,8 +80,8 @@ "tslint-eslint-rules": "^5.3.1", | ||
"dependencies": { | ||
"@types/rdf-js": "*", | ||
"graphql-to-sparql": "^2.3.0", | ||
"@rdfjs/types": "*", | ||
"graphql-to-sparql": "^2.4.0", | ||
"jsonld-context-parser": "^2.1.0", | ||
"sparqlalgebrajs": "^3.0.1", | ||
"sparqlalgebrajs": "^3.0.2", | ||
"sparqljson-to-tree": "^2.1.0" | ||
} | ||
} |
# GraphQL-LD | ||
[![Build Status](https://travis-ci.org/rubensworks/graphql-ld.js.svg?branch=master)](https://travis-ci.org/rubensworks/graphql-ld.js) | ||
[![Build status](https://github.com/rubensworks/graphql-ld.js/workflows/CI/badge.svg)](https://github.com/rubensworks/graphql-ld.js/actions?query=workflow%3ACI) | ||
[![Coverage Status](https://coveralls.io/repos/github/rubensworks/graphql-ld.js/badge.svg?branch=master)](https://coveralls.io/github/rubensworks/graphql-ld.js?branch=master) | ||
@@ -5,0 +5,0 @@ [![npm version](https://badge.fury.io/js/graphql-ld.svg)](https://www.npmjs.com/package/graphql-ld) |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
19393
11
2
+ Added@rdfjs/types@*
- Removed@types/rdf-js@*
- Removed@types/rdf-js@4.0.2(transitive)
- Removedrdf-js@4.0.2(transitive)
Updatedgraphql-to-sparql@^2.4.0
Updatedsparqlalgebrajs@^3.0.2