@availity/element 0.1.1 → 0.1.2
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/CHANGELOG.md +7 -4
- package/package.json +4 -8
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.1.2](https://github.com/Availity/element/compare/@availity/element@0.1.1...@availity/element@0.1.2) (2023-02-22)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* update exports ([af3f9f6](https://github.com/Availity/element/commit/af3f9f6715132b020bf96881dbc70906738bcda7))
|
|
11
|
+
|
|
5
12
|
## [0.1.1](https://github.com/Availity/element/compare/@availity/element@0.1.0...@availity/element@0.1.1) (2023-02-22)
|
|
6
13
|
|
|
7
14
|
## 0.1.0 (2023-02-21)
|
|
@@ -19,7 +26,3 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
19
26
|
|
|
20
27
|
* **element:** create package ([89750a3](https://github.com/Availity/element/commit/89750a3b1750e19e9a6b3078cb34f50356fd8237))
|
|
21
28
|
* **element:** create package ([0117531](https://github.com/Availity/element/commit/011753187798d7a4d67ae04b00a6ef44e59be3ea))
|
|
22
|
-
|
|
23
|
-
# Changelog
|
|
24
|
-
|
|
25
|
-
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
package/package.json
CHANGED
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@availity/element",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
|
+
"browser": "./dist/index.js",
|
|
4
5
|
"main": "./dist/index.js",
|
|
6
|
+
"module": "./dist/index.mjs",
|
|
5
7
|
"types": "./dist/index.d.ts",
|
|
6
|
-
"exports": {
|
|
7
|
-
".": {
|
|
8
|
-
"import": "./dist/index.mjs",
|
|
9
|
-
"require": "./dist/index.js"
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
8
|
"scripts": {
|
|
13
9
|
"build": "tsup src/index.ts --format esm,cjs --dts",
|
|
14
10
|
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
|
|
@@ -18,7 +14,7 @@
|
|
|
18
14
|
"publish:canary": "yarn npm publish --access public --tag canary"
|
|
19
15
|
},
|
|
20
16
|
"dependencies": {
|
|
21
|
-
"@availity/theme-provider": "0.1.
|
|
17
|
+
"@availity/theme-provider": "0.1.2"
|
|
22
18
|
},
|
|
23
19
|
"devDependencies": {
|
|
24
20
|
"react": "18.2.0",
|