File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "require" : " ./dist/components/index.js"
1919 },
2020 "./table" : {
21- "types" : " ./dist/table/duckdb-table-utils .d.ts" ,
22- "import" : " ./dist/table/duckdb-table-utils .js" ,
23- "require" : " ./dist/table/duckdb-table-utils .js"
21+ "types" : " ./dist/table/index .d.ts" ,
22+ "import" : " ./dist/table/index .js" ,
23+ "require" : " ./dist/table/index .js"
2424 }
2525 },
2626 "keywords" : [
3535 "build:umd" : " NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack/umd.js --progress --env.prod" ,
3636 "build:types" : " tsc --project ./tsconfig.production.json" ,
3737 "prepublishOnly" : " babel-node ../../scripts/license-header/bin --license ../../FILE-HEADER && yarn build && yarn build:types" ,
38- "stab" : " mkdir -p dist/components dist/table && echo \" export * from '../src';\" > dist/index.js && echo \" export * from '../../src/components';\" > dist/components/index.js && echo \" export * from '../../src/table/duckdb-table-utils ';\" > dist/table/duckdb-table-utils .js"
38+ "stab" : " mkdir -p dist/components dist/table && echo \" export * from '../src';\" > dist/index.js && echo \" export * from '../../src/components';\" > dist/components/index.js && echo \" export * from '../../src/table';\" > dist/table/index .js"
3939 },
4040 "files" : [
4141 " dist" ,
Original file line number Diff line number Diff line change 1+ // SPDX-License-Identifier: MIT
2+ // Copyright contributors to the kepler.gl project
3+
4+ export * from './duckdb-table-utils' ;
5+
You can’t perform that action at this time.
0 commit comments