@thi.ng/tangle 1.1.36 → 1.1.38

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-08-06T18:02:31Z
3
+ - **Last updated**: 2025-09-01T16:38:35Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tangle",
3
- "version": "1.1.36",
3
+ "version": "1.1.38",
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,21 +40,21 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.1",
44
- "@thi.ng/args": "^2.9.2",
45
- "@thi.ng/checks": "^3.7.17",
46
- "@thi.ng/compare": "^2.4.27",
47
- "@thi.ng/date": "^2.7.63",
48
- "@thi.ng/errors": "^2.5.41",
49
- "@thi.ng/file-io": "^2.2.8",
50
- "@thi.ng/logger": "^3.1.16",
51
- "@thi.ng/strings": "^3.9.21",
52
- "@thi.ng/transducers": "^9.6.8"
43
+ "@thi.ng/api": "^8.12.2",
44
+ "@thi.ng/args": "^2.10.0",
45
+ "@thi.ng/checks": "^3.7.18",
46
+ "@thi.ng/compare": "^2.4.28",
47
+ "@thi.ng/date": "^2.7.64",
48
+ "@thi.ng/errors": "^2.5.42",
49
+ "@thi.ng/file-io": "^2.2.9",
50
+ "@thi.ng/logger": "^3.1.17",
51
+ "@thi.ng/strings": "^3.9.22",
52
+ "@thi.ng/transducers": "^9.6.9"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/node": "^24.1.0",
56
- "esbuild": "^0.25.8",
57
- "typedoc": "^0.28.9",
55
+ "@types/node": "^24.3.0",
56
+ "esbuild": "^0.25.9",
57
+ "typedoc": "^0.28.12",
58
58
  "typescript": "^5.9.2"
59
59
  },
60
60
  "keywords": [
@@ -103,5 +103,5 @@
103
103
  "thi.ng": {
104
104
  "year": 2022
105
105
  },
106
- "gitHead": "f6ebc1302dc9211d588293aa0897173c6e54f4e5\n"
106
+ "gitHead": "5bda911600ff3c98232d0382a45c60ed0bd1a380\n"
107
107
  }