-
Notifications
You must be signed in to change notification settings - Fork 86
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
pkg(secrets): Add bundler instructions to EXTENDERS.md
; fix README link; resolve pkg root for prebuilds
#1783
Conversation
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #1783 +/- ##
=======================================
Coverage 92.82% 92.82%
=======================================
Files 423 423
Lines 7191 7191
Branches 1319 1319
=======================================
Hits 6675 6675
Misses 515 515
Partials 1 1 ☔ View full report in Codecov by Sentry. |
prebuilds
EXTENDERS.md
; fix README link; resolve pkg root for prebuilds
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
98c1493
to
b94a9ed
Compare
…age.json Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
a4e31b5
to
b858ee0
Compare
4be4b5d
to
6c5edd6
Compare
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
6c5edd6
to
652d705
Compare
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
495abe5
to
75e812a
Compare
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
be633c5
to
8ba3790
Compare
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
23e6621
to
0defd96
Compare
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
0defd96
to
a350487
Compare
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.
LGTM, thanks @traeok!
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What It Does
This PR adds the following:
prebuilds/
folderREADME.md
worked locally and in GitHub, but not from NPM's websiteEXTENDERS.md
to include steps on how to bundle the Secrets SDK alongside a webpacked extension/packageHow to Test
To test the enhancement, run the
prepublishOnly
script after building the Secrets SDK, and then run the test stage:npm install
npm run prepublishOnly && npm run build && npm run test
The Secrets SDK will use the
prebuilds
folder in its package root to resolve & load the Node-native binary.Review Checklist
I certify that I have:
Additional Comments