@push.rocks/taskbuffer 4.2.0 → 4.2.1
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@push.rocks/taskbuffer',
|
|
6
|
-
version: '4.2.
|
|
6
|
+
version: '4.2.1',
|
|
7
7
|
description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSx3QkFBd0I7SUFDOUIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLDhJQUE4STtDQUM1SixDQUFBIn0=
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@push.rocks/taskbuffer',
|
|
6
|
-
version: '4.2.
|
|
6
|
+
version: '4.2.1',
|
|
7
7
|
description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsd0JBQXdCO0lBQzlCLE9BQU8sRUFBRSxPQUFPO0lBQ2hCLFdBQVcsRUFBRSw4SUFBOEk7Q0FDNUosQ0FBQSJ9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@push.rocks/taskbuffer",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.",
|
|
6
6
|
"main": "dist_ts/index.js",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@design.estate/dees-element": "^2.1.6",
|
|
38
38
|
"@push.rocks/lik": "^6.2.2",
|
|
39
39
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
40
|
-
"@push.rocks/smartlog": "^3.1.
|
|
40
|
+
"@push.rocks/smartlog": "^3.1.11",
|
|
41
41
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
42
42
|
"@push.rocks/smartrx": "^3.0.10",
|
|
43
43
|
"@push.rocks/smarttime": "^4.1.1",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"@git.zone/tsbundle": "^2.8.3",
|
|
49
49
|
"@git.zone/tsrun": "^2.0.1",
|
|
50
50
|
"@git.zone/tstest": "^3.1.8",
|
|
51
|
-
"@types/node": "^25.
|
|
51
|
+
"@types/node": "^25.2.3"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|
|
54
54
|
"ts/**/*",
|
package/readme.hints.md
CHANGED
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
accessor count = 0;
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
## Dependencies (as of v4.
|
|
56
|
+
## Dependencies (as of v4.2.0)
|
|
57
57
|
- `@design.estate/dees-element` ^2.1.6 - TC39 decorators with `accessor` keyword
|
|
58
58
|
- `@push.rocks/lik` ^6.2.2 - Data structures
|
|
59
59
|
- `@push.rocks/smartdelay` ^3.0.5 - Delay utilities
|
|
60
|
-
- `@push.rocks/smartlog` ^3.1.
|
|
60
|
+
- `@push.rocks/smartlog` ^3.1.11 - Logging
|
|
61
61
|
- `@push.rocks/smartpromise` ^4.2.3 - Promise utilities
|
|
62
62
|
- `@push.rocks/smartrx` ^3.0.10 - RxJS wrapper
|
|
63
63
|
- `@push.rocks/smarttime` ^4.1.1 - Time/cron utilities
|
|
@@ -66,4 +66,4 @@
|
|
|
66
66
|
- `@git.zone/tsbundle` ^2.8.3 - Bundler (for browser tests)
|
|
67
67
|
- `@git.zone/tsrun` ^2.0.1 - TypeScript runner
|
|
68
68
|
- `@git.zone/tstest` ^3.1.8 - Test runner (supports `.chromium.ts` files)
|
|
69
|
-
- `@types/node` ^25.
|
|
69
|
+
- `@types/node` ^25.2.3 - Node.js type definitions
|
package/readme.md
CHANGED
|
@@ -737,7 +737,7 @@ import type {
|
|
|
737
737
|
|
|
738
738
|
## License and Legal Information
|
|
739
739
|
|
|
740
|
-
This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [
|
|
740
|
+
This repository contains open-source code licensed under the MIT License. A copy of the license can be found in the [LICENSE](./license.md) file.
|
|
741
741
|
|
|
742
742
|
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
|
|
743
743
|
|
package/ts/00_commitinfo_data.ts
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@push.rocks/taskbuffer',
|
|
6
|
-
version: '4.2.
|
|
6
|
+
version: '4.2.1',
|
|
7
7
|
description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.'
|
|
8
8
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@push.rocks/taskbuffer',
|
|
6
|
-
version: '4.2.
|
|
6
|
+
version: '4.2.1',
|
|
7
7
|
description: 'A flexible task management library supporting TypeScript, allowing for task buffering, scheduling, and execution with dependency management.'
|
|
8
8
|
}
|