@xyo-network/chain-orchestration 1.7.5 → 1.7.7

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.
Files changed (2) hide show
  1. package/README.md +26 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,13 @@
2
2
 
3
3
  [![logo][]](https://xyo.network)
4
4
 
5
- Version: 1.3.13
5
+ [![npm-badge][]][npm-link]
6
+ [![npm-downloads-badge][]][npm-link]
7
+ [![jsdelivr-badge][]][jsdelivr-link]
8
+ [![npm-license-badge][]](LICENSE)
9
+ [![socket-badge][]][socket-link]
10
+
11
+ Version: 1.7.3
6
12
 
7
13
  XYO Layer One SDK Orchestration
8
14
 
@@ -10,7 +16,12 @@ XYO Layer One SDK Orchestration
10
16
 
11
17
  [TypeDoc Generated Documentation](https://gitbook.xyo.network/xyo-data-lab/xyo-reference/package-documentation/xyo-network__chain-orchestration)
12
18
 
13
- Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
19
+ ## Maintainers
20
+
21
+ - [Arie Trouw](https://github.com/arietrouw) ([arietrouw.com](https://arietrouw.com))
22
+ - [Matt Jones](https://github.com/jonesmac)
23
+ - [Joel Carter](https://github.com/JoelBCarter)
24
+ - [Jordan Trouw](https://github.com/jordantrouw)
14
25
 
15
26
  ## License
16
27
 
@@ -20,4 +31,16 @@ Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-c
20
31
 
21
32
  [Made with 🔥 and ❄️ by XYO](https://xyo.network)
22
33
 
23
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
34
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
35
+
36
+ [npm-badge]: https://img.shields.io/npm/v/@xyo-network/chain-orchestration.svg
37
+ [npm-link]: https://www.npmjs.com/package/@xyo-network/chain-orchestration
38
+
39
+ [npm-downloads-badge]: https://img.shields.io/npm/dw/@xyo-network/chain-orchestration
40
+ [npm-license-badge]: https://img.shields.io/npm/l/@xyo-network/chain-orchestration
41
+
42
+ [jsdelivr-badge]: https://data.jsdelivr.com/v1/package/npm/@xyo-network/chain-orchestration/badge
43
+ [jsdelivr-link]: https://www.jsdelivr.com/package/npm/@xyo-network/chain-orchestration
44
+
45
+ [socket-badge]: https://socket.dev/api/badge/npm/package/@xyo-network/chain-orchestration
46
+ [socket-link]: https://socket.dev/npm/package/@xyo-network/chain-orchestration
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/chain-orchestration",
4
- "version": "1.7.5",
4
+ "version": "1.7.7",
5
5
  "description": "XYO Layer One SDK Orchestration",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -41,7 +41,7 @@
41
41
  "@xyo-network/archivist-model": "^4.1.4",
42
42
  "@xyo-network/bridge-http": "^4.1.4",
43
43
  "@xyo-network/bridge-model": "^4.1.4",
44
- "@xyo-network/chain-modules": "^1.7.5",
44
+ "@xyo-network/chain-modules": "^1.7.7",
45
45
  "@xyo-network/diviner-model": "^4.1.4",
46
46
  "@xyo-network/module-model": "^4.1.4",
47
47
  "@xyo-network/node-memory": "^4.1.4",