Skip to content

Commit

Permalink
fix: profiles sync deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Oct 10, 2024
1 parent fe67a84 commit 7bed01c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@dcl/crypto": "^3.4.5",
"@dcl/hashing": "^3.0.4",
"@dcl/schemas": "^14.0.0",
"@dcl/snapshots-fetcher": "^9.0.3",
"@dcl/snapshots-fetcher": "https://sdk-team-cdn.decentraland.org/@dcl/snapshots-fetcher/branch/fix/remove-sv-after-retry/dcl-snapshots-fetcher-9.0.4-11275876250.commit-35f0cc4.tgz",
"@dcl/urn-resolver": "^3.6.0",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/fetch-component": "^2.0.2",
Expand Down
16 changes: 16 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,17 @@
"@well-known-components/metrics" "^2.0.0"
p-queue "^6.6.2"

"@dcl/snapshots-fetcher@https://sdk-team-cdn.decentraland.org/@dcl/snapshots-fetcher/branch/fix/remove-sv-after-retry/dcl-snapshots-fetcher-9.0.4-11275876250.commit-35f0cc4.tgz":
version "9.0.4-11275876250.commit-35f0cc4"
resolved "https://sdk-team-cdn.decentraland.org/@dcl/snapshots-fetcher/branch/fix/remove-sv-after-retry/dcl-snapshots-fetcher-9.0.4-11275876250.commit-35f0cc4.tgz#2e3ab55db3b67e3207932e8f413664b5960a0ccf"
dependencies:
"@dcl/catalyst-storage" "^4.0.0"
"@dcl/hashing" "^3.0.3"
"@dcl/schemas" "^9.1.1"
"@well-known-components/interfaces" "^1.4.0"
"@well-known-components/metrics" "^2.0.0"
p-queue "^6.6.2"

"@dcl/urn-resolver@^3.6.0":
version "3.6.0"
resolved "https://registry.npmjs.org/@dcl/urn-resolver/-/urn-resolver-3.6.0.tgz"
Expand Down Expand Up @@ -5453,6 +5464,11 @@ [email protected]:
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==

[email protected]:
version "0.1.7"
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==

path-to-regexp@^1.7.0:
version "1.8.0"
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"
Expand Down

0 comments on commit 7bed01c

Please sign in to comment.