@finsys/core 2.7.0 → 3.1.0
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/README.md +1 -1
- package/dist/data/adapter-categories.json +142 -2
- package/dist/index.cjs +282 -32
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +44 -22
- package/dist/index.d.ts +44 -22
- package/dist/index.js +279 -32
- package/dist/index.js.map +1 -1
- package/dist/schema/adapter-manifest.schema.json +2 -2
- package/package.json +1 -1
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
},
|
|
27
27
|
"category": {
|
|
28
28
|
"type": "string",
|
|
29
|
-
"
|
|
30
|
-
"description": "Generic category this adapter implements.
|
|
29
|
+
"minLength": 1,
|
|
30
|
+
"description": "Generic category this adapter implements. SYS-2500: the schema validates STRUCTURE only (non-empty string) — category MEMBERSHIP is enforced at runtime against finsys-core's registry (assertAdapterCategory / categorySchemaOf), so adding a category is a data-file edit with no schema change. The host rejects manifests whose category is not in the loaded catalogue."
|
|
31
31
|
},
|
|
32
32
|
"version": {
|
|
33
33
|
"type": "integer",
|