@thi.ng/tangle 0.2.23 → 0.2.24
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 +1 -1
- package/package.json +24 -17
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -308,7 +308,7 @@ Accepting PRs with instructruction for other editors & IDEs.
|
|
|
308
308
|
|
|
309
309
|
## Status
|
|
310
310
|
|
|
311
|
-
**
|
|
311
|
+
**STABLE** - used in production
|
|
312
312
|
|
|
313
313
|
[Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Btangle%5D+in%3Atitle)
|
|
314
314
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/tangle",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.24",
|
|
4
4
|
"description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,30 +37,38 @@
|
|
|
37
37
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@thi.ng/api": "^8.11.
|
|
41
|
-
"@thi.ng/args": "^2.3.
|
|
42
|
-
"@thi.ng/checks": "^3.6.
|
|
43
|
-
"@thi.ng/compare": "^2.
|
|
44
|
-
"@thi.ng/date": "^2.7.
|
|
45
|
-
"@thi.ng/errors": "^2.5.
|
|
46
|
-
"@thi.ng/file-io": "^2.1.
|
|
47
|
-
"@thi.ng/logger": "^3.0.
|
|
48
|
-
"@thi.ng/strings": "^3.8.
|
|
49
|
-
"@thi.ng/transducers": "^9.0.
|
|
40
|
+
"@thi.ng/api": "^8.11.8",
|
|
41
|
+
"@thi.ng/args": "^2.3.40",
|
|
42
|
+
"@thi.ng/checks": "^3.6.10",
|
|
43
|
+
"@thi.ng/compare": "^2.4.0",
|
|
44
|
+
"@thi.ng/date": "^2.7.25",
|
|
45
|
+
"@thi.ng/errors": "^2.5.14",
|
|
46
|
+
"@thi.ng/file-io": "^2.1.10",
|
|
47
|
+
"@thi.ng/logger": "^3.0.18",
|
|
48
|
+
"@thi.ng/strings": "^3.8.2",
|
|
49
|
+
"@thi.ng/transducers": "^9.0.13"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@microsoft/api-extractor": "^7.47.
|
|
52
|
+
"@microsoft/api-extractor": "^7.47.5",
|
|
53
53
|
"esbuild": "^0.23.0",
|
|
54
|
-
"typedoc": "^0.26.
|
|
55
|
-
"typescript": "^5.5.
|
|
54
|
+
"typedoc": "^0.26.5",
|
|
55
|
+
"typescript": "^5.5.4"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
|
+
"cli",
|
|
58
59
|
"codegen",
|
|
60
|
+
"generator",
|
|
59
61
|
"literate-programming",
|
|
60
62
|
"markdown",
|
|
61
63
|
"org-mode",
|
|
64
|
+
"parser",
|
|
65
|
+
"rewrite",
|
|
62
66
|
"tangle",
|
|
63
|
-
"
|
|
67
|
+
"template",
|
|
68
|
+
"text",
|
|
69
|
+
"tool",
|
|
70
|
+
"typescript",
|
|
71
|
+
"variable"
|
|
64
72
|
],
|
|
65
73
|
"publishConfig": {
|
|
66
74
|
"access": "public"
|
|
@@ -89,8 +97,7 @@
|
|
|
89
97
|
}
|
|
90
98
|
},
|
|
91
99
|
"thi.ng": {
|
|
92
|
-
"status": "alpha",
|
|
93
100
|
"year": 2022
|
|
94
101
|
},
|
|
95
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
|
|
96
103
|
}
|