@thi.ng/tangle 0.2.41 → 1.0.2

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 +12 -12
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-12-27T14:11:37Z
3
+ - **Last updated**: 2025-01-04T21:07:38Z
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
@@ -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 - 2024 Karsten Schmidt // Apache License 2.0
387
+ © 2022 - 2025 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.2.41",
3
+ "version": "1.0.2",
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.11.15",
45
- "@thi.ng/args": "^2.3.51",
46
- "@thi.ng/checks": "^3.6.17",
47
- "@thi.ng/compare": "^2.4.7",
48
- "@thi.ng/date": "^2.7.36",
49
- "@thi.ng/errors": "^2.5.21",
50
- "@thi.ng/file-io": "^2.1.19",
51
- "@thi.ng/logger": "^3.0.25",
52
- "@thi.ng/strings": "^3.8.13",
53
- "@thi.ng/transducers": "^9.2.11"
44
+ "@thi.ng/api": "^8.11.16",
45
+ "@thi.ng/args": "^2.3.53",
46
+ "@thi.ng/checks": "^3.6.19",
47
+ "@thi.ng/compare": "^2.4.8",
48
+ "@thi.ng/date": "^2.7.38",
49
+ "@thi.ng/errors": "^2.5.22",
50
+ "@thi.ng/file-io": "^2.1.21",
51
+ "@thi.ng/logger": "^3.0.27",
52
+ "@thi.ng/strings": "^3.9.0",
53
+ "@thi.ng/transducers": "^9.2.13"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@microsoft/api-extractor": "^7.48.1",
@@ -104,5 +104,5 @@
104
104
  "thi.ng": {
105
105
  "year": 2022
106
106
  },
107
- "gitHead": "48bf4c22bf23f88ac99f435106af2214f79a0be1\n"
107
+ "gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n"
108
108
  }