@thi.ng/transclude 1.1.47 → 1.1.50
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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transclude",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.50",
|
|
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",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/checks": "^3.8.
|
|
45
|
-
"@thi.ng/errors": "^2.6.
|
|
46
|
-
"@thi.ng/file-io": "^2.2.
|
|
47
|
-
"@thi.ng/logger": "^3.2.
|
|
48
|
-
"@thi.ng/strings": "^3.9.
|
|
49
|
-
"@thi.ng/transducers": "^9.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.16",
|
|
44
|
+
"@thi.ng/checks": "^3.8.6",
|
|
45
|
+
"@thi.ng/errors": "^2.6.5",
|
|
46
|
+
"@thi.ng/file-io": "^2.2.26",
|
|
47
|
+
"@thi.ng/logger": "^3.2.15",
|
|
48
|
+
"@thi.ng/strings": "^3.9.37",
|
|
49
|
+
"@thi.ng/transducers": "^9.6.26"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "^24.10.9",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
],
|
|
117
117
|
"year": 2022
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
|
|
120
120
|
}
|