feat(provider): catalogue complete Gelios data surface

This commit is contained in:
Codex
2026-07-22 19:15:12 +03:00
parent fdda153595
commit 92070f21e8
7 changed files with 597 additions and 1 deletions
@@ -9,6 +9,6 @@
"./providers/*": "./providers/*/index.mjs"
},
"scripts": {
"check": "node test/contract.test.mjs && node test/data-product.test.mjs && node test/provider-package.test.mjs && node test/zone-source.test.mjs && node test/engine-private-extension.test.mjs"
"check": "node test/contract.test.mjs && node test/data-product.test.mjs && node test/provider-package.test.mjs && node test/provider-capability-catalog.test.mjs && node test/zone-source.test.mjs && node test/engine-private-extension.test.mjs"
}
}