Skip to content

Commit

Permalink
chore: add new npm workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 8, 2024
1 parent 8d0c483 commit 34137d3
Show file tree
Hide file tree
Showing 16 changed files with 18,795 additions and 63,614 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
timeout-minutes: 10

strategy:
fail-fast: false
matrix:
node-version:
- 16
- 18
- 20

steps:
Expand All @@ -38,7 +39,7 @@ jobs:
if: ${{ matrix.node-version == '16' }}

- name: Compile each package
run: npm run compile --workspaces
run: npm run compile --workspaces --if-present

- name: Run tests
run: npm test --workspaces
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

Here are the detailed changelogs for each package in this monorepo:

| Package | Changelog |
|--------------------|------------------------------------------------|
| `socket.io` | [link](packages/socket.io/CHANGELOG.md) |
| `socket.io-client` | [link](packages/socket.io-client/CHANGELOG.md) |
| `socket.io-parser` | [link](packages/socket.io-parser/CHANGELOG.md) |
| Package | Changelog |
|--------------------------------|---------------------------------------------------------|
| `engine.io` | [link](packages/engine.io/CHANGELOG.md) |
| `engine.io-client` | [link](packages/engine.io-client/CHANGELOG.md) |
| `engine.io-parser` | [link](packages/engine.io-parser/CHANGELOG.md) |
| `socket.io` | [link](packages/socket.io/CHANGELOG.md) |
| `socket.io-adapter` | [link](packages/socket.io-adapter/CHANGELOG.md) |
| `socket.io-client` | [link](packages/socket.io-client/CHANGELOG.md) |
| `@socket.io/component-emitter` | [link](packages/socket.io-component-emitter/History.md) |
| `socket.io-parser` | [link](packages/socket.io-parser/CHANGELOG.md) |
Loading

0 comments on commit 34137d3

Please sign in to comment.