@thi.ng/tangle 1.1.54 → 1.1.56
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/README.md +2 -2
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -384,4 +384,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
384
384
|
|
|
385
385
|
## License
|
|
386
386
|
|
|
387
|
-
© 2022 -
|
|
387
|
+
© 2022 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/tangle",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.56",
|
|
4
4
|
"description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/args": "^3.2.
|
|
45
|
-
"@thi.ng/checks": "^3.8.
|
|
46
|
-
"@thi.ng/compare": "^2.4.
|
|
47
|
-
"@thi.ng/date": "^2.7.
|
|
48
|
-
"@thi.ng/errors": "^2.
|
|
49
|
-
"@thi.ng/file-io": "^2.2.
|
|
50
|
-
"@thi.ng/logger": "^3.2.
|
|
51
|
-
"@thi.ng/strings": "^3.9.
|
|
52
|
-
"@thi.ng/transducers": "^9.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.12",
|
|
44
|
+
"@thi.ng/args": "^3.2.7",
|
|
45
|
+
"@thi.ng/checks": "^3.8.2",
|
|
46
|
+
"@thi.ng/compare": "^2.4.38",
|
|
47
|
+
"@thi.ng/date": "^2.7.75",
|
|
48
|
+
"@thi.ng/errors": "^2.6.1",
|
|
49
|
+
"@thi.ng/file-io": "^2.2.22",
|
|
50
|
+
"@thi.ng/logger": "^3.2.11",
|
|
51
|
+
"@thi.ng/strings": "^3.9.33",
|
|
52
|
+
"@thi.ng/transducers": "^9.6.21"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/node": "^24.10.1",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"thi.ng": {
|
|
104
104
|
"year": 2022
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
|
|
107
107
|
}
|