veryfront 0.0.14 → 0.0.16

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.
package/dist/ai/index.js CHANGED
@@ -1709,7 +1709,7 @@ var BYTES_PER_MB = 1024 * 1024;
1709
1709
  // deno.json
1710
1710
  var deno_default = {
1711
1711
  name: "veryfront",
1712
- version: "0.0.14",
1712
+ version: "0.0.16",
1713
1713
  nodeModulesDir: "auto",
1714
1714
  workspace: [
1715
1715
  "./examples/async-worker-redis",
@@ -5753,9 +5753,6 @@ if (typeof Deno === "undefined") {
5753
5753
  }
5754
5754
  var sep = nodePath.sep;
5755
5755
 
5756
- // src/ai/workflow/blob/s3-storage.ts
5757
- import { S3Client, PutObjectCommand, GetObjectCommand, DeleteObjectCommand, HeadObjectCommand, CreateBucketCommand } from "@aws-sdk/client-s3";
5758
-
5759
5756
  // src/ai/workflow/backends/types.ts
5760
5757
  function hasLockSupport(backend) {
5761
5758
  return typeof backend.acquireLock === "function" && typeof backend.releaseLock === "function";