@serwist/streams 9.0.1 → 9.0.3
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
@@ -1 +1 @@
|
|
1
|
-
This module's documentation
|
1
|
+
This module's documentation is a work-in-progress.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@serwist/streams",
|
3
|
-
"version": "9.0.
|
3
|
+
"version": "9.0.3",
|
4
4
|
"type": "module",
|
5
5
|
"description": "A library that makes it easier to work with Streams in the browser.",
|
6
6
|
"files": [
|
@@ -30,12 +30,12 @@
|
|
30
30
|
"./package.json": "./package.json"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"serwist": "9.0.
|
33
|
+
"serwist": "9.0.3"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
|
-
"rollup": "4.
|
37
|
-
"typescript": "5.5
|
38
|
-
"@serwist/configs": "9.0.
|
36
|
+
"rollup": "4.18.0",
|
37
|
+
"typescript": "5.4.5",
|
38
|
+
"@serwist/configs": "9.0.3"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
41
41
|
"typescript": ">=5.0.0"
|
@@ -46,7 +46,7 @@
|
|
46
46
|
}
|
47
47
|
},
|
48
48
|
"scripts": {
|
49
|
-
"build": "rimraf dist &&
|
49
|
+
"build": "rimraf dist && NODE_ENV=production rollup --config rollup.config.js",
|
50
50
|
"dev": "rollup --config rollup.config.js --watch",
|
51
51
|
"lint": "biome lint ./src",
|
52
52
|
"typecheck": "tsc"
|