@tak-ps/vue-tabler 3.83.2 → 3.83.3

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 +4 -0
  2. package/package.json +5 -1
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v3.83.3
14
+
15
+ - :rocket: Additional Exports Options in Package.json
16
+
13
17
  ### v3.83.2
14
18
 
15
19
  - :rocket: Avoid Ugly Autofill background in Firefox
package/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "3.83.2",
4
+ "version": "3.83.3",
5
5
  "lib": "lib.js",
6
+ "main": "lib.js",
6
7
  "module": "lib.js",
8
+ "exports": {
9
+ ".": "./lib.js"
10
+ },
7
11
  "description": "Tabler UI components for Vue3",
8
12
  "scripts": {
9
13
  "test": "echo \"Error: no test specified\" && exit 1",