@thi.ng/fibers 1.0.78 → 1.0.80
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 +2 -2
- package/csp.js +1 -0
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 215 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -404,7 +404,7 @@ For Node.js REPL:
|
|
|
404
404
|
const fib = await import("@thi.ng/fibers");
|
|
405
405
|
```
|
|
406
406
|
|
|
407
|
-
Package sizes (brotli'd, pre-treeshake): ESM: 2.
|
|
407
|
+
Package sizes (brotli'd, pre-treeshake): ESM: 2.44 KB
|
|
408
408
|
|
|
409
409
|
## Dependencies
|
|
410
410
|
|
package/csp.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/fibers",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.80",
|
|
4
4
|
"description": "Process hierarchies & operators for cooperative multitasking",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/arrays": "^2.14.
|
|
45
|
-
"@thi.ng/buffers": "^1.0.
|
|
46
|
-
"@thi.ng/checks": "^3.
|
|
47
|
-
"@thi.ng/errors": "^2.6.
|
|
48
|
-
"@thi.ng/idgen": "^2.2.
|
|
49
|
-
"@thi.ng/logger": "^3.3.
|
|
50
|
-
"@thi.ng/random": "^4.1.
|
|
51
|
-
"@thi.ng/timestamp": "^1.1.
|
|
43
|
+
"@thi.ng/api": "^8.12.20",
|
|
44
|
+
"@thi.ng/arrays": "^2.14.16",
|
|
45
|
+
"@thi.ng/buffers": "^1.0.39",
|
|
46
|
+
"@thi.ng/checks": "^3.9.0",
|
|
47
|
+
"@thi.ng/errors": "^2.6.9",
|
|
48
|
+
"@thi.ng/idgen": "^2.2.94",
|
|
49
|
+
"@thi.ng/logger": "^3.3.3",
|
|
50
|
+
"@thi.ng/random": "^4.1.45",
|
|
51
|
+
"@thi.ng/timestamp": "^1.1.39"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"esbuild": "^0.
|
|
55
|
-
"typedoc": "^0.28.
|
|
54
|
+
"esbuild": "^0.28.0",
|
|
55
|
+
"typedoc": "^0.28.18",
|
|
56
56
|
"typescript": "^5.9.3"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"status": "alpha",
|
|
117
117
|
"year": 2023
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "92be63f24030506f09d6d156804da2798c381dc4"
|
|
120
120
|
}
|