@prophet-ontology/events-runtime 0.1.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -1,7 +1,16 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/Chainso/prophet/main/brand/exports/logo-horizontal-color.png" alt="Prophet logo" />
3
+ </p>
4
+
5
+ ---
6
+
1
7
  # @prophet-ontology/events-runtime
2
8
 
3
9
  `@prophet-ontology/events-runtime` is the shared Node runtime contract used by Prophet-generated action services.
4
10
 
11
+ Main project repository:
12
+ - https://github.com/Chainso/prophet
13
+
5
14
  It defines:
6
15
  - an async `EventPublisher` interface
7
16
  - a canonical `EventWireEnvelope` shape
@@ -78,6 +87,7 @@ npm --prefix prophet-lib/javascript pack --dry-run
78
87
 
79
88
  ## More Information
80
89
 
90
+ - Main repository README: https://github.com/Chainso/prophet#readme
81
91
  - Runtime index: https://github.com/Chainso/prophet/tree/main/prophet-lib
82
92
  - Event wire contract: https://github.com/Chainso/prophet/tree/main/prophet-lib/specs/wire-contract.md
83
93
  - Event wire JSON schema: https://github.com/Chainso/prophet/tree/main/prophet-lib/specs/wire-event-envelope.schema.json
package/package.json CHANGED
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "name": "@prophet-ontology/events-runtime",
3
- "version": "0.1.0",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/Chainso/prophet"
8
+ },
5
9
  "type": "module",
6
10
  "main": "dist/index.js",
7
11
  "types": "dist/index.d.ts",