rdf-test-suite 2.3.1 → 2.3.2

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.
Files changed (1) hide show
  1. package/package.json +6 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rdf-test-suite",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
5
5
  "description": "Executes the RDF and SPARQL test suites.",
6
6
  "typings": "index",
@@ -94,6 +94,7 @@
94
94
  "cross-fetch": "^4.0.0",
95
95
  "is-stream": "^2.0.0",
96
96
  "json-stable-stringify": "^1.0.1",
97
+ "jsonld-context-parser": "^3.1.0",
97
98
  "jsonld-streaming-parser": "^5.0.0",
98
99
  "log-symbols": "^4.0.0",
99
100
  "minimist": "^1.2.0",
@@ -113,11 +114,12 @@
113
114
  "sparqljson-parse": "^3.0.0",
114
115
  "sparqlxml-parse": "^3.0.0",
115
116
  "stream-to-string": "^1.1.0",
117
+ "streamify-array": "^2.0.0",
116
118
  "streamify-string": "^1.0.1"
117
119
  },
118
120
  "devDependencies": {
119
- "@comunica/actor-http-proxy": "^4.0.2",
120
- "@comunica/query-sparql": "^4.0.2",
121
+ "@comunica/actor-http-proxy": "^5.0.0",
122
+ "@comunica/query-sparql": "^5.0.0",
121
123
  "@rubensworks/eslint-config": "^3.1.0",
122
124
  "@types/jest": "^30.0.0",
123
125
  "@types/papaparse": "^5.5.2",
@@ -127,9 +129,8 @@
127
129
  "jest-rdf": "^2.0.0",
128
130
  "manual-git-changelog": "^1.0.1",
129
131
  "pre-commit": "^2.0.0",
130
- "rdf-parse": "^4.0.0",
132
+ "rdf-parse": "^5.0.0",
131
133
  "rimraf": "^6.0.0",
132
- "streamify-array": "^2.0.0",
133
134
  "ts-jest": "^29.0.0",
134
135
  "typescript": "^6.0.0"
135
136
  }