@serwist/streams 9.0.5 → 9.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/package.json +9 -6
package/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
MIT License
|
2
2
|
|
3
|
-
Copyright (c) 2018 Google LLC, 2019 ShadowWalker w@weiw.io https://weiw.io, 2023 Serwist
|
3
|
+
Copyright (c) 2018-2023 Google LLC, 2019-2023 ShadowWalker w@weiw.io https://weiw.io, 2020-2023 Anthony Fu <https://github.com/antfu>, 2023-PRESENT Serwist
|
4
4
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@serwist/streams",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.6",
|
4
4
|
"type": "module",
|
5
5
|
"description": "A library that makes it easier to work with Streams in the browser.",
|
6
6
|
"files": [
|
@@ -15,7 +15,10 @@
|
|
15
15
|
"streams",
|
16
16
|
"readablestream"
|
17
17
|
],
|
18
|
-
"author": "Google's Web DevRel Team
|
18
|
+
"author": "Google's Web DevRel Team",
|
19
|
+
"contributors": [
|
20
|
+
"Serwist <ducanh2912.rusty@gmail.com> (https://serwist.pages.dev/)"
|
21
|
+
],
|
19
22
|
"license": "MIT",
|
20
23
|
"repository": "https://github.com/serwist/serwist",
|
21
24
|
"bugs": "https://github.com/serwist/serwist/issues",
|
@@ -30,12 +33,12 @@
|
|
30
33
|
"./package.json": "./package.json"
|
31
34
|
},
|
32
35
|
"dependencies": {
|
33
|
-
"serwist": "9.0.
|
36
|
+
"serwist": "9.0.6"
|
34
37
|
},
|
35
38
|
"devDependencies": {
|
36
|
-
"rollup": "4.
|
37
|
-
"typescript": "5.5.
|
38
|
-
"@serwist/configs": "9.0.
|
39
|
+
"rollup": "4.21.0",
|
40
|
+
"typescript": "5.5.4",
|
41
|
+
"@serwist/configs": "9.0.6"
|
39
42
|
},
|
40
43
|
"peerDependencies": {
|
41
44
|
"typescript": ">=5.0.0"
|