@thi.ng/hdom-mock 2.1.173 → 2.1.174
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/README.md +12 -11
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
|
-
<!-- Please see: https://
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/hdom-mock)
|
|
6
6
|

|
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
> This is one of 214 standalone projects, maintained as part
|
|
11
|
-
> of the [@thi.ng/umbrella](https://
|
|
11
|
+
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
14
|
-
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
-
>
|
|
14
|
+
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
+
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
|
16
|
+
> Thank you! ❤️
|
|
16
17
|
|
|
17
18
|
- [About](#about)
|
|
18
19
|
- [Status](#status)
|
|
@@ -24,10 +25,10 @@
|
|
|
24
25
|
|
|
25
26
|
## About
|
|
26
27
|
|
|
27
|
-
Mock base implementation for [@thi.ng/hdom](https://
|
|
28
|
+
Mock base implementation for [@thi.ng/hdom](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hdom) API.
|
|
28
29
|
|
|
29
30
|
This package provides a mock implementation of the
|
|
30
|
-
[`HDOMImplementation`](https://
|
|
31
|
+
[`HDOMImplementation`](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hdom/src/api.ts)
|
|
31
32
|
interface for testing and prototyping purposes of potential basis of
|
|
32
33
|
custom target implementations.
|
|
33
34
|
|
|
@@ -35,7 +36,7 @@ custom target implementations.
|
|
|
35
36
|
|
|
36
37
|
**ALPHA** - bleeding edge / work-in-progress
|
|
37
38
|
|
|
38
|
-
[Search or submit any issues for this package](https://
|
|
39
|
+
[Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bhdom-mock%5D)
|
|
39
40
|
|
|
40
41
|
## Installation
|
|
41
42
|
|
|
@@ -67,9 +68,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.07 KB
|
|
|
67
68
|
|
|
68
69
|
## Dependencies
|
|
69
70
|
|
|
70
|
-
- [@thi.ng/api](https://
|
|
71
|
-
- [@thi.ng/checks](https://
|
|
72
|
-
- [@thi.ng/hdom](https://
|
|
71
|
+
- [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
|
|
72
|
+
- [@thi.ng/checks](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/checks)
|
|
73
|
+
- [@thi.ng/hdom](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hdom)
|
|
73
74
|
|
|
74
75
|
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
75
76
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hdom-mock",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.174",
|
|
4
4
|
"description": "Mock base implementation for @thi.ng/hdom API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://
|
|
11
|
+
"url": "git+https://codeberg.org/thi.ng/umbrella.git",
|
|
12
12
|
"directory": "packages/hdom-mock"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://thi.ng/hdom-mock",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/checks": "^3.8.
|
|
45
|
-
"@thi.ng/hdom": "^9.4.
|
|
43
|
+
"@thi.ng/api": "^8.12.18",
|
|
44
|
+
"@thi.ng/checks": "^3.8.8",
|
|
45
|
+
"@thi.ng/hdom": "^9.4.107"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"esbuild": "^0.27.2",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"status": "alpha",
|
|
74
74
|
"year": 2018
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
|
|
77
77
|
}
|