@thi.ng/tangle 0.1.74 → 0.1.76

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-31T09:44:24Z
3
+ - **Last updated**: 2024-01-23T15:58:27Z
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/README.md CHANGED
@@ -367,4 +367,4 @@ If this project contributes to an academic publication, please cite it as:
367
367
 
368
368
  ## License
369
369
 
370
- © 2022 - 2023 Karsten Schmidt // Apache License 2.0
370
+ © 2022 - 2024 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tangle",
3
- "version": "0.1.74",
3
+ "version": "0.1.76",
4
4
  "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,20 +36,20 @@
36
36
  "test": "testament test"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.9.16",
40
- "@thi.ng/args": "^2.3.4",
41
- "@thi.ng/checks": "^3.4.16",
42
- "@thi.ng/compare": "^2.2.12",
43
- "@thi.ng/date": "^2.5.10",
44
- "@thi.ng/errors": "^2.4.10",
45
- "@thi.ng/file-io": "^1.1.4",
46
- "@thi.ng/logger": "^2.1.3",
47
- "@thi.ng/strings": "^3.7.7",
48
- "@thi.ng/transducers": "^8.8.20"
39
+ "@thi.ng/api": "^8.9.18",
40
+ "@thi.ng/args": "^2.3.6",
41
+ "@thi.ng/checks": "^3.4.18",
42
+ "@thi.ng/compare": "^2.2.14",
43
+ "@thi.ng/date": "^2.5.12",
44
+ "@thi.ng/errors": "^2.4.11",
45
+ "@thi.ng/file-io": "^1.2.0",
46
+ "@thi.ng/logger": "^2.1.4",
47
+ "@thi.ng/strings": "^3.7.9",
48
+ "@thi.ng/transducers": "^8.8.22"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.39.0",
52
- "@thi.ng/testament": "^0.4.9",
52
+ "@thi.ng/testament": "^0.4.10",
53
53
  "esbuild": "^0.19.10",
54
54
  "rimraf": "^5.0.5",
55
55
  "typedoc": "^0.25.4",
@@ -93,5 +93,5 @@
93
93
  "status": "alpha",
94
94
  "year": 2022
95
95
  },
96
- "gitHead": "b3db173682e1148cf08a6bd907b8d90b47b7c066\n"
96
+ "gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n"
97
97
  }