@tanstack/vue-table
Advanced tools
Comparing version 8.0.0-alpha.62 to 8.0.0-alpha.63
@@ -10,3 +10,3 @@ { | ||
{ | ||
"uid": "c493-161", | ||
"uid": "e911-161", | ||
"name": "\u0000rollupPluginBabelHelpers.js" | ||
@@ -18,7 +18,7 @@ }, | ||
{ | ||
"uid": "c493-163", | ||
"uid": "e911-163", | ||
"name": "merge-proxy.ts" | ||
}, | ||
{ | ||
"uid": "c493-165", | ||
"uid": "e911-165", | ||
"name": "index.ts" | ||
@@ -34,26 +34,26 @@ } | ||
"nodeParts": { | ||
"c493-161": { | ||
"e911-161": { | ||
"renderedLength": 410, | ||
"gzipLength": 231, | ||
"brotliLength": 0, | ||
"mainUid": "c493-160" | ||
"mainUid": "e911-160" | ||
}, | ||
"c493-163": { | ||
"e911-163": { | ||
"renderedLength": 1779, | ||
"gzipLength": 684, | ||
"brotliLength": 0, | ||
"mainUid": "c493-162" | ||
"mainUid": "e911-162" | ||
}, | ||
"c493-165": { | ||
"e911-165": { | ||
"renderedLength": 1929, | ||
"gzipLength": 722, | ||
"brotliLength": 0, | ||
"mainUid": "c493-164" | ||
"mainUid": "e911-164" | ||
} | ||
}, | ||
"nodeMetas": { | ||
"c493-160": { | ||
"e911-160": { | ||
"id": "\u0000rollupPluginBabelHelpers.js", | ||
"moduleParts": { | ||
"index.production.js": "c493-161" | ||
"index.production.js": "e911-161" | ||
}, | ||
@@ -63,10 +63,10 @@ "imported": [], | ||
{ | ||
"uid": "c493-164" | ||
"uid": "e911-164" | ||
} | ||
] | ||
}, | ||
"c493-162": { | ||
"e911-162": { | ||
"id": "/packages/vue-table/src/merge-proxy.ts", | ||
"moduleParts": { | ||
"index.production.js": "c493-163" | ||
"index.production.js": "e911-163" | ||
}, | ||
@@ -76,23 +76,23 @@ "imported": [], | ||
{ | ||
"uid": "c493-164" | ||
"uid": "e911-164" | ||
} | ||
] | ||
}, | ||
"c493-164": { | ||
"e911-164": { | ||
"id": "/packages/vue-table/src/index.ts", | ||
"moduleParts": { | ||
"index.production.js": "c493-165" | ||
"index.production.js": "e911-165" | ||
}, | ||
"imported": [ | ||
{ | ||
"uid": "c493-160" | ||
"uid": "e911-160" | ||
}, | ||
{ | ||
"uid": "c493-166" | ||
"uid": "e911-166" | ||
}, | ||
{ | ||
"uid": "c493-167" | ||
"uid": "e911-167" | ||
}, | ||
{ | ||
"uid": "c493-162" | ||
"uid": "e911-162" | ||
} | ||
@@ -103,3 +103,3 @@ ], | ||
}, | ||
"c493-166": { | ||
"e911-166": { | ||
"id": "@tanstack/table-core", | ||
@@ -110,3 +110,3 @@ "moduleParts": {}, | ||
{ | ||
"uid": "c493-164" | ||
"uid": "e911-164" | ||
} | ||
@@ -116,3 +116,3 @@ ], | ||
}, | ||
"c493-167": { | ||
"e911-167": { | ||
"id": "vue", | ||
@@ -123,3 +123,3 @@ "moduleParts": {}, | ||
{ | ||
"uid": "c493-164" | ||
"uid": "e911-164" | ||
} | ||
@@ -126,0 +126,0 @@ ], |
{ | ||
"name": "@tanstack/vue-table", | ||
"author": "Tanner Linsley", | ||
"version": "8.0.0-alpha.62", | ||
"version": "8.0.0-alpha.63", | ||
"description": "Composables for building lightweight, fast and extendable datagrids for Vue", | ||
@@ -37,3 +37,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@tanstack/table-core": "8.0.0-alpha.62" | ||
"@tanstack/table-core": "8.0.0-alpha.63" | ||
}, | ||
@@ -40,0 +40,0 @@ "peerDependencies": { |
@@ -10,3 +10,3 @@ import { | ||
} from '@tanstack/table-core' | ||
import { h, watchEffect, ref, onBeforeUpdate, VNode } from 'vue' | ||
import { h, watchEffect, ref, VNode } from 'vue' | ||
import { mergeProxy } from './merge-proxy' | ||
@@ -13,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
159016
+ Added@tanstack/table-core@8.0.0-alpha.63(transitive)
- Removed@tanstack/table-core@8.0.0-alpha.62(transitive)