Skip to content

Commit

Permalink
Drop unneeded dep on pkg:test (dart-archive/sse#98)
Browse files Browse the repository at this point in the history
And added a script to rebuild the test file
And rebuilt the script file
and tiny cleanup to .gitignore
  • Loading branch information
kevmoo authored Dec 1, 2023
1 parent fa2c621 commit 9237f53
Show file tree
Hide file tree
Showing 6 changed files with 1,063 additions and 727 deletions.
2 changes: 1 addition & 1 deletion pkgs/sse/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.dart_tool
.packages
pubspec.lock
test/web/index.dart.js.deps
4 changes: 4 additions & 0 deletions pkgs/sse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.1.5-wip

- Drop unneeded dependency on `package:js`.

## 4.1.4

- Fix incorrect cast causing failure with `dart2wasm`.
Expand Down
1 change: 0 additions & 1 deletion pkgs/sse/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ analyzer:

linter:
rules:
- avoid_returning_null
- avoid_unused_constructor_parameters
- cancel_subscriptions
- literal_only_boolean_expressions
Expand Down
3 changes: 1 addition & 2 deletions pkgs/sse/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sse
version: 4.1.4
version: 4.1.5-wip
description: >-
Provides client and server functionality for setting up bi-directional
communication through Server Sent Events (SSE) and corresponding POST
Expand All @@ -12,7 +12,6 @@ environment:
dependencies:
async: ^2.0.8
collection: ^1.0.0
js: ^0.6.4
logging: ^1.0.0
pool: ^1.5.0
shelf: ^1.1.0
Expand Down
Loading

0 comments on commit 9237f53

Please sign in to comment.