@dcl/abgen-linux-x64 0.16.0 → 0.16.2

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/BUILD-INFO.txt CHANGED
@@ -1,6 +1,6 @@
1
- ABGEN_VERSION=0.16.0
2
- ABGEN_RELEASE=v0.16.0
1
+ ABGEN_VERSION=0.16.2
2
+ ABGEN_RELEASE=v0.16.2
3
3
  ABGEN_TARGET=x86_64-unknown-linux-gnu
4
- ABGEN_BUILD_ID=bc9476d65245
5
- ABGEN_GIT_REV=c218a5e248c3261b2a506dea80c5135327002375
4
+ ABGEN_BUILD_ID=9d3e4ab499ee
5
+ ABGEN_GIT_REV=25b4cad634c505e1ec61c6b0c14fc21136fbd23a
6
6
  SOURCE_DATE_EPOCH=315532800
package/README.md CHANGED
@@ -148,7 +148,7 @@ restore it - it never fetches or re-downloads:
148
148
  ### Server (`crate/src/abcdn/config.rs`)
149
149
  | Var | Default | Meaning |
150
150
  |---|---|---|
151
- | `HTTP_SERVER_HOST` / `HTTP_SERVER_PORT` | `127.0.0.1` / `5147` | bind address |
151
+ | `ABGEN_HTTP_HOST` / `ABGEN_HTTP_PORT` | `127.0.0.1` / `5147` | bind address (legacy aliases `HTTP_SERVER_HOST` / `HTTP_SERVER_PORT` still honored) |
152
152
  | `ABGEN_OUT_ROOT` | `./data/ab-generator/out` | corpus root served + JIT write-back target (may start empty) |
153
153
  | `ABGEN_CATALYST_URL` | `http://127.0.0.1:5141/content` | content server (standalone: `https://peer.decentraland.org/content`) |
154
154
  | `ABGEN_CONTENT_DISK` | unset | optional local content-store root (disk-first client) |
package/bin/abgen.bin CHANGED
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/abgen-linux-x64",
3
- "version": "0.16.0",
3
+ "version": "0.16.2",
4
4
  "description": "abgen prebuilt binary for linux x64 (installed by @dcl/abgen)",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "repository": {