@dcl/abgen-linux-x64 0.17.0 → 0.17.1

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.17.0
2
- ABGEN_RELEASE=v0.17.0
1
+ ABGEN_VERSION=0.17.1
2
+ ABGEN_RELEASE=v0.17.1
3
3
  ABGEN_TARGET=x86_64-unknown-linux-gnu
4
- ABGEN_BUILD_ID=61508174f69d
5
- ABGEN_GIT_REV=f731a9e373d5ada41f144177bb392197e65a8044
4
+ ABGEN_BUILD_ID=e48e050ebc29
5
+ ABGEN_GIT_REV=a597b0e50931b3402abdea77258d1425126be2c1
6
6
  SOURCE_DATE_EPOCH=315532800
package/README.md CHANGED
@@ -199,7 +199,7 @@ unprivileged user on `:5147` with `template/` and `shader/` baked in and `ABGEN_
199
199
  preset. The `image` job in [`.github/workflows/release.yml`](.github/workflows/release.yml) builds
200
200
  that image and pushes it to `ghcr.io/decentraland/abgen:<tag>` (and `:latest`) on every `v*` tag.
201
201
  The workspace also ships an AWS Lambda consumer in `lambda/` (the `abgen-lambda` bin);
202
- `nix build .#lambdaImage` produces its container image, which the `lambda-image` job pushes to ECR
202
+ `nix build .#lambdaImage` produces its container image, which the `lambda-image-push` job pushes to ECR
203
203
  on the same tags - see [lambda/README.md](lambda/README.md). The org
204
204
  services-pipeline that publishes the same service to quay (service-name `abgen`) is configured
205
205
  externally in the private `decentraland/definitions` repo, not in this tree. Cutting a release -
package/bin/abgen.bin CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/abgen-linux-x64",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "abgen prebuilt binary for linux x64 (installed by @dcl/abgen)",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "repository": {