@dcl/hammurabi-server 1.0.0-17563060341.commit-62d9a87 → 1.0.0-17563550846.commit-ee8bcbd
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/hammurabi-server",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-17563550846.commit-ee8bcbd",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"build:production": "NODE_ENV=production npm run build",
|
|
26
26
|
"build:worker:production": "NODE_ENV=production node esbuild.config.js",
|
|
27
27
|
"watch": "tsc --watch",
|
|
28
|
-
"dev": "nodemon --watch src --ext ts --exec \"npm run build
|
|
29
|
-
"dev:genesis": "nodemon --watch src --ext ts --exec \"npm run build
|
|
28
|
+
"dev": "nodemon --watch src --ext ts --exec \"npm run build && node dist/cli.js --realm=localhost:8000\"",
|
|
29
|
+
"dev:genesis": "nodemon --watch src --ext ts --exec \"npm run build && node dist/cli.js --position=23,-24\"",
|
|
30
30
|
"test": "jest",
|
|
31
31
|
"prepublishOnly": "npm run build:production"
|
|
32
32
|
},
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"README.md"
|
|
57
57
|
],
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@babylonjs/core": "
|
|
60
|
-
"@babylonjs/gui": "
|
|
61
|
-
"@babylonjs/loaders": "
|
|
62
|
-
"@babylonjs/materials": "
|
|
59
|
+
"@babylonjs/core": "6.4.1",
|
|
60
|
+
"@babylonjs/gui": "6.4.1",
|
|
61
|
+
"@babylonjs/loaders": "6.4.1",
|
|
62
|
+
"@babylonjs/materials": "6.4.1",
|
|
63
63
|
"@dcl/crypto": "^3.4.1",
|
|
64
64
|
"@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-16234000840.commit-ff76686.tgz",
|
|
65
65
|
"@dcl/quickjs-emscripten": "^0.21.0-3680274614.commit-1808aa1",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"ts-jest": "^29.1.0",
|
|
83
83
|
"typescript": "^5.0.4"
|
|
84
84
|
},
|
|
85
|
-
"commit": "
|
|
85
|
+
"commit": "ee8bcbd1f23f20336ca42594dc5ab28e98733567"
|
|
86
86
|
}
|