@thi.ng/tangle 0.1.83 → 0.1.84

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/api.d.ts +3 -0
  2. package/package.json +5 -5
package/api.d.ts CHANGED
@@ -64,5 +64,8 @@ export interface CodeBlockFormat {
64
64
  }
65
65
  export declare const BLOCK_FORMATS: IObjectOf<CodeBlockFormat>;
66
66
  export declare const COMMENT_FORMATS: IObjectOf<string | [string, string]>;
67
+ /**
68
+ * See [thi.ng/logger](https://docs.thi.ng/umbrella/logger/) for usage.
69
+ */
67
70
  export declare const LOGGER: ILogger;
68
71
  //# sourceMappingURL=api.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/tangle",
3
- "version": "0.1.83",
3
+ "version": "0.1.84",
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,15 +37,15 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@thi.ng/api": "^8.9.23",
40
- "@thi.ng/args": "^2.3.13",
40
+ "@thi.ng/args": "^2.3.14",
41
41
  "@thi.ng/checks": "^3.4.23",
42
42
  "@thi.ng/compare": "^2.2.19",
43
43
  "@thi.ng/date": "^2.5.17",
44
44
  "@thi.ng/errors": "^2.4.16",
45
- "@thi.ng/file-io": "^1.2.7",
45
+ "@thi.ng/file-io": "^1.3.0",
46
46
  "@thi.ng/logger": "^3.0.0",
47
47
  "@thi.ng/strings": "^3.7.14",
48
- "@thi.ng/transducers": "^8.9.2"
48
+ "@thi.ng/transducers": "^8.9.3"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.40.1",
@@ -93,5 +93,5 @@
93
93
  "status": "alpha",
94
94
  "year": 2022
95
95
  },
96
- "gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n"
96
+ "gitHead": "ea2ec2e4f14c572bbfac00c43953a6c4033da09e\n"
97
97
  }