@dcl/hammurabi-server 1.0.0-17268386187.commit-b609629 → 1.0.0-17268432821.commit-5407915

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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -10,8 +10,6 @@ This server can run Decentraland scenes in a headless environment, making it per
10
10
  - **Headless bots** and automated agents
11
11
  - **Performance testing** without browser overhead
12
12
 
13
- **Status: Production Ready** ✅
14
-
15
13
  ## Features
16
14
 
17
15
  - 🏃‍♂️ **Headless 3D Processing** - Full Babylon.js scene simulation without rendering
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/hammurabi-server",
3
- "version": "1.0.0-17268386187.commit-b609629",
3
+ "version": "1.0.0-17268432821.commit-5407915",
4
4
  "main": "dist/cli.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -69,5 +69,5 @@
69
69
  "ts-jest": "^29.1.0",
70
70
  "typescript": "^5.0.4"
71
71
  },
72
- "commit": "b609629e8d6ca3d5239987b7cbbd300f94c407b6"
72
+ "commit": "54079152a51d0a40253de4b06b93e81f6908b9a8"
73
73
  }