File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ concurrency:
2121jobs :
2222 ci :
2323 name : Run CI Pipeline
24- uses : SocketDev/socket-registry/.github/workflows/ci.yml@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
24+ uses : SocketDev/socket-registry/.github/workflows/ci.yml@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
2525 with :
2626 test-script : ' pnpm exec vitest --config .config/vitest.config.mts run'
2727
3131 runs-on : ubuntu-latest
3232 timeout-minutes : 10
3333 steps :
34- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
34+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
3535
3636 - name : Build project
3737 run : pnpm run build
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ permissions:
2626
2727jobs :
2828 publish :
29- uses : SocketDev/socket-registry/.github/workflows/provenance.yml@fbfeadaae4087e9dcf35c0d4bd56a96597e492b2 # main
29+ uses : SocketDev/socket-registry/.github/workflows/provenance.yml@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
3030 with :
3131 debug : ${{ inputs.debug }}
3232 dry-run : ${{ inputs.dry-run }}
Original file line number Diff line number Diff line change 2929 outputs :
3030 has-updates : ${{ steps.check.outputs.has-updates }}
3131 steps :
32- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
32+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
3333
3434 - name : Check for npm updates
3535 id : check
5454 contents : write
5555 pull-requests : write
5656 steps :
57- - uses : SocketDev/socket-registry/.github/actions/setup-and-install@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
57+ - uses : SocketDev/socket-registry/.github/actions/setup-and-install@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
5858
5959 - name : Create update branch
6060 id : branch
6666 git checkout -b "$BRANCH_NAME"
6767 echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
6868
69- - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
69+ - uses : SocketDev/socket-registry/.github/actions/setup-git-signing@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
7070 with :
7171 gpg-private-key : ${{ secrets.BOT_GPG_PRIVATE_KEY }}
7272
@@ -303,7 +303,7 @@ jobs:
303303 test-output.log
304304 retention-days : 7
305305
306- - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@b74ae5083d662df0045731bcf35b4e54b1e03d37 # main
306+ - uses : SocketDev/socket-registry/.github/actions/cleanup-git-signing@4c4b12cc32121314f56e2bc04e92eafa98e01104 # main
307307 if : always()
308308
309309 notify :
Original file line number Diff line number Diff line change @@ -235,6 +235,7 @@ Each entry links to the source module and shows the first sentence of its `@file
235235| ------------------------------------------------------------------ | ------------------------------------------------------------ |
236236| [ ` @socketsecurity/lib/smol/primordial ` ] ( ../src/smol/primordial.ts ) | Lazy-loader for socket-btm's ` node:smol-primordial ` binding. |
237237| [ ` @socketsecurity/lib/smol/util ` ] ( ../src/smol/util.ts ) | Smol detection + lazy-loader for ` node:smol-util ` . |
238+ | [ ` @socketsecurity/lib/smol/versions ` ] ( ../src/smol/versions.ts ) | Lazy-loader for socket-btm's ` node:smol-versions ` . |
238239
239240## stdio/
240241
Original file line number Diff line number Diff line change 11{
22 "name" : " @socketsecurity/lib" ,
33 "version" : " 5.27.0" ,
4- "packageManager" : " pnpm@11.0.3 " ,
4+ "packageManager" : " pnpm@11.0.6+sha512.97f906e1da2bedac3df83cadae04b4753a130092dd49d55cd36825ad3e623e9df3f97754f8f259e699172a360fac569acf2f908e7732bdae3eddb2dcf7e121fd " ,
55 "license" : " MIT" ,
66 "publishConfig" : {
77 "access" : " public" ,
659659 "types" : " ./dist/smol/util.d.ts" ,
660660 "default" : " ./dist/smol/util.js"
661661 },
662+ "./smol/versions" : {
663+ "types" : " ./dist/smol/versions.d.ts" ,
664+ "default" : " ./dist/smol/versions.js"
665+ },
662666 "./sorts" : {
663667 "types" : " ./dist/sorts.d.ts" ,
664668 "default" : " ./dist/sorts.js"
775779 ],
776780 "engines" : {
777781 "node" : " >=22" ,
778- "pnpm" : " >=11.0.0-rc.0 "
782+ "pnpm" : " >=11.0.6 "
779783 },
780784 "sideEffects" : false ,
781785 "scripts" : {
You can’t perform that action at this time.
0 commit comments