@dcl/playground-assets 7.3.21-6496606558.commit-42f3bb6 → 7.3.21-6500102688.commit-c9b167c
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.
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.3.21-
|
4
|
+
"version": "7.3.21-6500102688.commit-c9b167c",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
7
|
"@dcl/ecs": "file:../ecs",
|
@@ -9,7 +9,8 @@
|
|
9
9
|
"@dcl/explorer": "1.0.150826-20231009190521.commit-9698dfc",
|
10
10
|
"@dcl/js-runtime": "file:../js-runtime",
|
11
11
|
"@dcl/react-ecs": "file:../react-ecs",
|
12
|
-
"@dcl/sdk-commands": "file:../sdk-commands"
|
12
|
+
"@dcl/sdk-commands": "file:../sdk-commands",
|
13
|
+
"text-encoding": "0.7.0"
|
13
14
|
},
|
14
15
|
"keywords": [],
|
15
16
|
"license": "Apache-2.0",
|
@@ -34,5 +35,5 @@
|
|
34
35
|
},
|
35
36
|
"types": "./index.d.ts",
|
36
37
|
"typings": "./index.d.ts",
|
37
|
-
"commit": "
|
38
|
+
"commit": "c9b167cd67a93e9f7db84d41979f39f005e12a36"
|
38
39
|
}
|
@@ -14170,7 +14170,7 @@
|
|
14170
14170
|
},
|
14171
14171
|
{
|
14172
14172
|
"kind": "Content",
|
14173
|
-
"text": "{\n send(message: import(\"
|
14173
|
+
"text": "{\n send(message: import(\"../internal/provider\")."
|
14174
14174
|
},
|
14175
14175
|
{
|
14176
14176
|
"kind": "Reference",
|
@@ -14188,7 +14188,7 @@
|
|
14188
14188
|
},
|
14189
14189
|
{
|
14190
14190
|
"kind": "Content",
|
14191
|
-
"text": " | null, result?: any) => void) | undefined): void;\n sendAsync(message: import(\"
|
14191
|
+
"text": " | null, result?: any) => void) | undefined): void;\n sendAsync(message: import(\"../internal/provider\")."
|
14192
14192
|
},
|
14193
14193
|
{
|
14194
14194
|
"kind": "Reference",
|
@@ -14213,7 +14213,7 @@
|
|
14213
14213
|
"text": ";"
|
14214
14214
|
}
|
14215
14215
|
],
|
14216
|
-
"fileUrlPath": "../sdk/ethereum-provider.d.ts",
|
14216
|
+
"fileUrlPath": "../sdk/ethereum-provider/index.d.ts",
|
14217
14217
|
"returnTypeTokenRange": {
|
14218
14218
|
"startIndex": 1,
|
14219
14219
|
"endIndex": 10
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.3.21-
|
4
|
+
"version": "7.3.21-6500102688.commit-c9b167c",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.3.21-
|
8
|
-
"@dcl/sdk": "7.3.21-
|
7
|
+
"@dcl/js-runtime": "7.3.21-6500102688.commit-c9b167c",
|
8
|
+
"@dcl/sdk": "7.3.21-6500102688.commit-c9b167c"
|
9
9
|
},
|
10
10
|
"devDependencies": {
|
11
11
|
"@microsoft/api-extractor": "^7.33.8"
|
@@ -32,5 +32,5 @@
|
|
32
32
|
},
|
33
33
|
"types": "./dist/index.d.ts",
|
34
34
|
"typings": "./dist/index.d.ts",
|
35
|
-
"commit": "
|
35
|
+
"commit": "c9b167cd67a93e9f7db84d41979f39f005e12a36"
|
36
36
|
}
|