Skip to content

Commit 9237f53

Browse files
authored
Drop unneeded dep on pkg:test (dart-archive/sse#98)
And added a script to rebuild the test file And rebuilt the script file and tiny cleanup to .gitignore
1 parent fa2c621 commit 9237f53

File tree

6 files changed

+1063
-727
lines changed

6 files changed

+1063
-727
lines changed

pkgs/sse/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.dart_tool
2-
.packages
32
pubspec.lock
3+
test/web/index.dart.js.deps

pkgs/sse/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.1.5-wip
2+
3+
- Drop unneeded dependency on `package:js`.
4+
15
## 4.1.4
26

37
- Fix incorrect cast causing failure with `dart2wasm`.

pkgs/sse/analysis_options.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ analyzer:
77

88
linter:
99
rules:
10-
- avoid_returning_null
1110
- avoid_unused_constructor_parameters
1211
- cancel_subscriptions
1312
- literal_only_boolean_expressions

pkgs/sse/pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sse
2-
version: 4.1.4
2+
version: 4.1.5-wip
33
description: >-
44
Provides client and server functionality for setting up bi-directional
55
communication through Server Sent Events (SSE) and corresponding POST
@@ -12,7 +12,6 @@ environment:
1212
dependencies:
1313
async: ^2.0.8
1414
collection: ^1.0.0
15-
js: ^0.6.4
1615
logging: ^1.0.0
1716
pool: ^1.5.0
1817
shelf: ^1.1.0

0 commit comments

Comments
 (0)