@latticexyz/services 1.28.1 → 1.30.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # MUD services
1
+ # Services
2
2
 
3
3
  This package contains the source code for MUD services for enhanced interactions with on-chain ECS state -- ECS Snapshot Service and ECS Stream Service.
4
4
 
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.28.1",
4
+ "version": "1.30.1",
5
5
  "description": "MUD services for enhanced interactions with on-chain ECS state",
6
6
  "main": "protobuf/ts",
7
7
  "repository": {
@@ -11,14 +11,14 @@
11
11
  },
12
12
  "scripts": {
13
13
  "prepare": "make build",
14
- "docs": "typedoc . --readme README.md",
14
+ "docs": "rimraf API && mkdir -p _docs/pkg && find pkg -type f -name '*.go' -exec bash -c 'gomarkdoc {} > \"$(dirname _docs/{})\".md' \\; && mv _docs/pkg API && rimraf _docs",
15
15
  "test": "echo 'todo: add tests'",
16
16
  "link": "yarn link",
17
17
  "release": "npm publish || echo 'version already published'"
18
18
  },
19
19
  "devDependencies": {
20
- "ts-proto": "^1.126.1",
21
- "typedoc": "^0.23.10"
20
+ "rimraf": "^3.0.2",
21
+ "ts-proto": "^1.126.1"
22
22
  },
23
- "gitHead": "42fd67871553d5cc05a2163a20c6233aa913decf"
23
+ "gitHead": "bb70a2ffd3b059131cb9b719c677ce2f932696be"
24
24
  }