@thi.ng/tangle 0.1.15 → 0.1.16

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**: 2022-12-16T12:52:25Z
3
+ - **Last updated**: 2022-12-22T21:47:07Z
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
@@ -32,7 +32,7 @@ This project is part of the
32
32
 
33
33
  ## About
34
34
 
35
- Literate programming code block tangling / codegen utility, inspired by org-mode & noweb
35
+ Literate programming code block tangling / codegen utility, inspired by org-mode & noweb.
36
36
 
37
37
  [Literate Programming](https://en.wikipedia.org/wiki/Literate_programming) (LP)
38
38
  is a form of programming focused on creating documents of interleaved prose,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tangle",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,20 +35,20 @@
35
35
  "test": "testament test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.6.1",
39
- "@thi.ng/args": "^2.2.13",
40
- "@thi.ng/checks": "^3.3.5",
41
- "@thi.ng/compare": "^2.1.20",
42
- "@thi.ng/date": "^2.3.19",
43
- "@thi.ng/errors": "^2.2.6",
44
- "@thi.ng/file-io": "^0.3.23",
45
- "@thi.ng/logger": "^1.4.5",
46
- "@thi.ng/strings": "^3.3.21",
47
- "@thi.ng/transducers": "^8.3.27"
38
+ "@thi.ng/api": "^8.6.2",
39
+ "@thi.ng/args": "^2.2.14",
40
+ "@thi.ng/checks": "^3.3.6",
41
+ "@thi.ng/compare": "^2.1.21",
42
+ "@thi.ng/date": "^2.3.20",
43
+ "@thi.ng/errors": "^2.2.7",
44
+ "@thi.ng/file-io": "^0.3.24",
45
+ "@thi.ng/logger": "^1.4.6",
46
+ "@thi.ng/strings": "^3.3.22",
47
+ "@thi.ng/transducers": "^8.3.28"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@microsoft/api-extractor": "^7.33.7",
51
- "@thi.ng/testament": "^0.3.7",
51
+ "@thi.ng/testament": "^0.3.8",
52
52
  "rimraf": "^3.0.2",
53
53
  "tools": "^0.0.1",
54
54
  "typedoc": "^0.23.22",
@@ -92,5 +92,5 @@
92
92
  "status": "alpha",
93
93
  "year": 2022
94
94
  },
95
- "gitHead": "7b2af448da8a63fb21704a79cc4cdf1f3d7d7a64\n"
95
+ "gitHead": "bc6f7f5e2765bb96fe64db804eaf4b2443b47fc6\n"
96
96
  }