@thi.ng/rdom-components 0.4.5 → 0.4.8

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2021-12-13T10:26:00Z
3
+ - **Last updated**: 2022-05-07T11:33:36Z
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.
package/README.md CHANGED
@@ -113,4 +113,4 @@ If this project contributes to an academic publication, please cite it as:
113
113
 
114
114
  ## License
115
115
 
116
- © 2020 - 2021 Karsten Schmidt // Apache Software License 2.0
116
+ © 2020 - 2022 Karsten Schmidt // Apache Software License 2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/rdom-components",
3
- "version": "0.4.5",
3
+ "version": "0.4.8",
4
4
  "description": "Collection of unstyled, customizable components for @thi.ng/rdom",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,21 +34,21 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.3",
38
- "@thi.ng/associative": "^6.1.4",
39
- "@thi.ng/hiccup-html": "^2.1.3",
40
- "@thi.ng/rdom": "^0.8.5",
41
- "@thi.ng/rstream": "^7.2.2",
42
- "@thi.ng/strings": "^3.3.1",
43
- "@thi.ng/transducers": "^8.2.0"
37
+ "@thi.ng/api": "^8.3.6",
38
+ "@thi.ng/associative": "^6.1.7",
39
+ "@thi.ng/hiccup-html": "^2.1.6",
40
+ "@thi.ng/rdom": "^0.8.8",
41
+ "@thi.ng/rstream": "^7.2.5",
42
+ "@thi.ng/strings": "^3.3.4",
43
+ "@thi.ng/transducers": "^8.3.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@microsoft/api-extractor": "^7.19.2",
47
- "@thi.ng/testament": "^0.2.3",
46
+ "@microsoft/api-extractor": "^7.23.1",
47
+ "@thi.ng/testament": "^0.2.6",
48
48
  "rimraf": "^3.0.2",
49
49
  "tools": "^0.0.1",
50
- "typedoc": "^0.22.10",
51
- "typescript": "^4.5.3"
50
+ "typedoc": "^0.22.15",
51
+ "typescript": "^4.6.4"
52
52
  },
53
53
  "keywords": [
54
54
  "browser",
@@ -73,28 +73,28 @@
73
73
  ],
74
74
  "exports": {
75
75
  ".": {
76
- "import": "./index.js"
76
+ "default": "./index.js"
77
77
  },
78
78
  "./accordion": {
79
- "import": "./accordion.js"
79
+ "default": "./accordion.js"
80
80
  },
81
81
  "./dropdown": {
82
- "import": "./dropdown.js"
82
+ "default": "./dropdown.js"
83
83
  },
84
84
  "./editor": {
85
- "import": "./editor.js"
85
+ "default": "./editor.js"
86
86
  },
87
87
  "./icon-button": {
88
- "import": "./icon-button.js"
88
+ "default": "./icon-button.js"
89
89
  },
90
90
  "./input": {
91
- "import": "./input.js"
91
+ "default": "./input.js"
92
92
  },
93
93
  "./radio": {
94
- "import": "./radio.js"
94
+ "default": "./radio.js"
95
95
  },
96
96
  "./tabs": {
97
- "import": "./tabs.js"
97
+ "default": "./tabs.js"
98
98
  }
99
99
  },
100
100
  "thi.ng": {
@@ -105,5 +105,5 @@
105
105
  "status": "alpha",
106
106
  "year": 2020
107
107
  },
108
- "gitHead": "1ba92c6b9509e74e509b4c0b875fc380a97bbbc1\n"
108
+ "gitHead": "cf084be5fd5932226054d2dd32bad35481379f5d\n"
109
109
  }