Skip to content

Commit

Permalink
chore: upgrade schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Jan 14, 2025
1 parent 0ca5f1e commit a687000
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion consumer-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@aws-sdk/client-sns": "^3.699.0",
"@dcl/cdn-uploader": "^1.4.1-20230208155013.commit-f75a6ee",
"@dcl/schemas": "https://sdk-team-cdn.decentraland.org/@dcl/schemas/branch/feat/new-AB-event/dcl-schemas-15.4.1-12697045668.commit-29b51c2.tgz",
"@dcl/schemas": "^15.5.0",
"@sentry/node": "^8.27.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/http-server": "^2.1.0",
Expand Down
16 changes: 4 additions & 12 deletions consumer-server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -751,18 +751,10 @@
eslint-plugin-prettier "^5.1.3"
prettier "^3.3.2"

"@dcl/schemas@https://sdk-team-cdn.decentraland.org/@dcl/schemas/branch/feat/new-AB-event/dcl-schemas-15.4.1-12678910043.commit-731691e.tgz":
version "15.4.1-12678910043.commit-731691e"
resolved "https://sdk-team-cdn.decentraland.org/@dcl/schemas/branch/feat/new-AB-event/dcl-schemas-15.4.1-12678910043.commit-731691e.tgz#84b0158e186d5aa2396d46d3e71159473b1c2a4a"
dependencies:
ajv "^8.11.0"
ajv-errors "^3.0.0"
ajv-keywords "^5.1.0"
mitt "^3.0.1"

"@dcl/schemas@https://sdk-team-cdn.decentraland.org/@dcl/schemas/branch/feat/new-AB-event/dcl-schemas-15.4.1-12697045668.commit-29b51c2.tgz":
version "15.4.1-12697045668.commit-29b51c2"
resolved "https://sdk-team-cdn.decentraland.org/@dcl/schemas/branch/feat/new-AB-event/dcl-schemas-15.4.1-12697045668.commit-29b51c2.tgz#d7a861b1dce11e127d8d44ce7ca329e16f30943b"
"@dcl/schemas@^15.5.0":
version "15.5.0"
resolved "https://registry.yarnpkg.com/@dcl/schemas/-/schemas-15.5.0.tgz#4d13a6a3bea8174324dd9030d7afad4949b038e4"
integrity sha512-I3q+z4UoztrhdZ7z1CINhtmRt7u7jsye/M50y5LqxfhL87WNpePXuqjuaB37dtlLO19O+88TYeeKcp5aSymRvA==
dependencies:
ajv "^8.11.0"
ajv-errors "^3.0.0"
Expand Down

0 comments on commit a687000

Please sign in to comment.