please let me know what I need to do to get these ...
# sst
m
please let me know what I need to do to get these tiny PRs merged: • https://github.com/serverless-stack/serverless-stack/pull/1128https://github.com/serverless-stack/serverless-stack/pull/1112 I don’t know what’s going on with the CI errors
f
Re 1128, it’s been suggested that SST should use
protected
instead
private
in general to allow extensibility. @thdxr what’s your thought?
m
it would make my life a lot easier if these were merged and released sometime soon. i can’t really publish my own forked packages because the scripts try to import from
@serverless-stack/core
at deploy time
nevermind on the urgency; i used
npm pack
and just committed the tarballs to my branch. works pretty nicely
t
^ was gonna suggest that - I merged it anyway
yarn also has a way to save patches