Skip to content

Commit

Permalink
Merge pull request #8 from MatrixAI/feature-rpc-factor
Browse files Browse the repository at this point in the history
Factor out RPC from Polykey
  • Loading branch information
addievo authored Sep 26, 2023
2 parents 7c54059 + 39b046a commit b091f73
Show file tree
Hide file tree
Showing 35 changed files with 6,801 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,6 @@ npm publish --access public
git push
git push --tags
```

Domains Diagram:
![diagram_encapuslated.svg](images%2Fdiagram_encapuslated.svg)
17 changes: 17 additions & 0 deletions images/diagram_encapuslated.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.9.0",
"typedoc": "^0.23.21",
"typescript": "^4.9.3"
"typescript": "^4.9.3",
"@fast-check/jest": "^1.1.0"
},
"dependencies": {
"@matrixai/async-init": "^1.9.4",
"@matrixai/contexts": "^1.2.0",
"@matrixai/logger": "^3.1.0",
"@matrixai/errors": "^1.2.0",
"@matrixai/events": "^3.2.0",
"@streamparser/json": "^0.0.17",
"ix": "^5.0.0"
}
}
Loading

0 comments on commit b091f73

Please sign in to comment.