Skip to content

Commit

Permalink
fix(import-export-sdk): using correct queries on core next api
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Jul 15, 2024
1 parent 1fef6c7 commit 0b5eabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/import-export-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crystallize/import-export-sdk",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions components/import-export-sdk/src/shape/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { updateShapeMutation } from './mutations/update.js';
import { getShapeQuery } from './queries/get.js';

export { getShapeQuery } from './queries/get.js';
export { getManyShapesQuery } from './queries/getMany.js';
export { createShapeMutation } from './mutations/create.js';
export { updateShapeMutation } from './mutations/update.js';

Expand Down

0 comments on commit 0b5eabb

Please sign in to comment.