@decantr/essence-spec 2.0.1 → 3.0.0-next.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 +4 -0
- package/package.json +12 -1
package/README.md
CHANGED
|
@@ -53,6 +53,10 @@ This package is the lowest-level public Decantr contract and is intended to rema
|
|
|
53
53
|
- schema export paths are part of the supported public surface
|
|
54
54
|
- coordinated downstream releases should only be needed when a package explicitly adopts a newer essence-spec version
|
|
55
55
|
|
|
56
|
+
## Security And Permissions
|
|
57
|
+
|
|
58
|
+
`@decantr/essence-spec` is a local validation library. It may read explicitly supplied essence/schema paths through helper APIs, but it does not write files, call the network, spawn processes, emit telemetry, or upload source. See [security permissions](https://decantr.ai/reference/security-permissions.md).
|
|
59
|
+
|
|
56
60
|
## License
|
|
57
61
|
|
|
58
62
|
MIT
|
package/package.json
CHANGED
|
@@ -1,7 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@decantr/essence-spec",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-next.0",
|
|
4
4
|
"description": "Essence schemas, validation, migration, and TypeScript types for Decantr",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"decantr",
|
|
7
|
+
"decantr-ai",
|
|
8
|
+
"essence",
|
|
9
|
+
"json-schema",
|
|
10
|
+
"schema",
|
|
11
|
+
"design-contracts",
|
|
12
|
+
"ai-frontend-governance",
|
|
13
|
+
"design-intelligence",
|
|
14
|
+
"ui-contract"
|
|
15
|
+
],
|
|
5
16
|
"author": "Decantr AI",
|
|
6
17
|
"license": "MIT",
|
|
7
18
|
"bugs": {
|