@thi.ng/fibers 1.0.71 → 1.0.74

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.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/fibers",
3
- "version": "1.0.71",
3
+ "version": "1.0.74",
4
4
  "description": "Process hierarchies & operators for cooperative multitasking",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,15 +40,15 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.14",
44
- "@thi.ng/arrays": "^2.14.7",
45
- "@thi.ng/buffers": "^1.0.33",
46
- "@thi.ng/checks": "^3.8.4",
47
- "@thi.ng/errors": "^2.6.3",
48
- "@thi.ng/idgen": "^2.2.88",
49
- "@thi.ng/logger": "^3.2.13",
50
- "@thi.ng/random": "^4.1.39",
51
- "@thi.ng/timestamp": "^1.1.33"
43
+ "@thi.ng/api": "^8.12.16",
44
+ "@thi.ng/arrays": "^2.14.10",
45
+ "@thi.ng/buffers": "^1.0.35",
46
+ "@thi.ng/checks": "^3.8.6",
47
+ "@thi.ng/errors": "^2.6.5",
48
+ "@thi.ng/idgen": "^2.2.90",
49
+ "@thi.ng/logger": "^3.2.15",
50
+ "@thi.ng/random": "^4.1.41",
51
+ "@thi.ng/timestamp": "^1.1.35"
52
52
  },
53
53
  "devDependencies": {
54
54
  "esbuild": "^0.27.2",
@@ -116,5 +116,5 @@
116
116
  "status": "alpha",
117
117
  "year": 2023
118
118
  },
119
- "gitHead": "4bd1b9d8ae52ba32b90a1b9a55d329c708ca7865\n"
119
+ "gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
120
120
  }