@elizaos/plugin-s3-storage 2.0.0-alpha.1

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.
@@ -0,0 +1,3 @@
1
+ var e={name:"storage-s3",description:"Plugin for file storage in AWS S3 (browser version - limited functionality)",services:[],actions:[]},o=e;export{e as storageS3Plugin,o as default};
2
+
3
+ //# debugId=13624F14ED07153B64756E2164756E21
@@ -0,0 +1,10 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../index.browser.ts"],
4
+ "sourcesContent": [
5
+ "import type { Plugin } from \"@elizaos/core\";\n\nexport const storageS3Plugin: Plugin = {\n name: \"storage-s3\",\n description: \"Plugin for file storage in AWS S3 (browser version - limited functionality)\",\n services: [],\n actions: [],\n};\n\nexport default storageS3Plugin;\n"
6
+ ],
7
+ "mappings": "AAEO,IAAM,EAA0B,CACrC,KAAM,aACN,YAAa,8EACb,SAAU,CAAC,EACX,QAAS,CAAC,CACZ,EAEe",
8
+ "debugId": "13624F14ED07153B64756E2164756E21",
9
+ "names": []
10
+ }
@@ -0,0 +1,2 @@
1
+ export * from '../index';
2
+ export { default } from '../index';
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env bun
2
+ declare const externalDeps: string[];
3
+ declare function build(): Promise<void>;
4
+ //# sourceMappingURL=build.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../build.ts"],"names":[],"mappings":";AAEA,QAAA,MAAM,YAAY,UAA2E,CAAC;AAE9F,iBAAe,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CA+FpC"}
@@ -0,0 +1,2 @@
1
+ export * from '../index';
2
+ export { default } from '../index';