-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): added LICENSE to all bundles, streamlined contents of the b…
…undles, added npm workspaces (#30) * chore(*): added LICENSE to all bundles, streamlined contents of the bundles, added npm workspaces, remove package-lock.json files, update npm scripts to use npm install instead of npm ci, remove root package.json on ci scripts
- Loading branch information
Showing
47 changed files
with
1,417 additions
and
2,490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,11 @@ | ||
.DS_Store | ||
deno.lock | ||
package-lock.json | ||
|
||
**/build/ | ||
**/lib/ | ||
**/node_modules/ | ||
|
||
debug/ | ||
.idea/ | ||
.vscode/ | ||
|
||
|
||
# nyc test coverage | ||
benchmark/ | ||
coverage/ | ||
|
||
# ide crud | ||
vcs.xml | ||
|
||
|
||
lib/ | ||
debug/ | ||
lib/ | ||
build/ | ||
package-lock.json | ||
deno.lock | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# NATS.deno Client Governance | ||
# NATS.js Governance | ||
|
||
NATS.deno Client is part of the NATS project and is subject to the | ||
NATS.js is part of the NATS project and is subject to the | ||
[NATS Governance](https://github.com/nats-io/nats-general/blob/master/GOVERNANCE.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
# TODO | ||
|
||
- [-] Package nuidjs as its own project | ||
- [ ] Move nats-base-client to its own project | ||
- [-] Transport send batching (current batching seems to perform best) | ||
|
||
## BUGS |
Oops, something went wrong.