@shaclmate/shacl-ast 2.0.14 → 2.0.16
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 +3 -3
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"@types/rdfjs__term-map": "^2.0.10",
|
|
8
8
|
"@types/rdfjs__term-set": "^2.0.9",
|
|
9
9
|
"purify-ts": "^2.1.0",
|
|
10
|
-
"rdfjs-resource": "1.0.
|
|
10
|
+
"rdfjs-resource": "1.0.16"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@types/n3": "^1.21.1",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"format:write": "biome format --write",
|
|
31
31
|
"format:write:unsafe": "biome format --write --unsafe",
|
|
32
32
|
"rebuild": "run-s clean build",
|
|
33
|
-
"link-dependencies": "npm link
|
|
33
|
+
"link-dependencies": "npm link rdfjs-resource",
|
|
34
34
|
"lint": "biome lint",
|
|
35
35
|
"lint:write": "biome lint --write",
|
|
36
36
|
"lint:write:unsafe": "biome lint --write --unsafe",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
},
|
|
48
48
|
"type": "module",
|
|
49
49
|
"types": "index.d.ts",
|
|
50
|
-
"version": "2.0.
|
|
50
|
+
"version": "2.0.16"
|
|
51
51
|
}
|