Skip to content

Commit 7f8f7c7

Browse files
authored
Merge pull request #26 from tiagosiebler/fixpublish
chore(): fix publish workflow
2 parents ca018a4 + 7c7e39b commit 7f8f7c7

File tree

10 files changed

+39
-40
lines changed

10 files changed

+39
-40
lines changed

.github/workflows/npmpublish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
jobs:
1212
publish-npm:
13-
needs: build
1413
runs-on: ubuntu-latest
1514
steps:
1615
- name: Package Version Updated

docs/classes/OrderBook.html

Lines changed: 20 additions & 20 deletions
Large diffs are not rendered by default.

docs/classes/OrderBooksStore.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/functions/OrderBookLevel.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/index.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/interfaces/OrderBookOptions.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/modules.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/types/OrderBookLevelState.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orderbooks",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "In-memory state stores and handlers for caching multiple exchange:symbol orderbook states",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)