@thi.ng/hiccup-html 2.1.16 → 2.1.17

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/CHANGELOG.md +11 -11
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-10-28T19:08:39Z
3
+ - **Last updated**: 2022-11-23T22:46:54Z
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.
@@ -32,9 +32,9 @@ and/or version bumps of transitive dependencies.
32
32
 
33
33
  #### ♻️ Refactoring
34
34
 
35
- - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
36
35
  - update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
37
36
  - add .js suffix for all relative imports
37
+ - update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
38
38
 
39
39
  # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@2.0.0) (2021-10-12)
40
40
 
@@ -77,19 +77,19 @@ and/or version bumps of transitive dependencies.
77
77
 
78
78
  #### 🚀 Features
79
79
 
80
- - add CSS props for SVG elements ([efe61b8](https://github.com/thi-ng/umbrella/commit/efe61b8))
81
80
  - add 360+ CSS property names ([d06a4ae](https://github.com/thi-ng/umbrella/commit/d06a4ae))
82
81
  - update `style` attrib type
82
+ - add CSS props for SVG elements ([efe61b8](https://github.com/thi-ng/umbrella/commit/efe61b8))
83
83
 
84
84
  ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-html@0.2.0) (2020-07-02)
85
85
 
86
86
  #### 🚀 Features
87
87
 
88
- - add RDFa attrib support, update types ([0737a16](https://github.com/thi-ng/umbrella/commit/0737a16))
89
- - add more elems (tables) ([f0616e6](https://github.com/thi-ng/umbrella/commit/f0616e6))
90
- - add new elems, add/update types ([9023724](https://github.com/thi-ng/umbrella/commit/9023724))
91
- - add textArea() ([3fceb02](https://github.com/thi-ng/umbrella/commit/3fceb02))
92
88
  - add meta & link variations ([42fb113](https://github.com/thi-ng/umbrella/commit/42fb113))
89
+ - add textArea() ([3fceb02](https://github.com/thi-ng/umbrella/commit/3fceb02))
90
+ - add new elems, add/update types ([9023724](https://github.com/thi-ng/umbrella/commit/9023724))
91
+ - add more elems (tables) ([f0616e6](https://github.com/thi-ng/umbrella/commit/f0616e6))
92
+ - add RDFa attrib support, update types ([0737a16](https://github.com/thi-ng/umbrella/commit/0737a16))
93
93
 
94
94
  #### ♻️ Refactoring
95
95
 
@@ -107,11 +107,11 @@ and/or version bumps of transitive dependencies.
107
107
 
108
108
  #### 🚀 Features
109
109
 
110
- - add more elements, update readme ([5e3f8f1](https://github.com/thi-ng/umbrella/commit/5e3f8f1))
111
- - add more elements & helpers ([68a9bb8](https://github.com/thi-ng/umbrella/commit/68a9bb8))
112
- - re-add support for emmet style tags ([bb06dab](https://github.com/thi-ng/umbrella/commit/bb06dab))
113
- - add AttribVal & EventAttribVal ([469e297](https://github.com/thi-ng/umbrella/commit/469e297))
114
110
  - import as new pkg ([5fffd6f](https://github.com/thi-ng/umbrella/commit/5fffd6f))
111
+ - add AttribVal & EventAttribVal ([469e297](https://github.com/thi-ng/umbrella/commit/469e297))
112
+ - re-add support for emmet style tags ([bb06dab](https://github.com/thi-ng/umbrella/commit/bb06dab))
113
+ - add more elements & helpers ([68a9bb8](https://github.com/thi-ng/umbrella/commit/68a9bb8))
114
+ - add more elements, update readme ([5e3f8f1](https://github.com/thi-ng/umbrella/commit/5e3f8f1))
115
115
 
116
116
  #### ♻️ Refactoring
117
117
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-html",
3
- "version": "2.1.16",
3
+ "version": "2.1.17",
4
4
  "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,14 +34,14 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.5"
37
+ "@thi.ng/api": "^8.4.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "^7.33.5",
41
- "@thi.ng/testament": "^0.3.4",
41
+ "@thi.ng/testament": "^0.3.5",
42
42
  "rimraf": "^3.0.2",
43
43
  "tools": "^0.0.1",
44
- "typedoc": "^0.23.18",
44
+ "typedoc": "^0.23.20",
45
45
  "typescript": "^4.8.4"
46
46
  },
47
47
  "keywords": [
@@ -63,8 +63,8 @@
63
63
  "node": ">=12.7"
64
64
  },
65
65
  "files": [
66
- "*.js",
67
- "*.d.ts"
66
+ "./*.js",
67
+ "./*.d.ts"
68
68
  ],
69
69
  "exports": {
70
70
  ".": {
@@ -110,5 +110,5 @@
110
110
  ],
111
111
  "year": 2020
112
112
  },
113
- "gitHead": "a4b60163a8caddceed5ec1b6b3584d164f61e7b6\n"
113
+ "gitHead": "044ee6a3895720fc78e115032d4d831b63510929\n"
114
114
  }