@dcl/sdk 7.9.7-17128822054.commit-3e15997 → 7.9.7-17404227671.commit-dce4f78

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/README.md CHANGED
@@ -88,9 +88,6 @@ make build
88
88
  ```bash
89
89
  # Run all tests
90
90
  make test
91
-
92
- # Run only ECS tests
93
- make test-ecs
94
91
  ```
95
92
 
96
93
  ### Development Commands
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.9.7-17128822054.commit-3e15997",
4
+ "version": "7.9.7-17404227671.commit-dce4f78",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/ecs": "7.9.7-17128822054.commit-3e15997",
7
+ "@dcl/ecs": "7.9.7-17404227671.commit-dce4f78",
8
8
  "@dcl/ecs-math": "2.1.0",
9
9
  "@dcl/explorer": "1.0.164509-20240802172549.commit-fb95b9b",
10
- "@dcl/js-runtime": "7.9.7-17128822054.commit-3e15997",
11
- "@dcl/react-ecs": "7.9.7-17128822054.commit-3e15997",
12
- "@dcl/sdk-commands": "7.9.7-17128822054.commit-3e15997",
10
+ "@dcl/js-runtime": "7.9.7-17404227671.commit-dce4f78",
11
+ "@dcl/react-ecs": "7.9.7-17404227671.commit-dce4f78",
12
+ "@dcl/sdk-commands": "7.9.7-17404227671.commit-dce4f78",
13
13
  "text-encoding": "0.7.0"
14
14
  },
15
15
  "keywords": [],
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "3e159976db23b7f040f6805b50e73d14285f2c16"
38
+ "commit": "dce4f78c799ab8801e3510ab91f4ac0607490729"
39
39
  }
@@ -1,4 +1,4 @@
1
1
  declare module 'text-encoding' {
2
2
  export const TextEncoder: any
3
3
  export const TextDecoder: any
4
- }
4
+ }
@@ -25,11 +25,7 @@
25
25
  "strictBindCallApply": true,
26
26
  "strictFunctionTypes": true,
27
27
  "strictPropertyInitialization": true,
28
- "lib": [
29
- "ES2020"
30
- ],
31
- "types": [
32
- "@dcl/js-runtime",
33
- ]
28
+ "lib": ["ES2020"],
29
+ "types": ["@dcl/js-runtime"]
34
30
  }
35
31
  }