Skip to content

Commit

Permalink
Add package:js to dependencies (dart-archive/sse#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliette authored Dec 14, 2022
1 parent 4839881 commit a0e1f38
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/sse/.github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [dev]
sdk: [stable, dev]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
Expand All @@ -47,7 +47,7 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [2.15.0, dev]
sdk: [stable, dev]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
Expand Down
2 changes: 2 additions & 0 deletions pkgs/sse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- Send `fetch` requests instead of `XHR` requests.
- Add an optional `debugKey` parameter to `SseClient` to include in logging.
- Add a dependency on `package:js`.
- Update the minimum Dart SDK version to `2.16.0`.

## 4.1.1

Expand Down
3 changes: 2 additions & 1 deletion pkgs/sse/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ description: >-
repository: https://github.com/dart-lang/sse

environment:
sdk: '>=2.15.0 <3.0.0'
sdk: '>=2.16.0 <3.0.0'

dependencies:
async: ^2.0.8
collection: ^1.0.0
js: ^0.6.4
logging: '>=0.11.3+2 <2.0.0'
pool: ^1.5.0
shelf: ^1.1.0
Expand Down

0 comments on commit a0e1f38

Please sign in to comment.