From e40d2895dfd533ae99ab4241f30c0db2fbcf0598 Mon Sep 17 00:00:00 2001 From: Gabriel Diaz Date: Thu, 6 Jun 2024 17:28:10 -0300 Subject: [PATCH] chore: Upgrade package @dcl/builder-client --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2ea01139..4987a11f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babylonjs/core": "^4.2.0", "@babylonjs/loaders": "^4.2.0", - "@dcl/builder-client": "^4.3.2", + "@dcl/builder-client": "^4.3.3", "@dcl/builder-templates": "^0.2.0", "@dcl/content-hash-tree": "^1.1.3", "@dcl/crypto": "^3.4.5", @@ -2104,9 +2104,9 @@ } }, "node_modules/@dcl/builder-client": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@dcl/builder-client/-/builder-client-4.3.2.tgz", - "integrity": "sha512-crBwq0nPxtSHvUXGn2jlJUuyUi+qNq01FL/UIomML/2MeMfDIIzmJElojaozz3TIOFjmixyOchoi+SST++A5DQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@dcl/builder-client/-/builder-client-4.3.3.tgz", + "integrity": "sha512-QK/5djJIighIGuK3oSsINk46cJrC+xe9beDrzaP1m91FWv42aC5BX3wFcXga1geP/jjx6atYl3BvnsTWFXfyCQ==", "dependencies": { "@dcl/crypto": "^3.0.1", "@dcl/hashing": "^1.1.0", diff --git a/package.json b/package.json index a41c2299b..9497fc1db 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@babylonjs/core": "^4.2.0", "@babylonjs/loaders": "^4.2.0", - "@dcl/builder-client": "^4.3.2", + "@dcl/builder-client": "^4.3.3", "@dcl/builder-templates": "^0.2.0", "@dcl/content-hash-tree": "^1.1.3", "@dcl/crypto": "^3.4.5",