@latticexyz/services 1.37.0 → 1.38.0

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/README.md CHANGED
@@ -26,7 +26,7 @@ There are Dockerfiles for each service available at the root of this repo -- `Do
26
26
  Each service can be built and used within a Kubernetes cluster (via a resource that can pull the container image) by pushing the images to a container registry. For example, to build the snapshot server via the Dockerfile, we can build the image
27
27
 
28
28
  ```
29
- docker build -f Dockerfile.snapshot --tag ghcr.io/latticexyz/mud-ecs-snapshot:<YOUR_TAG>
29
+ docker build -f Dockerfile.snapshot . --tag ghcr.io/latticexyz/mud-ecs-snapshot:<YOUR_TAG>
30
30
  ```
31
31
 
32
32
  and then push to the container registry
package/bin/ecs-relay CHANGED
Binary file
package/bin/ecs-snapshot CHANGED
Binary file
package/bin/ecs-stream CHANGED
Binary file
package/bin/faucet CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@latticexyz/services",
3
3
  "license": "MIT",
4
- "version": "1.37.0",
4
+ "version": "1.38.0",
5
5
  "description": "MUD services for enhanced interactions with on-chain ECS state",
6
6
  "main": "protobuf/ts",
7
7
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "rimraf": "^3.0.2",
21
21
  "ts-proto": "^1.126.1"
22
22
  },
23
- "gitHead": "3c37c234782ecefbe93209ec3dfeba58baff59b3",
23
+ "gitHead": "daf03245a4db65012596d40978b0fc33bef10ce5",
24
24
  "dependencies": {
25
25
  "long": "^5.2.1",
26
26
  "nice-grpc-common": "^2.0.0",