@thi.ng/transclude 1.1.34 → 1.1.39

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/package.json +118 -118
  2. package/CHANGELOG.md +0 -70
package/package.json CHANGED
@@ -1,119 +1,119 @@
1
1
  {
2
- "name": "@thi.ng/transclude",
3
- "version": "1.1.34",
4
- "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/transclude",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts tpl",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/checks": "^3.7.18",
44
- "@thi.ng/errors": "^2.5.42",
45
- "@thi.ng/file-io": "^2.2.11",
46
- "@thi.ng/logger": "^3.2.1",
47
- "@thi.ng/strings": "^3.9.22",
48
- "@thi.ng/transducers": "^9.6.10"
49
- },
50
- "devDependencies": {
51
- "@types/node": "^24.3.0",
52
- "esbuild": "^0.25.9",
53
- "typedoc": "^0.28.12",
54
- "typescript": "^5.9.2"
55
- },
56
- "keywords": [
57
- "functional",
58
- "generator",
59
- "json",
60
- "markdown",
61
- "no-browser",
62
- "nodejs",
63
- "npm",
64
- "parser",
65
- "template",
66
- "text",
67
- "tool",
68
- "transclusion",
69
- "typescript"
70
- ],
71
- "publishConfig": {
72
- "access": "public"
73
- },
74
- "browser": {
75
- "process": false,
76
- "setTimeout": false
77
- },
78
- "engines": {
79
- "node": ">=18"
80
- },
81
- "files": [
82
- "./*.js",
83
- "./*.d.ts",
84
- "tpl"
85
- ],
86
- "exports": {
87
- ".": {
88
- "default": "./index.js"
89
- },
90
- "./api": {
91
- "default": "./api.js"
92
- },
93
- "./tpl/file": {
94
- "default": "./tpl/file.js"
95
- },
96
- "./tpl/markdown": {
97
- "default": "./tpl/markdown.js"
98
- },
99
- "./tpl/pkg": {
100
- "default": "./tpl/pkg.js"
101
- },
102
- "./tpl/whitespace": {
103
- "default": "./tpl/whitespace.js"
104
- },
105
- "./transclude": {
106
- "default": "./transclude.js"
107
- }
108
- },
109
- "thi.ng": {
110
- "related": [
111
- "hiccup-markdown",
112
- "markdown-table",
113
- "proctext",
114
- "tangle"
115
- ],
116
- "year": 2022
117
- },
118
- "gitHead": "fbf4b46ba8a5ecff8c5423f4c2d158d208d20fc8\n"
119
- }
2
+ "name": "@thi.ng/transclude",
3
+ "version": "1.1.39",
4
+ "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/transclude",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts tpl",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.7",
43
+ "@thi.ng/checks": "^3.7.23",
44
+ "@thi.ng/errors": "^2.5.47",
45
+ "@thi.ng/file-io": "^2.2.16",
46
+ "@thi.ng/logger": "^3.2.6",
47
+ "@thi.ng/strings": "^3.9.27",
48
+ "@thi.ng/transducers": "^9.6.15"
49
+ },
50
+ "devDependencies": {
51
+ "@types/node": "^24.9.1",
52
+ "esbuild": "^0.25.11",
53
+ "typedoc": "^0.28.14",
54
+ "typescript": "^5.9.3"
55
+ },
56
+ "keywords": [
57
+ "functional",
58
+ "generator",
59
+ "json",
60
+ "markdown",
61
+ "no-browser",
62
+ "nodejs",
63
+ "npm",
64
+ "parser",
65
+ "template",
66
+ "text",
67
+ "tool",
68
+ "transclusion",
69
+ "typescript"
70
+ ],
71
+ "publishConfig": {
72
+ "access": "public"
73
+ },
74
+ "browser": {
75
+ "process": false,
76
+ "setTimeout": false
77
+ },
78
+ "engines": {
79
+ "node": ">=18"
80
+ },
81
+ "files": [
82
+ "./*.js",
83
+ "./*.d.ts",
84
+ "tpl"
85
+ ],
86
+ "exports": {
87
+ ".": {
88
+ "default": "./index.js"
89
+ },
90
+ "./api": {
91
+ "default": "./api.js"
92
+ },
93
+ "./tpl/file": {
94
+ "default": "./tpl/file.js"
95
+ },
96
+ "./tpl/markdown": {
97
+ "default": "./tpl/markdown.js"
98
+ },
99
+ "./tpl/pkg": {
100
+ "default": "./tpl/pkg.js"
101
+ },
102
+ "./tpl/whitespace": {
103
+ "default": "./tpl/whitespace.js"
104
+ },
105
+ "./transclude": {
106
+ "default": "./transclude.js"
107
+ }
108
+ },
109
+ "thi.ng": {
110
+ "related": [
111
+ "hiccup-markdown",
112
+ "markdown-table",
113
+ "proctext",
114
+ "tangle"
115
+ ],
116
+ "year": 2022
117
+ },
118
+ "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
119
+ }
package/CHANGELOG.md DELETED
@@ -1,70 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@1.1.0) (2025-01-21)
15
-
16
- #### 🚀 Features
17
-
18
- - support recursive includes (w/ cycle detection) ([923d968](https://github.com/thi-ng/umbrella/commit/923d968))
19
- - update `preincludeFile()` transform to support recursive includes
20
- - add tests/assets
21
- - update deps
22
-
23
- ### [0.1.91](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.91) (2024-06-21)
24
-
25
- #### ♻️ Refactoring
26
-
27
- - rename various rest args to be more semantically meaningful ([8088a56](https://github.com/thi-ng/umbrella/commit/8088a56))
28
- - dedupe packageTemplates() internals ([31bbbdd](https://github.com/thi-ng/umbrella/commit/31bbbdd))
29
-
30
- ### [0.1.79](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.79) (2024-03-18)
31
-
32
- #### ♻️ Refactoring
33
-
34
- - minor update regexps ([01ebc90](https://github.com/thi-ng/umbrella/commit/01ebc90))
35
-
36
- ### [0.1.70](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.70) (2024-02-22)
37
-
38
- #### ♻️ Refactoring
39
-
40
- - update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0))
41
-
42
- ### [0.1.69](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.69) (2024-02-22)
43
-
44
- #### ♻️ Refactoring
45
-
46
- - update all `node:*` imports ([c71a526](https://github.com/thi-ng/umbrella/commit/c71a526))
47
-
48
- ### [0.1.46](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.46) (2023-11-09)
49
-
50
- #### ♻️ Refactoring
51
-
52
- - update all tests (packages T-Z) ([020ef6c](https://github.com/thi-ng/umbrella/commit/020ef6c))
53
-
54
- ### [0.1.22](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.22) (2023-08-04)
55
-
56
- #### ♻️ Refactoring
57
-
58
- - update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053))
59
-
60
- ### [0.1.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.3) (2022-12-29)
61
-
62
- #### ♻️ Refactoring
63
-
64
- - update "no-browser" pkg handling ([0e84f1b](https://github.com/thi-ng/umbrella/commit/0e84f1b))
65
-
66
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.0) (2022-12-16)
67
-
68
- #### 🚀 Features
69
-
70
- - import as new pkg ([dc05320](https://github.com/thi-ng/umbrella/commit/dc05320))