Skip to content

Commit b091f73

Browse files
authored
Merge pull request #8 from MatrixAI/feature-rpc-factor
Factor out RPC from Polykey
2 parents 7c54059 + 39b046a commit b091f73

35 files changed

+6801
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,6 @@ npm publish --access public
6666
git push
6767
git push --tags
6868
```
69+
70+
Domains Diagram:
71+
![diagram_encapuslated.svg](images%2Fdiagram_encapuslated.svg)

images/diagram_encapuslated.svg

Lines changed: 17 additions & 0 deletions
Loading

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
"ts-node": "^10.9.1",
5454
"tsconfig-paths": "^3.9.0",
5555
"typedoc": "^0.23.21",
56-
"typescript": "^4.9.3"
56+
"typescript": "^4.9.3",
57+
"@fast-check/jest": "^1.1.0"
58+
},
59+
"dependencies": {
60+
"@matrixai/async-init": "^1.9.4",
61+
"@matrixai/contexts": "^1.2.0",
62+
"@matrixai/logger": "^3.1.0",
63+
"@matrixai/errors": "^1.2.0",
64+
"@matrixai/events": "^3.2.0",
65+
"@streamparser/json": "^0.0.17",
66+
"ix": "^5.0.0"
5767
}
5868
}

0 commit comments

Comments
 (0)