@thi.ng/rstream-graph 4.1.202 → 4.1.204

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/rstream-graph",
3
- "version": "4.1.202",
3
+ "version": "4.1.204",
4
4
  "description": "Declarative dataflow graph construction for @thi.ng/rstream",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,17 +39,17 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.12.7",
43
- "@thi.ng/atom": "^5.3.48",
44
- "@thi.ng/checks": "^3.7.23",
45
- "@thi.ng/errors": "^2.5.47",
46
- "@thi.ng/paths": "^5.2.26",
47
- "@thi.ng/resolve-map": "^7.1.119",
48
- "@thi.ng/rstream": "^9.3.5",
49
- "@thi.ng/transducers": "^9.6.16"
42
+ "@thi.ng/api": "^8.12.9",
43
+ "@thi.ng/atom": "^5.3.50",
44
+ "@thi.ng/checks": "^3.7.25",
45
+ "@thi.ng/errors": "^2.5.49",
46
+ "@thi.ng/paths": "^5.2.28",
47
+ "@thi.ng/resolve-map": "^7.1.121",
48
+ "@thi.ng/rstream": "^9.3.7",
49
+ "@thi.ng/transducers": "^9.6.18"
50
50
  },
51
51
  "devDependencies": {
52
- "esbuild": "^0.25.11",
52
+ "esbuild": "^0.27.0",
53
53
  "typedoc": "^0.28.14",
54
54
  "typescript": "^5.9.3"
55
55
  },
@@ -104,5 +104,5 @@
104
104
  ],
105
105
  "year": 2018
106
106
  },
107
- "gitHead": "74b6f319d8f52c9266d97f616be5298a6a5b96e4\n"
107
+ "gitHead": "fdca77cabf47dd23a9ab17a5ca13e3060075c12c\n"
108
108
  }