Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ erDiagram
- **Deno 2.7.9** runtime (pinned in `Dockerfile`; CI uses `v2.x`).
- **PostgreSQL 18** (image `postgres:18` in `docker-compose.yml`).
- **Stellar SDK** `@stellar/stellar-sdk@^15.0.1` and
`@moonlight/moonlight-sdk@^0.8.0` for Soroban contract calls and bundle
`@moonlight/moonlight-sdk@^0.9.1` for Soroban contract calls and bundle
construction.
- **Oak** for HTTP, **Drizzle** for ORM/migrations, **Zod** for body validation.
- **OpenTelemetry** OTLP (optional, opt-in via `OTEL_DENO=true`).
Expand Down
8 changes: 4 additions & 4 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonlight-protocol/provider-platform",
"version": "0.7.9",
"version": "0.7.10",
"license": "MIT",
"exports": "./src/main.ts",
"tasks": {
Expand All @@ -24,10 +24,10 @@
"nodeModulesDir": "auto",
"imports": {
"@/": "./src/",
"@colibri/core": "jsr:@colibri/core@^0.20.2",
"@colibri/core": "jsr:@colibri/core@^0.22.0",
"@drizzle-team/brocli": "npm:@drizzle-team/brocli@^0.11.0",
"@fifo/convee": "jsr:@fifo/convee@^0.10.0",
"@moonlight/moonlight-sdk": "jsr:@moonlight/moonlight-sdk@^0.8.0",
"@moonlight/moonlight-sdk": "jsr:@moonlight/moonlight-sdk@^0.9.1",
"@std/assert": "jsr:@std/assert@^1.0.0",
"@std/dotenv": "jsr:@std/dotenv@^0.225.6",
"@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2",
Expand All @@ -36,7 +36,7 @@
"postgres": "npm:postgres@^3.4.7",
"@noble/curves": "jsr:@noble/curves@^1.8.0",
"@noble/hashes": "jsr:@noble/hashes@^1.6.1",
"stellar-sdk": "npm:@stellar/stellar-sdk@^15.0.1",
"stellar-sdk": "npm:@stellar/stellar-sdk@^15.1.0",
"buffer": "npm:buffer@^6.0.3",
"asn1js": "npm:asn1js@3.0.5",
"@oak/oak": "jsr:@oak/oak@^17.1.4",
Expand Down
Loading
Loading