File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 (get-content deps\setup.ps1) | %{$_ -replace 'SQLITEMC_VER = "v[0-9]+.[0-9]+.[0-9]+"', 'SQLITEMC_VER = "${{ env.ENV_VERSION }}"'} | Set-Content deps\setup.ps1
3535 (get-content docs\compilation.md) | %{$_ -replace 'version [0-9]+.[0-9]+.[0-9]+', 'version ${{ env.ENV_SQLITE_VERSION }}'} | Set-Content docs\compilation.md
36- - name : Downlod and package SQLite3MultipleCiphers
36+ - name : Download and package SQLite3MultipleCiphers
3737 run : |
3838 cd deps
3939 .\setup.ps1
Original file line number Diff line number Diff line change 1717 ],
1818 "dependencies" : {
1919 "bindings" : " ^1.5.0" ,
20- "prebuild-install" : " ^7.0 .0"
20+ "prebuild-install" : " ^7.1 .0"
2121 },
2222 "devDependencies" : {
23- "chai" : " ^4.3.4 " ,
24- "cli-color" : " ^2.0.0 " ,
25- "fs-extra" : " ^10.0 .0" ,
23+ "chai" : " ^4.3.6 " ,
24+ "cli-color" : " ^2.0.2 " ,
25+ "fs-extra" : " ^10.1 .0" ,
2626 "mocha" : " ^8.3.2" ,
2727 "nodemark" : " ^0.3.0" ,
28- "prebuild" : " ^11.0.0 " ,
29- "sqlite" : " ^4.0.23 " ,
30- "sqlite3" : " ^5.0.2 "
28+ "prebuild" : " ^11.0.3 " ,
29+ "sqlite" : " ^4.1.1 " ,
30+ "sqlite3" : " ^5.0.8 "
3131 },
3232 "scripts" : {
3333 "install" : " prebuild-install || npm run build-release" ,
You can’t perform that action at this time.
0 commit comments