Skip to content

Commit

Permalink
Merge pull request #26 from tiagosiebler/fixpublish
Browse files Browse the repository at this point in the history
chore(): fix publish workflow
  • Loading branch information
tiagosiebler authored Jan 18, 2024
2 parents ca018a4 + 7c7e39b commit 7f8f7c7
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 40 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:

jobs:
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- name: Package Version Updated
Expand Down
40 changes: 20 additions & 20 deletions docs/classes/OrderBook.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/classes/OrderBooksStore.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/functions/OrderBookLevel.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/interfaces/OrderBookOptions.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/modules.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/types/OrderBookLevelState.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orderbooks",
"version": "1.1.8",
"version": "1.1.9",
"description": "In-memory state stores and handlers for caching multiple exchange:symbol orderbook states",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 7f8f7c7

Please sign in to comment.