Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update what can be updated #162

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

Update what can be updated #162

wants to merge 10 commits into from

Conversation

sstimac
Copy link
Contributor

@sstimac sstimac commented Aug 16, 2023

  • updated some of the critical underlying packages
  • as a result, download cached is now a local method instead of dependency ( collision with the old version of mkdir, and the actual package is on Ivo's private repo )
  • upgrade to babel 7
  • move config to src directory, so that it properly points to imports inside build dir that is compiled by babel, instead of src directory

Copy link
Contributor

@Definitely-Not-Vlad Definitely-Not-Vlad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only 1 silly request, which is the line removal, but also requesting changes as there are issues with shoutem publish that need to be resolved before this can go live.

Likely related to file upload request and changes introduced from tar replacing tar.gz.

@@ -204,7 +204,8 @@ export default async function shoutemPack(dir, options) {
options.packToTempDir ? tmpDir : dir,
'extension.tgz',
);
await targz().compress(packageDir, destinationDirectory);
await tar.c({ file: destinationDirectory }, [packageDir]);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants