Skip to content

Commit dfbb0ef

Browse files
committed
chore: updated dependencies and comunica
1 parent 9d53dcc commit dfbb0ef

3 files changed

Lines changed: 5554 additions & 2333 deletions

File tree

package.json

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
"config/**/*"
5555
],
5656
"scripts": {
57-
"prepare": "node ./src/fix/install.js && cross-env npm-run-all --parallel prepare:terms && comunica-compile-config config/config.json > src/common/engine-default.js",
57+
"prepare": "node ./src/fix/install.js && cross-env npm-run-all --parallel prepare:terms prepare:comunica",
58+
"prepare:comunica": "comunica-compile-config config/config.json > src/common/engine-default.js",
5859
"prepare:terms": "openhps-rdf -d ./src/terms -n ldes:https://w3id.org/ldes# -n ldp:http://www.w3.org/ns/ldp# -n tree:https://w3id.org/tree# -n activitystreams:https://www.w3.org/ns/activitystreams# -m https://www.w3.org/ns/activitystreams# https://raw.githubusercontent.com/w3c/activitystreams/refs/heads/main/vocabulary/activitystreams2.owl",
5960
"update": "ncu -u -x eslint,chai",
6061
"docker:reset": "docker compose down && docker volume rm solid_test-data1 solid_test-data2 solid_test-data3 && docker compose up --build -d",
@@ -85,71 +86,71 @@
8586
"rdf"
8687
],
8788
"dependencies": {
88-
"@comunica/query-sparql-link-traversal-solid": "^0.6.1",
89+
"@comunica/query-sparql-link-traversal-solid": "^0.7.0",
8990
"@comunica/query-sparql-solid": "^4.0.2",
90-
"@inrupt/oidc-client-ext": "^2.3.0",
91+
"@inrupt/oidc-client-ext": "^3.1.0",
9192
"@inrupt/solid-client": "^2.1.2",
92-
"@inrupt/solid-client-authn-browser": "^2.3.0",
93-
"@inrupt/solid-client-authn-node": "^2.3.0",
93+
"@inrupt/solid-client-authn-browser": "^3.1.0",
94+
"@inrupt/solid-client-authn-node": "^3.1.0",
9495
"@inrupt/solid-client-notifications": "^3.0.1",
9596
"@solid-notifications/discovery": "^0.1.2",
9697
"@solid-notifications/subscription": "^0.1.2",
9798
"@solid-notifications/types": "^0.1.2",
98-
"cookie-session": "^2.1.0",
99-
"cross-fetch": "^4.0.0",
100-
"express": "^4.19.2",
99+
"cookie-session": "^2.1.1",
100+
"cross-fetch": "^4.1.0",
101+
"express": "^5.1.0",
101102
"isomorphic-ws": "^5.0.0",
102103
"solid-node-interactive-auth": "^1.1.1"
103104
},
104105
"peerDependencies": {
105-
"@openhps/core": ">=1.0.1",
106+
"@openhps/core": ">=1.0.16",
106107
"@openhps/rdf": ">=1.1.0",
107108
"reflect-metadata": ">=0.2.1"
108109
},
109110
"devDependencies": {
110-
"@commitlint/cli": "^19.4.1",
111-
"@commitlint/config-conventional": "^19.4.1",
112-
"@comunica/config-query-sparql": "^4.0.1",
113-
"@eslint/compat": "^1.2.3",
114-
"@eslint/eslintrc": "^3.2.0",
115-
"@eslint/js": "^9.15.0",
116-
"@openhps/core": ">=1.0.1",
117-
"@openhps/rdf": ">=1.1.0-alpha.4",
118-
"@openhps/rf": "^1.0.1",
119-
"@types/chai": "^4.3.19",
111+
"@commitlint/cli": "^19.8.1",
112+
"@commitlint/config-conventional": "^19.8.1",
113+
"@comunica/config-query-sparql": "^4.2.0",
114+
"@eslint/compat": "^1.3.2",
115+
"@eslint/eslintrc": "^3.3.1",
116+
"@eslint/js": "^9.34.0",
117+
"@openhps/core": ">=1.0.16",
118+
"@openhps/rdf": ">=1.1.7",
119+
"@openhps/rf": "^1.0.4",
120+
"@types/chai": "^5.2.2",
120121
"@types/cookie-session": "^2.0.49",
121-
"@types/express": "^4.17.21",
122-
"@types/mocha": "^10.0.7",
123-
"@types/node": "^22.5.1",
124-
"@typescript-eslint/eslint-plugin": "^8.14.1-alpha.8",
125-
"@typescript-eslint/parser": "^8.14.1-alpha.8",
122+
"@types/express": "^5.0.3",
123+
"@types/mocha": "^10.0.10",
124+
"@types/node": "^24.3.0",
125+
"@typescript-eslint/eslint-plugin": "^8.41.0",
126+
"@typescript-eslint/parser": "^8.41.0",
126127
"buffer": "^6.0.3",
127-
"chai": "^4",
128-
"cross-env": "^7.0.3",
129-
"dotenv": "^16.4.5",
130-
"eslint": "^9.15.0",
131-
"eslint-config-prettier": "^9.1.0",
128+
"chai": "^6",
129+
"cross-env": "^10.0.0",
130+
"dotenv": "^17.2.1",
131+
"eslint": "^9.34.0",
132+
"eslint-config-prettier": "^10.1.8",
132133
"eslint-plugin-deprecation": "^3.0.0",
133-
"eslint-plugin-import": "^2.31.0",
134-
"eslint-plugin-jsdoc": "^50.5.0",
135-
"eslint-plugin-prettier": "^5.2.1",
136-
"husky": "^9.1.5",
137-
"mocha": "^10.7.3",
134+
"eslint-plugin-import": "^2.32.0",
135+
"eslint-plugin-jsdoc": "^54.1.1",
136+
"eslint-plugin-prettier": "^5.5.4",
137+
"husky": "^9.1.7",
138+
"mocha": "^11.7.1",
138139
"mocha-junit-reporter": "^2.2.1",
139140
"node-fetch": "^3.3.2",
140-
"npm-check-updates": "^17.1.0",
141+
"npm-check-updates": "^18.0.3",
141142
"npm-run-all": "^4.1.5",
142-
"nyc": "^17.0.0",
143-
"prettier": "^3.3.3",
143+
"nyc": "^17.1.0",
144+
"prettier": "^3.6.2",
144145
"reflect-metadata": ">=0.2.2",
145-
"shx": "^0.3.4",
146+
"shx": "^0.4.0",
146147
"standard-version": "^9.5.0",
147-
"terser-webpack-plugin": "^5.3.10",
148+
"terser-webpack-plugin": "^5.3.14",
148149
"ts-node": "^10.9.2",
149-
"typedoc": "^0.26.6",
150-
"typescript": "^5.5.4",
151-
"webpack": "^5.94.0",
152-
"webpack-cli": "^5.1.4",
150+
"typedoc": "^0.28.11",
151+
"typescript": "^5.9.2",
152+
"webpack": "^5.101.3",
153+
"webpack-cli": "^6.0.1",
153154
"wkt": "^0.1.1"
154155
},
155156
"nyc": {

src/terms/ldes.ts

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const amount: Property = 'https://w3id.org/ldes#amount';
3333
/**
3434
* point in time
3535
*
36-
* After this point in time members are kept.
36+
* Only after this point in time, members are kept.
3737
*
3838
* https://w3id.org/ldes#pointInTime
3939
*/
@@ -51,7 +51,7 @@ export const versionKey: Property = 'https://w3id.org/ldes#versionKey';
5151
/**
5252
* versionOf Path
5353
*
54-
* SHACL property path to the non-versioned identifier of the entity.
54+
* SHACL property path to the non-versioned IRI of the entity.
5555
*
5656
* https://w3id.org/ldes#versionOfPath
5757
*/
@@ -60,7 +60,7 @@ export const versionOfPath: Property = 'https://w3id.org/ldes#versionOfPath';
6060
/**
6161
* Timestamp Path
6262
*
63-
* SHACL property path to the timestamp when the version object entered the event stream.
63+
* SHACL property path to the xsd:dateTime literal in each member that defines the order of the event stream.
6464
*
6565
* https://w3id.org/ldes#timestampPath
6666
*/
@@ -93,6 +93,15 @@ export const versionMaterializationUntil: Property = 'https://w3id.org/ldes#vers
9393
*/
9494
export const EventStream: Class = 'https://w3id.org/ldes#EventStream';
9595

96+
/**
97+
* Event Source
98+
*
99+
* A data service that provides the source other views should synchronize with
100+
*
101+
* https://w3id.org/ldes#EventSource
102+
*/
103+
export const EventSource: Class = 'https://w3id.org/ldes#EventSource';
104+
96105
/**
97106
* Retention Policy
98107
*

0 commit comments

Comments
 (0)