Skip to content

Commit a884d95

Browse files
committed
Auto-commit: Sync changes [2026-03-05]
1 parent 44a8087 commit a884d95

16 files changed

Lines changed: 46 additions & 268 deletions

File tree

container-stack/cerro-torre/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"
File renamed without changes.

container-stack/selur/compose/.clusterfuzzlite/Dockerfile renamed to container-stack/selur/compose/.clusterfuzzlite/Containerfile

File renamed without changes.

container-stack/svalinn/deno.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,20 @@
33
"imports": {
44
"rescript/lib/es6/": "./node_modules/rescript/lib/es6/",
55
"hono": "npm:hono@^4.6.10",
6-
"ajv": "npm:ajv@^8.12.0"
6+
"ajv": "npm:ajv@^8.12.0",
7+
"ajv-formats": "npm:ajv-formats@^3.0.1",
8+
"rescript": "^12.0.0",
9+
"@rescript/core": "npm:@rescript/core@^1.0.0"
710
},
811
"tasks": {
912
"dev": "deno run --allow-net --allow-read --allow-env --watch src/Main.res.js",
10-
"start": "deno run --allow-net --allow-read --allow-env src/Main.res.js"
13+
"start": "deno run --allow-net --allow-read --allow-env src/Main.res.js",
14+
"res:build": "cd src && rescript build",
15+
"res:clean": "cd src && rescript clean",
16+
"res:watch": "cd src && rescript build -w"
1117
},
1218
"compilerOptions": {
1319
"allowJs": true,
1420
"checkJs": false
1521
}
16-
}
22+
}

container-stack/svalinn/package-lock.json

Lines changed: 0 additions & 123 deletions
This file was deleted.

container-stack/svalinn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"hono": "^4.11.7"
1717
},
1818
"devDependencies": {
19-
"rescript": "^11.0.0",
19+
"rescript": "^12.0.0",
2020
"@rescript/core": "^1.0.0"
2121
}
2222
}

container-stack/svalinn/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"rescript-tea": "^0.1.0"
1414
},
1515
"devDependencies": {
16-
"rescript": "^11.1.0"
16+
"rescript": "^12.0.0"
1717
}
1818
}

container-stack/vordr/examples/web-project-deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "deno test --allow-all"
99
},
1010
"imports": {
11-
"rescript": "npm:rescript@^12.1.0",
11+
"rescript": "^12.0.0",
1212
"@rescript/core": "npm:@rescript/core@^1.6.0",
1313
"safe-dom/": "https://raw.githubusercontent.com/hyperpolymath/rescript-dom-mounter/main/src/",
1414
"proven/": "../proven/bindings/rescript/src/"
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
2-
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
2+
"name": "vordr-mcp-adapter",
3+
"version": "0.1.0",
34
"tasks": {
4-
"build": "npx rescript",
5-
"clean": "npx rescript clean",
6-
"start": "deno run --allow-net --allow-read --allow-env src/HttpMain.res.js"
5+
"build": "rescript build",
6+
"clean": "rescript clean",
7+
"serve": "deno run --allow-net src/HttpMain.res.js"
78
},
89
"imports": {
9-
"@rescript/core": "npm:@rescript/core@1.3.0"
10-
},
11-
"compilerOptions": {
12-
"lib": ["deno.ns", "deno.window"]
10+
"@rescript/core": "npm:@rescript/core@^1.5.0",
11+
"rescript": "^12.0.0"
1312
}
14-
}
13+
}

container-stack/vordr/src/mcp-adapter/package-lock.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)