@serwist/streams 10.0.0-preview.1 → 10.0.0-preview.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.
@@ -1 +1 @@
1
- {"version":3,"file":"strategy.d.ts","sourceRoot":"","sources":["../src/strategy.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAGjF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,MAAM,MAAM,sBAAsB,GAAG,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,2BAA2B,KAAK,OAAO,CAAC,YAAY,CAAC,GAAG,YAAY,CAAC;AAE5I;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,QAAQ,oBAAqB,sBAAsB,EAAE,eAAe,WAAW,KAAG,oBAwC9F,CAAC"}
1
+ {"version":3,"file":"strategy.d.ts","sourceRoot":"","sources":["../src/strategy.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,oBAAoB,EAAE,2BAA2B,EAAE,MAAM,SAAS,CAAC;AAGjF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAKhD,MAAM,MAAM,sBAAsB,GAAG,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,2BAA2B,KAAK,OAAO,CAAC,YAAY,CAAC,GAAG,YAAY,CAAC;AAE5I;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,QAAQ,GAAI,iBAAiB,sBAAsB,EAAE,EAAE,aAAa,WAAW,KAAG,oBAwC9F,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serwist/streams",
3
- "version": "10.0.0-preview.1",
3
+ "version": "10.0.0-preview.3",
4
4
  "type": "module",
5
5
  "description": "A library that makes it easier to work with Streams in the browser.",
6
6
  "files": [
@@ -33,12 +33,12 @@
33
33
  "./package.json": "./package.json"
34
34
  },
35
35
  "dependencies": {
36
- "serwist": "10.0.0-preview.1"
36
+ "serwist": "10.0.0-preview.3"
37
37
  },
38
38
  "devDependencies": {
39
- "rollup": "4.34.8",
40
- "typescript": "5.7.3",
41
- "@serwist/configs": "10.0.0-preview.1"
39
+ "rollup": "4.40.0",
40
+ "typescript": "5.8.3",
41
+ "@serwist/configs": "10.0.0-preview.3"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "typescript": ">=5.0.0"
@@ -52,6 +52,7 @@
52
52
  "build": "rimraf dist && NODE_ENV=production rollup --config rollup.config.js",
53
53
  "dev": "rollup --config rollup.config.js --watch",
54
54
  "lint": "biome lint ./src",
55
+ "qcheck": "biome check ./src",
55
56
  "typecheck": "tsc"
56
57
  }
57
58
  }