-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: develop
Are you sure you want to change the base?
Conversation
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
There was a problem hiding this 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]); | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.