single-file-cli 2.0.66 → 2.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,4 +26,4 @@ jobs:
26
26
  with:
27
27
  push: true
28
28
  tags: ${{ secrets.DOCKER_USERNAME }}/singlefile:latest
29
- platforms: linux/amd64,linux/arm64doc
29
+ platforms: linux/amd64,linux/arm64
package/build.sh CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- deno vendor "npm:single-file-core@1.5.35"
3
+ deno vendor "npm:single-file-core@1.5.36"
4
4
 
5
5
  echo "
6
6
  import { build } from 'npm:esbuild';
package/deno.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@single-file/single-file-cli",
3
- "version": "2.0.66",
3
+ "version": "2.0.68",
4
4
  "description": "SingleFile CLI",
5
5
  "nodeModulesDir": true,
6
6
  "exports": {