@dcl/playground-assets 7.0.6-4197739270.commit-db87ed8 → 7.0.6-4217957637.commit-a393ef7
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,18 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-4217957637.commit-a393ef7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
7
7
|
"types": "./index.d.ts",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "tsc -p tsconfig.json",
|
|
10
|
-
"build:cli": "tsc -p tsconfig.cli.json",
|
|
11
10
|
"start": "npm run build && tsc -p tsconfig.json --watch"
|
|
12
11
|
},
|
|
13
|
-
"bin": {
|
|
14
|
-
"sdk-commands": "./cli/index.js"
|
|
15
|
-
},
|
|
16
12
|
"keywords": [],
|
|
17
13
|
"tsdoc": {
|
|
18
14
|
"tsdocFlavor": "AEDoc"
|
|
@@ -20,32 +16,12 @@
|
|
|
20
16
|
"author": "Decentraland",
|
|
21
17
|
"license": "Apache-2.0",
|
|
22
18
|
"dependencies": {
|
|
23
|
-
"@dcl/dcl-rollup": "file:../dcl-rollup",
|
|
24
19
|
"@dcl/ecs": "file:../ecs",
|
|
25
20
|
"@dcl/ecs-math": "2.0.1-20221129185242.commit-40495c1",
|
|
26
21
|
"@dcl/explorer": "1.0.81966-20230215010724.commit-64eb73f",
|
|
27
22
|
"@dcl/js-runtime": "file:../js-runtime",
|
|
28
|
-
"@dcl/mini-comms": "1.0.1-20230216163137.commit-a4c75be",
|
|
29
|
-
"@dcl/protocol": "1.0.0-4114477251.commit-ccb88d6",
|
|
30
23
|
"@dcl/react-ecs": "file:../react-ecs",
|
|
31
|
-
"@dcl/
|
|
32
|
-
"@well-known-components/env-config-provider": "^1.2.0",
|
|
33
|
-
"@well-known-components/http-server": "^2.0.0-20230216161243.commit-bfe3f0a",
|
|
34
|
-
"@well-known-components/logger": "^3.1.2",
|
|
35
|
-
"@well-known-components/metrics": "^2.0.1",
|
|
36
|
-
"arg": "5.0.2",
|
|
37
|
-
"chokidar": "^3.5.3",
|
|
38
|
-
"colorette": "^2.0.19",
|
|
39
|
-
"extract-zip": "2.0.1",
|
|
40
|
-
"ignore": "^5.2.4",
|
|
41
|
-
"node-fetch": "^2.6.8",
|
|
42
|
-
"open": "^8.4.0",
|
|
43
|
-
"portfinder": "^1.0.32",
|
|
44
|
-
"undici": "^5.19.1"
|
|
45
|
-
},
|
|
46
|
-
"devDependencies": {
|
|
47
|
-
"@types/node-fetch": "^2.6.1",
|
|
48
|
-
"@types/ws": "^8.5.4"
|
|
24
|
+
"@dcl/sdk-commands": "file:../sdk-commands"
|
|
49
25
|
},
|
|
50
26
|
"minCliVersion": "3.14.1",
|
|
51
27
|
"typedoc": {
|
|
@@ -54,5 +30,5 @@
|
|
|
54
30
|
"displayName": "SDK",
|
|
55
31
|
"tsconfig": "./tsconfig.json"
|
|
56
32
|
},
|
|
57
|
-
"commit": "
|
|
33
|
+
"commit": "a393ef72d7ad52edf0a4c2f49ad2e22668c7a88d"
|
|
58
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-4217957637.commit-a393ef7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"author": "Decentraland",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dcl/sdk": "7.0.6-
|
|
20
|
+
"@dcl/sdk": "7.0.6-4217957637.commit-a393ef7"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@microsoft/api-extractor": "^7.33.8"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"dist",
|
|
28
28
|
"etc"
|
|
29
29
|
],
|
|
30
|
-
"commit": "
|
|
30
|
+
"commit": "a393ef72d7ad52edf0a4c2f49ad2e22668c7a88d"
|
|
31
31
|
}
|