@thi.ng/tangle 1.1.54 → 1.1.56

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/README.md +2 -2
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 211 standalone projects, maintained as part
10
+ > This is one of 213 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
@@ -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 - 2025 Karsten Schmidt // Apache License 2.0
387
+ © 2022 - 2026 Karsten Schmidt // Apache License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tangle",
3
- "version": "1.1.54",
3
+ "version": "1.1.56",
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,16 +40,16 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.10",
44
- "@thi.ng/args": "^3.2.5",
45
- "@thi.ng/checks": "^3.8.0",
46
- "@thi.ng/compare": "^2.4.36",
47
- "@thi.ng/date": "^2.7.73",
48
- "@thi.ng/errors": "^2.5.50",
49
- "@thi.ng/file-io": "^2.2.20",
50
- "@thi.ng/logger": "^3.2.9",
51
- "@thi.ng/strings": "^3.9.31",
52
- "@thi.ng/transducers": "^9.6.19"
43
+ "@thi.ng/api": "^8.12.12",
44
+ "@thi.ng/args": "^3.2.7",
45
+ "@thi.ng/checks": "^3.8.2",
46
+ "@thi.ng/compare": "^2.4.38",
47
+ "@thi.ng/date": "^2.7.75",
48
+ "@thi.ng/errors": "^2.6.1",
49
+ "@thi.ng/file-io": "^2.2.22",
50
+ "@thi.ng/logger": "^3.2.11",
51
+ "@thi.ng/strings": "^3.9.33",
52
+ "@thi.ng/transducers": "^9.6.21"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/node": "^24.10.1",
@@ -103,5 +103,5 @@
103
103
  "thi.ng": {
104
104
  "year": 2022
105
105
  },
106
- "gitHead": "824bf9047b5a10f777c5c5b4aeecf0c750a22c75\n"
106
+ "gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
107
107
  }