@unrdf/dark-matter 26.4.2 → 26.4.4
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unrdf/dark-matter",
|
|
3
|
-
"version": "26.4.
|
|
3
|
+
"version": "26.4.4",
|
|
4
4
|
"description": "UNRDF Dark Matter - Query Optimization and Performance Analysis (Optional Extension)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.mjs",
|
|
@@ -16,18 +16,6 @@
|
|
|
16
16
|
"README.md",
|
|
17
17
|
"LICENSE"
|
|
18
18
|
],
|
|
19
|
-
"scripts": {
|
|
20
|
-
"test": "vitest run --coverage",
|
|
21
|
-
"test:fast": "vitest run --coverage",
|
|
22
|
-
"test:watch": "vitest --coverage",
|
|
23
|
-
"build": "node build.config.mjs",
|
|
24
|
-
"lint": "eslint src/ --max-warnings=0",
|
|
25
|
-
"lint:fix": "eslint src/ --fix",
|
|
26
|
-
"format": "prettier --write src/",
|
|
27
|
-
"format:check": "prettier --check src/",
|
|
28
|
-
"clean": "rm -rf dist/ .nyc_output/ coverage/",
|
|
29
|
-
"dev": "echo 'Development mode for @unrdf/dark-matter'"
|
|
30
|
-
},
|
|
31
19
|
"keywords": [
|
|
32
20
|
"rdf",
|
|
33
21
|
"optimization",
|
|
@@ -36,8 +24,8 @@
|
|
|
36
24
|
"80-20"
|
|
37
25
|
],
|
|
38
26
|
"dependencies": {
|
|
39
|
-
"@unrdf/core": "
|
|
40
|
-
"@unrdf/oxigraph": "
|
|
27
|
+
"@unrdf/core": "26.4.3",
|
|
28
|
+
"@unrdf/oxigraph": "26.4.3",
|
|
41
29
|
"typhonjs-escomplex": "^0.1.0"
|
|
42
30
|
},
|
|
43
31
|
"devDependencies": {
|
|
@@ -59,5 +47,17 @@
|
|
|
59
47
|
"license": "MIT",
|
|
60
48
|
"publishConfig": {
|
|
61
49
|
"access": "public"
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"test": "vitest run --coverage",
|
|
53
|
+
"test:fast": "vitest run --coverage",
|
|
54
|
+
"test:watch": "vitest --coverage",
|
|
55
|
+
"build": "node build.config.mjs",
|
|
56
|
+
"lint": "eslint src/ --max-warnings=0",
|
|
57
|
+
"lint:fix": "eslint src/ --fix",
|
|
58
|
+
"format": "prettier --write src/",
|
|
59
|
+
"format:check": "prettier --check src/",
|
|
60
|
+
"clean": "rm -rf dist/ .nyc_output/ coverage/",
|
|
61
|
+
"dev": "echo 'Development mode for @unrdf/dark-matter'"
|
|
62
62
|
}
|
|
63
|
-
}
|
|
63
|
+
}
|