@knotx/plugins-batch 0.2.11 → 0.2.12

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/dist/index.cjs CHANGED
@@ -72,7 +72,7 @@ class Batch extends (_a = core.BasePlugin, _addNodePipe_dec = [decorators.inject
72
72
  }
73
73
  return operations$.pipe(
74
74
  rxjs.startWith(firstOperation),
75
- rxjs.buffer(rxjs.timer(1e3)),
75
+ rxjs.buffer(rxjs.timer(100)),
76
76
  rxjs.take(1)
77
77
  );
78
78
  }),
package/dist/index.js CHANGED
@@ -70,7 +70,7 @@ class Batch extends (_a = BasePlugin, _addNodePipe_dec = [inject.addNodePipe()],
70
70
  }
71
71
  return operations$.pipe(
72
72
  startWith(firstOperation),
73
- buffer(timer(1e3)),
73
+ buffer(timer(100)),
74
74
  take(1)
75
75
  );
76
76
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knotx/plugins-batch",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "Batch Plugin for Knotx",
5
5
  "author": "boenfu",
6
6
  "license": "MIT",
@@ -28,18 +28,18 @@
28
28
  "dist"
29
29
  ],
30
30
  "peerDependencies": {
31
- "@knotx/jsx": "0.2.10"
31
+ "@knotx/jsx": "0.2.11"
32
32
  },
33
33
  "dependencies": {
34
34
  "rxjs": "^7.8.1",
35
- "@knotx/core": "0.2.10",
36
- "@knotx/decorators": "0.2.11"
35
+ "@knotx/core": "0.2.11",
36
+ "@knotx/decorators": "0.2.12"
37
37
  },
38
38
  "devDependencies": {
39
- "@knotx/build-config": "0.2.10",
40
- "@knotx/eslint-config": "0.2.10",
41
- "@knotx/jsx": "0.2.10",
42
- "@knotx/typescript-config": "0.2.10"
39
+ "@knotx/build-config": "0.2.11",
40
+ "@knotx/eslint-config": "0.2.11",
41
+ "@knotx/jsx": "0.2.11",
42
+ "@knotx/typescript-config": "0.2.11"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "unbuild",