rdflib 2.2.18-ce0e0a33 → 2.2.19-1025ebe5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rdflib",
|
|
3
3
|
"description": "an RDF library for node.js. Suitable for client and server side.",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.19-1025ebe5",
|
|
5
5
|
"private": false,
|
|
6
6
|
"browserslist": [
|
|
7
7
|
"> 0.5%"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"async": "^3.2.3",
|
|
50
50
|
"cross-fetch": "^3.1.5",
|
|
51
51
|
"jsonld": "^5.2.0",
|
|
52
|
-
"n3": "^1.
|
|
52
|
+
"n3": "^1.16.0",
|
|
53
53
|
"solid-namespace": "^0.5.2"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
@@ -71,19 +71,19 @@
|
|
|
71
71
|
"chai": "^4.3.6",
|
|
72
72
|
"diff": "^5.0.0",
|
|
73
73
|
"dirty-chai": "^2.0.1",
|
|
74
|
-
"eslint": "^
|
|
74
|
+
"eslint": "^8.12.0",
|
|
75
75
|
"fs-grep": "0.0.5",
|
|
76
76
|
"locate-path": "^7.1.0",
|
|
77
77
|
"mocha": "^9.2.2",
|
|
78
78
|
"nock": "^13.2.4",
|
|
79
79
|
"node-fetch": "^2.6.7",
|
|
80
80
|
"node-polyfill-webpack-plugin": "^1.1.4",
|
|
81
|
-
"sinon": "^
|
|
81
|
+
"sinon": "^13.0.1",
|
|
82
82
|
"sinon-chai": "^3.7.0",
|
|
83
83
|
"source-map-loader": "^3.0.1",
|
|
84
84
|
"ts-node": "^10.7.0",
|
|
85
85
|
"typedoc": "^0.22.13",
|
|
86
|
-
"typescript": "^4.6.
|
|
86
|
+
"typescript": "^4.6.3",
|
|
87
87
|
"webpack": "^5.70.0",
|
|
88
88
|
"webpack-cli": "^4.9.2",
|
|
89
89
|
"webpack-dev-server": "^4.7.4"
|
|
@@ -117,9 +117,9 @@
|
|
|
117
117
|
"test:serialize:14": "cd ./tests/serialize && node ./data.js -in=t14.html -format=text/turtle -out=,t14.ttl && node diff ,t14.ttl t14-ref.ttl",
|
|
118
118
|
"test:serialize:15": "cd ./tests/serialize && node ./data.js -in=t15.html -format=text/turtle -out=,t15.ttl && node diff ,t15.ttl t15-ref.ttl",
|
|
119
119
|
"test:types": "tsc --noEmit --target es2019 --moduleResolution node tests/types/*.ts",
|
|
120
|
-
"test:unit": "mocha --growl --
|
|
121
|
-
"test:unit:egp": "mocha --
|
|
122
|
-
"test:unit:dev": "mocha --watch --growl --
|
|
120
|
+
"test:unit": "mocha --growl --require ./tests/babel-register.js tests/unit/**-test.*",
|
|
121
|
+
"test:unit:egp": "mocha --require ./tests/babel-register.js tests/unit/fetcher-egp-test.js",
|
|
122
|
+
"test:unit:dev": "mocha --watch --growl --require ./tests/babel-register.js tests/unit/**-test.js",
|
|
123
123
|
"watch": "babel src --extensions \".ts,.js\" --env-name esm -d esm --watch & babel src --extensions \".ts,.js\" -d lib --watch"
|
|
124
124
|
},
|
|
125
125
|
"files": [
|