@dcl/sdk 7.7.3-13092675533.commit-f0ff8b0 → 7.7.3-13093143335.commit-dc52da3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -8
 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,17 +1,16 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@dcl/sdk",
         
     | 
| 
       3 
3 
     | 
    
         
             
              "description": "",
         
     | 
| 
       4 
     | 
    
         
            -
              "version": "7.7.3- 
     | 
| 
      
 4 
     | 
    
         
            +
              "version": "7.7.3-13093143335.commit-dc52da3",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "author": "Decentraland",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "dependencies": {
         
     | 
| 
       7 
     | 
    
         
            -
                "@dcl/ecs": " 
     | 
| 
      
 7 
     | 
    
         
            +
                "@dcl/ecs": "7.7.3-13093143335.commit-dc52da3",
         
     | 
| 
       8 
8 
     | 
    
         
             
                "@dcl/ecs-math": "2.1.0",
         
     | 
| 
       9 
9 
     | 
    
         
             
                "@dcl/explorer": "1.0.164509-20240802172549.commit-fb95b9b",
         
     | 
| 
       10 
     | 
    
         
            -
                "@dcl/js-runtime": " 
     | 
| 
       11 
     | 
    
         
            -
                "@dcl/react-ecs": " 
     | 
| 
       12 
     | 
    
         
            -
                "@dcl/sdk-commands": " 
     | 
| 
       13 
     | 
    
         
            -
                "text-encoding": "0.7.0" 
     | 
| 
       14 
     | 
    
         
            -
                "@dcl/inspector": "https://sdk-team-cdn.decentraland.org/"
         
     | 
| 
      
 10 
     | 
    
         
            +
                "@dcl/js-runtime": "7.7.3-13093143335.commit-dc52da3",
         
     | 
| 
      
 11 
     | 
    
         
            +
                "@dcl/react-ecs": "7.7.3-13093143335.commit-dc52da3",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "@dcl/sdk-commands": "7.7.3-13093143335.commit-dc52da3",
         
     | 
| 
      
 13 
     | 
    
         
            +
                "text-encoding": "0.7.0"
         
     | 
| 
       15 
14 
     | 
    
         
             
              },
         
     | 
| 
       16 
15 
     | 
    
         
             
              "keywords": [],
         
     | 
| 
       17 
16 
     | 
    
         
             
              "license": "Apache-2.0",
         
     | 
| 
         @@ -36,5 +35,5 @@ 
     | 
|
| 
       36 
35 
     | 
    
         
             
              },
         
     | 
| 
       37 
36 
     | 
    
         
             
              "types": "./index.d.ts",
         
     | 
| 
       38 
37 
     | 
    
         
             
              "typings": "./index.d.ts",
         
     | 
| 
       39 
     | 
    
         
            -
              "commit": " 
     | 
| 
      
 38 
     | 
    
         
            +
              "commit": "dc52da3228717593abd7d78cdb2a2ce9285717e8"
         
     | 
| 
       40 
39 
     | 
    
         
             
            }
         
     |