@thi.ng/hdiff 1.2.19 → 1.2.23
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.
- package/package.json +99 -99
- package/CHANGELOG.md +0 -55
package/package.json
CHANGED
|
@@ -1,100 +1,100 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
}
|
|
2
|
+
"name": "@thi.ng/hdiff",
|
|
3
|
+
"version": "1.2.23",
|
|
4
|
+
"description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "./index.js",
|
|
7
|
+
"typings": "./index.d.ts",
|
|
8
|
+
"bin": "bin/hdiff",
|
|
9
|
+
"sideEffects": false,
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/thi-ng/umbrella.git"
|
|
13
|
+
},
|
|
14
|
+
"homepage": "https://thi.ng/hdiff",
|
|
15
|
+
"funding": [
|
|
16
|
+
{
|
|
17
|
+
"type": "github",
|
|
18
|
+
"url": "https://github.com/sponsors/postspectacular"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"type": "patreon",
|
|
22
|
+
"url": "https://patreon.com/thing_umbrella"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"type": "liberapay",
|
|
26
|
+
"url": "https://liberapay.com/thi.ng"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"author": "Karsten Schmidt (https://thi.ng)",
|
|
30
|
+
"license": "Apache-2.0",
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build": "yarn build:esbuild && yarn build:decl",
|
|
33
|
+
"build:decl": "tsc --declaration --emitDeclarationOnly",
|
|
34
|
+
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
|
|
35
|
+
"clean": "bun ../../tools/src/clean-package.ts",
|
|
36
|
+
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
|
|
37
|
+
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
38
|
+
"pub": "npm publish --access public",
|
|
39
|
+
"test": "bun test",
|
|
40
|
+
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
|
+
},
|
|
42
|
+
"dependencies": {
|
|
43
|
+
"@thi.ng/api": "^8.12.6",
|
|
44
|
+
"@thi.ng/diff": "^5.1.107",
|
|
45
|
+
"@thi.ng/hiccup": "^5.3.28",
|
|
46
|
+
"@thi.ng/hiccup-css": "^2.7.69",
|
|
47
|
+
"@thi.ng/strings": "^3.9.26"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@types/node": "^24.9.1",
|
|
51
|
+
"esbuild": "^0.25.11",
|
|
52
|
+
"typedoc": "^0.28.14",
|
|
53
|
+
"typescript": "^5.9.3"
|
|
54
|
+
},
|
|
55
|
+
"keywords": [
|
|
56
|
+
"cli",
|
|
57
|
+
"css",
|
|
58
|
+
"diff",
|
|
59
|
+
"file",
|
|
60
|
+
"git",
|
|
61
|
+
"hiccup",
|
|
62
|
+
"html",
|
|
63
|
+
"theme",
|
|
64
|
+
"tool",
|
|
65
|
+
"typescript"
|
|
66
|
+
],
|
|
67
|
+
"publishConfig": {
|
|
68
|
+
"access": "public"
|
|
69
|
+
},
|
|
70
|
+
"engines": {
|
|
71
|
+
"node": ">=18"
|
|
72
|
+
},
|
|
73
|
+
"files": [
|
|
74
|
+
"./*.js",
|
|
75
|
+
"./*.d.ts",
|
|
76
|
+
"bin"
|
|
77
|
+
],
|
|
78
|
+
"exports": {
|
|
79
|
+
".": {
|
|
80
|
+
"default": "./index.js"
|
|
81
|
+
},
|
|
82
|
+
"./api": {
|
|
83
|
+
"default": "./api.js"
|
|
84
|
+
},
|
|
85
|
+
"./diff": {
|
|
86
|
+
"default": "./diff.js"
|
|
87
|
+
},
|
|
88
|
+
"./html": {
|
|
89
|
+
"default": "./html.js"
|
|
90
|
+
},
|
|
91
|
+
"./theme": {
|
|
92
|
+
"default": "./theme.js"
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"thi.ng": {
|
|
96
|
+
"status": "alpha",
|
|
97
|
+
"year": 2018
|
|
98
|
+
},
|
|
99
|
+
"gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
|
|
100
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,55 +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.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdiff@1.2.0) (2025-04-16)
|
|
15
|
-
|
|
16
|
-
#### 🚀 Features
|
|
17
|
-
|
|
18
|
-
- add project credits in generated HTML header ([da63079](https://github.com/thi-ng/umbrella/commit/da63079))
|
|
19
|
-
|
|
20
|
-
## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdiff@1.1.0) (2025-02-11)
|
|
21
|
-
|
|
22
|
-
#### 🚀 Features
|
|
23
|
-
|
|
24
|
-
- update CLI wrapper ([c92991c](https://github.com/thi-ng/umbrella/commit/c92991c))
|
|
25
|
-
- check if `bun` is available, otherwise fallback to `node`
|
|
26
|
-
|
|
27
|
-
### [0.3.129](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdiff@0.3.129) (2024-06-21)
|
|
28
|
-
|
|
29
|
-
#### ♻️ Refactoring
|
|
30
|
-
|
|
31
|
-
- enforce uniform naming convention of internal functions ([56992b2](https://github.com/thi-ng/umbrella/commit/56992b2))
|
|
32
|
-
|
|
33
|
-
### [0.3.125](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdiff@0.3.125) (2024-04-20)
|
|
34
|
-
|
|
35
|
-
#### ♻️ Refactoring
|
|
36
|
-
|
|
37
|
-
- update type usage ([33c1085](https://github.com/thi-ng/umbrella/commit/33c1085))
|
|
38
|
-
|
|
39
|
-
### [0.3.107](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdiff@0.3.107) (2024-02-22)
|
|
40
|
-
|
|
41
|
-
#### ♻️ Refactoring
|
|
42
|
-
|
|
43
|
-
- update all `node:*` imports ([c71a526](https://github.com/thi-ng/umbrella/commit/c71a526))
|
|
44
|
-
|
|
45
|
-
### [0.3.81](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdiff@0.3.81) (2023-11-09)
|
|
46
|
-
|
|
47
|
-
#### ♻️ Refactoring
|
|
48
|
-
|
|
49
|
-
- update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
|
|
50
|
-
|
|
51
|
-
### [0.3.63](https://github.com/thi-ng/umbrella/tree/@thi.ng/hdiff@0.3.63) (2023-08-27)
|
|
52
|
-
|
|
53
|
-
#### ♻️ Refactoring
|
|
54
|
-
|
|
55
|
-
- minor update doctype ([2d63bcc](https://github.com/thi-ng/umbrella/commit/2d63bcc))
|