@thi.ng/tangle 1.1.58 → 1.1.60
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 +12 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/tangle",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.60",
|
|
4
4
|
"description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@thi.ng/api": "^8.12.
|
|
45
|
-
"@thi.ng/args": "^3.2.
|
|
46
|
-
"@thi.ng/checks": "^3.8.
|
|
47
|
-
"@thi.ng/compare": "^2.
|
|
48
|
-
"@thi.ng/date": "^2.7.
|
|
49
|
-
"@thi.ng/errors": "^2.6.
|
|
50
|
-
"@thi.ng/file-io": "^2.2.
|
|
51
|
-
"@thi.ng/logger": "^3.2.
|
|
52
|
-
"@thi.ng/strings": "^3.9.
|
|
53
|
-
"@thi.ng/transducers": "^9.6.
|
|
44
|
+
"@thi.ng/api": "^8.12.15",
|
|
45
|
+
"@thi.ng/args": "^3.2.10",
|
|
46
|
+
"@thi.ng/checks": "^3.8.5",
|
|
47
|
+
"@thi.ng/compare": "^2.5.1",
|
|
48
|
+
"@thi.ng/date": "^2.7.78",
|
|
49
|
+
"@thi.ng/errors": "^2.6.4",
|
|
50
|
+
"@thi.ng/file-io": "^2.2.25",
|
|
51
|
+
"@thi.ng/logger": "^3.2.14",
|
|
52
|
+
"@thi.ng/strings": "^3.9.36",
|
|
53
|
+
"@thi.ng/transducers": "^9.6.25"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@types/node": "^24.10.9",
|
|
@@ -104,5 +104,5 @@
|
|
|
104
104
|
"thi.ng": {
|
|
105
105
|
"year": 2022
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "8f50352caab9ec7757d645c0afa605dfb5427abe\n"
|
|
108
108
|
}
|