@_linked/core 2.18.0-next.20260904104606 → 2.18.0-next.20260904105013
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@_linked/core",
|
|
3
|
-
"version": "2.18.0-next.
|
|
3
|
+
"version": "2.18.0-next.20260904105013",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"linkedPackage": true,
|
|
6
6
|
"type": "module",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"sync:agents": "node packages/skills/sync.mjs",
|
|
48
48
|
"setup": "npx semantu-agents",
|
|
49
49
|
"typecheck": "npx tsc -p tsconfig-tests.json",
|
|
50
|
-
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.cjs
|
|
50
|
+
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.cjs && npm run typecheck",
|
|
51
51
|
"test:fuseki": "docker compose -f src/tests/docker-compose.test.yml up -d --wait && NODE_OPTIONS=--experimental-vm-modules npx jest --config jest.config.cjs --runInBand --testPathPattern='sparql-fuseki' --verbose; EXIT=$?; docker compose -f src/tests/docker-compose.test.yml down; exit $EXIT"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|