veryfront 0.0.15 → 0.0.17

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.15",
1712
+ version: "0.0.17",
1713
1713
  nodeModulesDir: "auto",
1714
1714
  workspace: [
1715
1715
  "./examples/async-worker-redis",
@@ -6093,15 +6093,6 @@ var MemoryBackend = class {
6093
6093
  }
6094
6094
  };
6095
6095
 
6096
- // src/ai/workflow/backends/redis.ts
6097
- var DenoRedis = void 0;
6098
- var NodeRedis = void 0;
6099
- if (typeof Deno !== "undefined") {
6100
- DenoRedis = await import("redis");
6101
- } else {
6102
- NodeRedis = await import("redis");
6103
- }
6104
-
6105
6096
  // src/ai/workflow/executor/dag-executor.ts
6106
6097
  var DAGExecutor = class {
6107
6098
  constructor(config) {