@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 +4 -4
- package/README.md +1 -1
- package/bin/abgen.bin +0 -0
- package/lib/ld-linux-x86-64.so.2 +0 -0
- package/package.json +1 -1
package/BUILD-INFO.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
ABGEN_VERSION=0.16.
|
|
2
|
-
ABGEN_RELEASE=v0.16.
|
|
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=
|
|
5
|
-
ABGEN_GIT_REV=
|
|
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
|
-
| `
|
|
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
|
package/lib/ld-linux-x86-64.so.2
CHANGED
|
Binary file
|