Skip to content

Commit 1c750a6

Browse files
committed
v0.5.0
1 parent 7403f48 commit 1c750a6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alcaeus",
3-
"version": "0.4.6",
3+
"version": "0.5.0",
44
"description": "Hydra Core hypermedia-aware client library",
55
"main": "lib/node/index.js",
66
"types": "types/index.d.ts",
@@ -41,17 +41,18 @@
4141
},
4242
"homepage": "https://github.com/wikibus/alcaeus#readme",
4343
"dependencies": {
44+
"@rdfjs/parser-jsonld": "^1.1.1",
45+
"@rdfjs/serializer-jsonld": "^1.2.0",
4446
"core-decorators": "^0.19.0",
4547
"es6-url-template": "^1.0.3",
4648
"isomorphic-fetch": "^2.2.1",
4749
"jsonld": "^1.4.0",
4850
"parse-link-header": "^1.0.1",
4951
"rdf-ext": "^1.0.0",
50-
"@rdfjs/parser-jsonld": "^1.1.1",
51-
"@rdfjs/serializer-jsonld": "^1.2.0",
5252
"string-to-stream": "^1.1.0"
5353
},
5454
"devDependencies": {
55+
"@rdfjs/parser-n3": "^1.1.2",
5556
"@types/core-decorators": "^0.10.32",
5657
"@types/isomorphic-fetch": "0.0.34",
5758
"@types/jasmine": "^2.5.53",
@@ -77,7 +78,6 @@
7778
"karma-sourcemap-loader": "^0.3.7",
7879
"karma-summary-reporter": "^1.5.0",
7980
"karma-webpack": "^2.0.5",
80-
"@rdfjs/parser-n3": "^1.1.2",
8181
"sinon": "^3.2.1",
8282
"ts-loader": "^2.3.3",
8383
"tslint": "^5.9.1",

0 commit comments

Comments
 (0)