veryfront 0.0.13 → 0.0.15
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 +1 -4
- package/dist/ai/index.js.map +3 -3
- package/dist/cli.js +112 -27
- package/dist/components.js +1 -1
- package/dist/components.js.map +1 -1
- package/dist/data.js +1 -1
- package/dist/data.js.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
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.
|
|
1712
|
+
version: "0.0.15",
|
|
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";
|