@johnhalazonetis/data-table 1.24.3 → 1.25.1
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/dist/data-table.css +1 -1
- package/dist/data-table.js +276 -272
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@johnhalazonetis/data-table",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.25.1",
|
|
4
4
|
"description": "Feature-rich Vue 3 data grid built on TanStack Table",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -27,7 +27,6 @@
|
|
|
27
27
|
"build": "BUILD_LIB=true vite build",
|
|
28
28
|
"build:demo": "vite build",
|
|
29
29
|
"build:lib": "BUILD_LIB=true vite build",
|
|
30
|
-
"prepare": "test -f dist/data-table.js || BUILD_LIB=true vite build",
|
|
31
30
|
"preview": "vite preview --outDir dist-demo"
|
|
32
31
|
},
|
|
33
32
|
"peerDependencies": {
|