Skip to content

Commit

Permalink
Merge pull request #298 from ajthinking/exports
Browse files Browse the repository at this point in the history
Export canvas provider
  • Loading branch information
ajthinking committed Sep 16, 2024
2 parents 243176a + 5514b2c commit cb4885f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-story/core",
"version": "0.0.87",
"version": "0.0.88",
"main": "dist/main/index.js",
"type": "commonjs",
"types": "dist/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-story/nodejs",
"version": "0.0.87",
"version": "0.0.88",
"main": "dist/index.js",
"type": "commonjs",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@data-story/ui",
"version": "0.0.87",
"version": "0.0.88",
"main": "./dist/bundle.js",
"types": "./dist/src/index.d.ts",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export { DataStory } from './components/DataStory';
export { DataStoryCanvas } from './components/DataStory/DataStoryCanvas';
export { DataStoryCanvasProvider } from './components/DataStory/store/store';
export { DropDown } from './components/DropDown';
export { SaveIcon } from './components/DataStory/icons/saveIcon'
export { OpenIcon } from './components/DataStory/icons/openIcon'
Expand Down

0 comments on commit cb4885f

Please sign in to comment.