@thi.ng/tangle 1.1.50 → 1.1.51
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/tangle",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.51",
|
|
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,15 +41,15 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@thi.ng/api": "^8.12.7",
|
|
44
|
-
"@thi.ng/args": "^3.2.
|
|
44
|
+
"@thi.ng/args": "^3.2.2",
|
|
45
45
|
"@thi.ng/checks": "^3.7.23",
|
|
46
46
|
"@thi.ng/compare": "^2.4.33",
|
|
47
|
-
"@thi.ng/date": "^2.7.
|
|
47
|
+
"@thi.ng/date": "^2.7.70",
|
|
48
48
|
"@thi.ng/errors": "^2.5.47",
|
|
49
|
-
"@thi.ng/file-io": "^2.2.
|
|
49
|
+
"@thi.ng/file-io": "^2.2.17",
|
|
50
50
|
"@thi.ng/logger": "^3.2.6",
|
|
51
|
-
"@thi.ng/strings": "^3.9.
|
|
52
|
-
"@thi.ng/transducers": "^9.6.
|
|
51
|
+
"@thi.ng/strings": "^3.9.28",
|
|
52
|
+
"@thi.ng/transducers": "^9.6.16"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/node": "^24.9.1",
|
|
@@ -103,5 +103,5 @@
|
|
|
103
103
|
"thi.ng": {
|
|
104
104
|
"year": 2022
|
|
105
105
|
},
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "74b6f319d8f52c9266d97f616be5298a6a5b96e4\n"
|
|
107
107
|
}
|