@thi.ng/hiccup-css 2.1.5 → 2.1.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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +25 -25
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-03-11T12:13:49Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/hiccup-css",
3
- "version": "2.1.5",
3
+ "version": "2.1.8",
4
4
  "description": "CSS from nested JS data structures",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.3.4",
38
- "@thi.ng/checks": "^3.1.4",
39
- "@thi.ng/errors": "^2.1.4",
40
- "@thi.ng/transducers": "^8.3.0"
37
+ "@thi.ng/api": "^8.3.6",
38
+ "@thi.ng/checks": "^3.1.6",
39
+ "@thi.ng/errors": "^2.1.6",
40
+ "@thi.ng/transducers": "^8.3.3"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.19.4",
44
- "@thi.ng/testament": "^0.2.4",
43
+ "@microsoft/api-extractor": "^7.23.1",
44
+ "@thi.ng/testament": "^0.2.7",
45
45
  "rimraf": "^3.0.2",
46
46
  "tools": "^0.0.1",
47
- "typedoc": "^0.22.13",
48
- "typescript": "^4.6.2"
47
+ "typedoc": "^0.22.15",
48
+ "typescript": "^4.6.4"
49
49
  },
50
50
  "keywords": [
51
51
  "array",
@@ -74,49 +74,49 @@
74
74
  ],
75
75
  "exports": {
76
76
  ".": {
77
- "import": "./index.js"
77
+ "default": "./index.js"
78
78
  },
79
79
  "./animation": {
80
- "import": "./animation.js"
80
+ "default": "./animation.js"
81
81
  },
82
82
  "./api": {
83
- "import": "./api.js"
83
+ "default": "./api.js"
84
84
  },
85
85
  "./attribs": {
86
- "import": "./attribs.js"
86
+ "default": "./attribs.js"
87
87
  },
88
88
  "./comment": {
89
- "import": "./comment.js"
89
+ "default": "./comment.js"
90
90
  },
91
91
  "./conditional": {
92
- "import": "./conditional.js"
92
+ "default": "./conditional.js"
93
93
  },
94
94
  "./css": {
95
- "import": "./css.js"
95
+ "default": "./css.js"
96
96
  },
97
97
  "./import": {
98
- "import": "./import.js"
98
+ "default": "./import.js"
99
99
  },
100
100
  "./inject": {
101
- "import": "./inject.js"
101
+ "default": "./inject.js"
102
102
  },
103
103
  "./keyframes": {
104
- "import": "./keyframes.js"
104
+ "default": "./keyframes.js"
105
105
  },
106
106
  "./media": {
107
- "import": "./media.js"
107
+ "default": "./media.js"
108
108
  },
109
109
  "./namespace": {
110
- "import": "./namespace.js"
110
+ "default": "./namespace.js"
111
111
  },
112
112
  "./quoted-functions": {
113
- "import": "./quoted-functions.js"
113
+ "default": "./quoted-functions.js"
114
114
  },
115
115
  "./supports": {
116
- "import": "./supports.js"
116
+ "default": "./supports.js"
117
117
  },
118
118
  "./units": {
119
- "import": "./units.js"
119
+ "default": "./units.js"
120
120
  }
121
121
  },
122
122
  "thi.ng": {
@@ -127,5 +127,5 @@
127
127
  ],
128
128
  "year": 2016
129
129
  },
130
- "gitHead": "0fc692a3225c068aacafdc4cb6140cf603c67ad8\n"
130
+ "gitHead": "e23901b8582af71d8a29e0ce4929f15ac509f9e5\n"
131
131
  }