Skip to content

Commit b8bfa75

Browse files
committed
chore: update exports in package.json
1 parent 127321e commit b8bfa75

File tree

4 files changed

+414
-8
lines changed

4 files changed

+414
-8
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "vue-pivottable",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"type": "module",
55
"exports": {
66
".": {
77
"import": "./dist/vue-pivottable.es.js",
88
"require": "./dist/vue-pivottable.umd.js"
99
},
10-
"./dist/": "./dist/"
10+
"./dist/": "./dist/",
11+
"./package.json": "./package.json"
1112
},
1213
"main": "./dist/vue-pivottable.umd.js",
1314
"module": "./dist/vue-pivottable.es.js",
@@ -45,6 +46,7 @@
4546
"url": "https://github.com/vue-pivottable/vue3-pivottable/issues"
4647
},
4748
"scripts": {
49+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
4850
"clean": "rimraf dist packages/*/dist",
4951
"dev": "vite",
5052
"build": "vite build",
@@ -60,12 +62,12 @@
6062
"vue-draggable-next": "^2.2.1"
6163
},
6264
"devDependencies": {
63-
"vue": "^3.2.0",
64-
"@vue-pivottable/lazy-table-renderer": "workspace:*",
65-
"@vue-pivottable/plotly-renderer": "workspace:*",
6665
"@eslint/js": "^9.21.0",
6766
"@vitejs/plugin-vue": "^5.2.1",
67+
"@vue-pivottable/lazy-table-renderer": "workspace:*",
68+
"@vue-pivottable/plotly-renderer": "workspace:*",
6869
"concurrently": "^9.1.2",
70+
"conventional-changelog": "^6.0.0",
6971
"eslint": "^9.21.0",
7072
"eslint-plugin-import": "^2.31.0",
7173
"eslint-plugin-vue": "^9.32.0",
@@ -74,6 +76,7 @@
7476
"rimraf": "^6.0.1",
7577
"vite": "^6.1.0",
7678
"vite-plugin-dts": "^4.5.3",
77-
"vite-plugin-static-copy": "^2.3.1"
79+
"vite-plugin-static-copy": "^2.3.1",
80+
"vue": "^3.2.0"
7881
}
7982
}

packages/lazy-table-renderer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"import": "./dist/lazy-table-renderer.es.js",
88
"require": "./dist/lazy-table-renderer.umd.js"
99
},
10-
"./dist/lazy-table-renderer.css": "./dist/lazy-table-renderer.css"
10+
"./dist/": "./dist/",
11+
"./package.json": "./package.json"
1112
},
1213
"main": "./dist/lazy-table-renderer.umd.js",
1314
"module": "./dist/lazy-table-renderer.es.js",

packages/plotly-renderer/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"import": "./dist/plotly-renderer.es.js",
88
"require": "./dist/plotly-renderer.umd.js"
99
},
10-
"./dist/plotly-renderer.css": "./dist/plotly-renderer.css"
10+
"./dist/": "./dist/",
11+
"./package.json": "./package.json"
1112
},
1213
"main": "./dist/plotly-renderer.umd.js",
1314
"module": "./dist/plotly-renderer.es.js",

0 commit comments

Comments
 (0)