@dcl/sdk-commands 7.20.1-21915113771.commit-e132905 → 7.20.1-21975617794.commit-7189140
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/dist/commands/sdk-server-logs/index.d.ts +23 -0
- package/dist/commands/sdk-server-logs/index.js +271 -0
- package/dist/commands/sdk-server-logs/index.js.map +1 -0
- package/dist/commands/start/hammurabi-server.d.ts +18 -0
- package/dist/commands/start/hammurabi-server.js +82 -0
- package/dist/commands/start/hammurabi-server.js.map +1 -0
- package/dist/commands/start/index.d.ts +1 -1
- package/dist/commands/start/index.js +36 -31
- package/dist/commands/start/index.js.map +1 -1
- package/dist/commands/start/server/routes.js +2 -0
- package/dist/commands/start/server/routes.js.map +1 -1
- package/dist/commands/start/server/runtime-env.d.ts +71 -0
- package/dist/commands/start/server/runtime-env.js +226 -0
- package/dist/commands/start/server/runtime-env.js.map +1 -0
- package/dist/commands/start/server/storage-service.d.ts +8 -0
- package/dist/commands/start/server/storage-service.js +122 -0
- package/dist/commands/start/server/storage-service.js.map +1 -0
- package/dist/commands/start/types.d.ts +3 -0
- package/dist/commands/start/utils.d.ts +34 -0
- package/dist/commands/start/utils.js +104 -0
- package/dist/commands/start/utils.js.map +1 -1
- package/dist/commands/storage/env.d.ts +5 -0
- package/dist/commands/storage/env.js +86 -0
- package/dist/commands/storage/env.js.map +1 -0
- package/dist/commands/storage/index.d.ts +26 -0
- package/dist/commands/storage/index.js +130 -0
- package/dist/commands/storage/index.js.map +1 -0
- package/dist/commands/storage/player.d.ts +5 -0
- package/dist/commands/storage/player.js +143 -0
- package/dist/commands/storage/player.js.map +1 -0
- package/dist/commands/storage/scene.d.ts +5 -0
- package/dist/commands/storage/scene.js +105 -0
- package/dist/commands/storage/scene.js.map +1 -0
- package/dist/commands/storage/shared.d.ts +62 -0
- package/dist/commands/storage/shared.js +249 -0
- package/dist/commands/storage/shared.js.map +1 -0
- package/dist/commands/storage/types.d.ts +56 -0
- package/dist/commands/storage/types.js +23 -0
- package/dist/commands/storage/types.js.map +1 -0
- package/dist/components/analytics.d.ts +66 -0
- package/dist/components/analytics.js.map +1 -1
- package/dist/logic/auth-chain-headers.d.ts +11 -0
- package/dist/logic/auth-chain-headers.js +25 -0
- package/dist/logic/auth-chain-headers.js.map +1 -0
- package/dist/logic/error.d.ts +1 -1
- package/dist/logic/error.js.map +1 -1
- package/dist/logic/exec.d.ts +1 -0
- package/dist/logic/exec.js +2 -2
- package/dist/logic/exec.js.map +1 -1
- package/dist/logic/lang.js +2 -1
- package/dist/logic/lang.js.map +1 -1
- package/dist/logic/scene-validations.d.ts +9 -1
- package/dist/logic/scene-validations.js.map +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk-commands",
|
|
3
3
|
"description": "",
|
|
4
|
-
"version": "7.20.1-
|
|
4
|
+
"version": "7.20.1-21975617794.commit-7189140",
|
|
5
5
|
"author": "Decentraland",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sdk-commands": "./dist/index.js"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@dcl/crypto": "^3.4.4",
|
|
11
|
-
"@dcl/ecs": "7.20.1-
|
|
11
|
+
"@dcl/ecs": "7.20.1-21975617794.commit-7189140",
|
|
12
12
|
"@dcl/gltf-validator-ts": "1.0.14",
|
|
13
13
|
"@dcl/hashing": "1.1.3",
|
|
14
14
|
"@dcl/inspector": "7.25.0",
|
|
15
|
-
"@dcl/linker-dapp": "^0.14.
|
|
15
|
+
"@dcl/linker-dapp": "^0.14.3-21600693822.commit-1e9b4b4",
|
|
16
16
|
"@dcl/mini-comms": "1.0.1-20230216163137.commit-a4c75be",
|
|
17
|
-
"@dcl/protocol": "1.0.0-
|
|
17
|
+
"@dcl/protocol": "1.0.0-21519068572.commit-814b279",
|
|
18
18
|
"@dcl/quests-client": "^1.0.3",
|
|
19
19
|
"@dcl/quests-manager": "^0.1.4",
|
|
20
20
|
"@dcl/rpc": "^1.1.1",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"extract-zip": "2.0.1",
|
|
35
35
|
"fp-future": "^1.0.1",
|
|
36
36
|
"glob": "^9.3.2",
|
|
37
|
-
"i18next": "^25.
|
|
38
|
-
"i18next-fs-backend": "^2.6.
|
|
37
|
+
"i18next": "^25.8.4",
|
|
38
|
+
"i18next-fs-backend": "^2.6.1",
|
|
39
39
|
"ignore": "^5.2.4",
|
|
40
40
|
"node-fetch": "^2.7.0",
|
|
41
41
|
"open": "^8.4.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"displayName": "SDK",
|
|
81
81
|
"tsconfig": "./tsconfig.json"
|
|
82
82
|
},
|
|
83
|
-
"commit": "
|
|
83
|
+
"commit": "71891401b7e094a6aa6a6b079cb5c9655b64f735"
|
|
84
84
|
}
|