Skip to content

Commit

Permalink
feat: expose entities metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Jul 16, 2024
1 parent 64e012a commit b9f01fd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@dcl/catalyst-storage": "^4.0.0",
"@dcl/hashing": "^3.0.3",
"@dcl/schemas": "^9.1.1",
"@dcl/schemas": "https://sdk-team-cdn.decentraland.org/@dcl/schemas/branch/feat/catalyst-deployments/dcl-schemas-12.0.1-9963583642.commit-7564e5e.tgz",
"@well-known-components/interfaces": "^1.4.0",
"@well-known-components/metrics": "^2.0.0",
"p-queue": "^6.6.2"
Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,15 @@
ajv-errors "^3.0.0"
ajv-keywords "^5.1.0"

"@dcl/schemas@https://sdk-team-cdn.decentraland.org/@dcl/schemas/branch/feat/catalyst-deployments/dcl-schemas-12.0.1-9963583642.commit-7564e5e.tgz":
version "12.0.1-9963583642.commit-7564e5e"
resolved "https://sdk-team-cdn.decentraland.org/@dcl/schemas/branch/feat/catalyst-deployments/dcl-schemas-12.0.1-9963583642.commit-7564e5e.tgz#3681bdda7695f97d2810914d6d886c2d250fea09"
dependencies:
ajv "^8.11.0"
ajv-errors "^3.0.0"
ajv-keywords "^5.1.0"
mitt "^3.0.1"

"@eslint-community/eslint-utils@^4.2.0":
version "4.4.0"
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
Expand Down Expand Up @@ -3609,6 +3618,11 @@ mitt@^3.0.0:
resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.0.tgz#69ef9bd5c80ff6f57473e8d89326d01c414be0bd"
integrity sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==

mitt@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/mitt/-/mitt-3.0.1.tgz#ea36cf0cc30403601ae074c8f77b7092cdab36d1"
integrity sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==

[email protected]:
version "2.1.2"
resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz"
Expand Down

0 comments on commit b9f01fd

Please sign in to comment.