@thi.ng/tangle 0.2.23 → 0.2.24

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 +24 -17
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-07-22T13:15:57Z
3
+ - **Last updated**: 2024-08-10T15:03: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
@@ -308,7 +308,7 @@ Accepting PRs with instructruction for other editors & IDEs.
308
308
 
309
309
  ## Status
310
310
 
311
- **ALPHA** - bleeding edge / work-in-progress
311
+ **STABLE** - used in production
312
312
 
313
313
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Btangle%5D+in%3Atitle)
314
314
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tangle",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
4
4
  "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -37,30 +37,38 @@
37
37
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@thi.ng/api": "^8.11.7",
41
- "@thi.ng/args": "^2.3.39",
42
- "@thi.ng/checks": "^3.6.9",
43
- "@thi.ng/compare": "^2.3.10",
44
- "@thi.ng/date": "^2.7.24",
45
- "@thi.ng/errors": "^2.5.13",
46
- "@thi.ng/file-io": "^2.1.9",
47
- "@thi.ng/logger": "^3.0.17",
48
- "@thi.ng/strings": "^3.8.1",
49
- "@thi.ng/transducers": "^9.0.12"
40
+ "@thi.ng/api": "^8.11.8",
41
+ "@thi.ng/args": "^2.3.40",
42
+ "@thi.ng/checks": "^3.6.10",
43
+ "@thi.ng/compare": "^2.4.0",
44
+ "@thi.ng/date": "^2.7.25",
45
+ "@thi.ng/errors": "^2.5.14",
46
+ "@thi.ng/file-io": "^2.1.10",
47
+ "@thi.ng/logger": "^3.0.18",
48
+ "@thi.ng/strings": "^3.8.2",
49
+ "@thi.ng/transducers": "^9.0.13"
50
50
  },
51
51
  "devDependencies": {
52
- "@microsoft/api-extractor": "^7.47.0",
52
+ "@microsoft/api-extractor": "^7.47.5",
53
53
  "esbuild": "^0.23.0",
54
- "typedoc": "^0.26.3",
55
- "typescript": "^5.5.3"
54
+ "typedoc": "^0.26.5",
55
+ "typescript": "^5.5.4"
56
56
  },
57
57
  "keywords": [
58
+ "cli",
58
59
  "codegen",
60
+ "generator",
59
61
  "literate-programming",
60
62
  "markdown",
61
63
  "org-mode",
64
+ "parser",
65
+ "rewrite",
62
66
  "tangle",
63
- "typescript"
67
+ "template",
68
+ "text",
69
+ "tool",
70
+ "typescript",
71
+ "variable"
64
72
  ],
65
73
  "publishConfig": {
66
74
  "access": "public"
@@ -89,8 +97,7 @@
89
97
  }
90
98
  },
91
99
  "thi.ng": {
92
- "status": "alpha",
93
100
  "year": 2022
94
101
  },
95
- "gitHead": "bd22b0826134b79064169371665b4d6caa9b6066\n"
102
+ "gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n"
96
103
  }