@dcl/content-validator 6.1.0 → 6.1.1-19080482460.commit-704ed6c
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 +2 -2
package/README.md
CHANGED
|
@@ -32,3 +32,7 @@ To make Catalysts accept deployments of new entity types, they must have defined
|
|
|
32
32
|
2. Add entity type and schema on [catalyst-commons](https://github.com/decentraland/catalyst-commons/).
|
|
33
33
|
3. Add entity type and access checker in [access.ts](./src/validations/access-checker/access.ts).
|
|
34
34
|
a. Verify entity pointers can be resolved. If required add a new resolver in [@dcl/urn-resolver](https://github.com/decentraland/urn-resolver).
|
|
35
|
+
|
|
36
|
+
## AI Agent Context
|
|
37
|
+
|
|
38
|
+
For detailed AI Agent context, see [docs/ai-agent-context.md](docs/ai-agent-context.md).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/content-validator",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.1-19080482460.commit-704ed6c",
|
|
4
4
|
"description": "Catalyst content validations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"files": [
|
|
54
54
|
"dist"
|
|
55
55
|
],
|
|
56
|
-
"commit": "
|
|
56
|
+
"commit": "704ed6cbe9b07d58e11070b4275c89a01f69e108"
|
|
57
57
|
}
|