Skip to content

Commit

Permalink
0.0.579
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 25, 2024
1 parent e31dd39 commit 28bf8b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion migrations/1664940577200-tsx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export const importPackage = async (pckg) => {
const importResult = await packager.import(pckg);
const { errors, packageId, namespaceId } = importResult;
if (errors?.length) {
console.log(JSON.stringify(errors, null, 2));
const error = errors[0]?.graphQLErrors?.[0]?.extensions?.internal?.error;
throw new Error(`Import error: ${String(errors[0]?.graphQLErrors?.[0]?.message || errors?.[0])}${error?.message ? ` ${error?.message} ${error?.request?.method} ${error?.request?.host}:${error?.request?.port}${error?.request?.path}` : ''}`);
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.578",
"version": "0.0.579",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit 28bf8b1

Please sign in to comment.