@thi.ng/tangle 0.1.25 → 0.1.26
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/CHANGELOG.md +1 -1
- package/README.md +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -341,9 +341,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.84 KB
|
|
|
341
341
|
[Generated API docs](https://docs.thi.ng/umbrella/tangle/)
|
|
342
342
|
|
|
343
343
|
In addition to the CLI wrapper, the package provides the
|
|
344
|
-
[`tangleFile()`](https://docs.thi.ng/umbrella/tangle/
|
|
344
|
+
[`tangleFile()`](https://docs.thi.ng/umbrella/tangle/functions/tangleFile.html)
|
|
345
345
|
and
|
|
346
|
-
[`tangleString()`](https://docs.thi.ng/umbrella/tangle/
|
|
346
|
+
[`tangleString()`](https://docs.thi.ng/umbrella/tangle/functions/tangleString.html)
|
|
347
347
|
functions. See
|
|
348
348
|
[/test/index.ts](https://github.com/thi-ng/umbrella/blob/develop/packages/tangle/test/index.ts)
|
|
349
349
|
for usage examples.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/tangle",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.26",
|
|
4
4
|
"description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"@thi.ng/args": "^2.2.21",
|
|
40
40
|
"@thi.ng/checks": "^3.3.9",
|
|
41
41
|
"@thi.ng/compare": "^2.1.26",
|
|
42
|
-
"@thi.ng/date": "^2.4.
|
|
42
|
+
"@thi.ng/date": "^2.4.7",
|
|
43
43
|
"@thi.ng/errors": "^2.2.12",
|
|
44
|
-
"@thi.ng/file-io": "^0.5.
|
|
45
|
-
"@thi.ng/logger": "^1.4.
|
|
44
|
+
"@thi.ng/file-io": "^0.5.5",
|
|
45
|
+
"@thi.ng/logger": "^1.4.10",
|
|
46
46
|
"@thi.ng/strings": "^3.4.1",
|
|
47
|
-
"@thi.ng/transducers": "^8.3.
|
|
47
|
+
"@thi.ng/transducers": "^8.3.37"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@microsoft/api-extractor": "^7.34.2",
|
|
51
|
-
"@thi.ng/testament": "^0.3.
|
|
51
|
+
"@thi.ng/testament": "^0.3.12",
|
|
52
52
|
"rimraf": "^4.1.2",
|
|
53
53
|
"tools": "^0.0.1",
|
|
54
54
|
"typedoc": "^0.23.24",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"status": "alpha",
|
|
93
93
|
"year": 2022
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
|
|
96
96
|
}
|