Skip to content

Commit f4dcfe9

Browse files
fix: Update content validator with profile deployment without files (#1859)
* fix: Update content validator with profile deployment without files * fix: Update the contenet validator in the lambdas as well
1 parent 7dca39c commit f4dcfe9

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@dcl/catalyst-api-specs": "^3.3.0",
2525
"@dcl/catalyst-contracts": "^4.4.2",
2626
"@dcl/catalyst-storage": "^4.3.0",
27-
"@dcl/content-validator": "^7.0.1",
27+
"@dcl/content-validator": "^7.0.2",
2828
"@dcl/crypto": "^3.4.5",
2929
"@dcl/hashing": "^3.0.4",
3030
"@dcl/job-component": "^0.2.7",

lambdas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@dcl/catalyst-api-specs": "^3.3.0",
15-
"@dcl/content-validator": "^7.0.1",
15+
"@dcl/content-validator": "^7.0.2",
1616
"@dcl/crypto": "^3.4.5",
1717
"@dcl/schemas": "^20.1.1",
1818
"@dcl/urn-resolver": "^3.6.0",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,10 @@
356356
dependencies:
357357
ethers "^5.6.8"
358358

359-
"@dcl/content-validator@^7.0.1":
360-
version "7.0.1"
361-
resolved "https://registry.npmjs.org/@dcl/content-validator/-/content-validator-7.0.1.tgz"
362-
integrity sha512-l4fcPD9qlo2Jubp5S/S/sl0nGnichAAWrKKrCpD+U2CGpR7Zy9iNNEgvK5ra0fvMJuqUxYqLGiY9qRCsSFN4xA==
359+
"@dcl/content-validator@^7.0.2":
360+
version "7.0.2"
361+
resolved "https://registry.yarnpkg.com/@dcl/content-validator/-/content-validator-7.0.2.tgz#4178b9eeeefef22edf9d60714468ff1d0c4dcbe0"
362+
integrity sha512-sRay3onnC7TdlA9b+m9uCV9xsXp36KD5dStpofItWnoYKnTFo5dn4DbLZHJUpoUdGCNJ8IID99aryGwip2C6kg==
363363
dependencies:
364364
"@dcl/block-indexer" "^1.1.2"
365365
"@dcl/content-hash-tree" "^1.1.4"
@@ -5588,11 +5588,6 @@ path-to-regexp@0.1.10:
55885588
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz"
55895589
integrity sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==
55905590

5591-
path-to-regexp@0.1.7:
5592-
version "0.1.7"
5593-
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
5594-
integrity sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==
5595-
55965591
path-to-regexp@^1.7.0:
55975592
version "1.8.0"
55985593
resolved "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz"

0 commit comments

Comments
 (0)