@thi.ng/transclude 0.1.96 → 0.1.97

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transclude",
3
- "version": "0.1.96",
3
+ "version": "0.1.97",
4
4
  "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,10 +38,10 @@
38
38
  "dependencies": {
39
39
  "@thi.ng/api": "^8.11.7",
40
40
  "@thi.ng/checks": "^3.6.9",
41
- "@thi.ng/file-io": "^2.1.8",
41
+ "@thi.ng/file-io": "^2.1.9",
42
42
  "@thi.ng/logger": "^3.0.17",
43
43
  "@thi.ng/strings": "^3.8.1",
44
- "@thi.ng/transducers": "^9.0.11"
44
+ "@thi.ng/transducers": "^9.0.12"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@microsoft/api-extractor": "^7.47.0",
@@ -109,5 +109,5 @@
109
109
  "status": "alpha",
110
110
  "year": 2022
111
111
  },
112
- "gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n"
112
+ "gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n"
113
113
  }