@lambdaimg/alchemy 0.2.1 → 0.2.2
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/resize-function.d.ts +1 -1
- package/dist/stack.d.ts +2 -1
- package/dist/stack.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@ import * as AWS from "alchemy/AWS";
|
|
|
2
2
|
import * as Effect from "effect/Effect";
|
|
3
3
|
import { HttpServerRequest } from "effect/unstable/http/HttpServerRequest";
|
|
4
4
|
import * as HttpServerResponse from "effect/unstable/http/HttpServerResponse";
|
|
5
|
-
declare const ImagesResize_base: Effect.Effect<AWS.Lambda.Function & import("alchemy").Rpc<ImagesResize>, never,
|
|
5
|
+
declare const ImagesResize_base: Effect.Effect<AWS.Lambda.Function & import("alchemy").Rpc<ImagesResize>, never, AWS.Providers> & import("alchemy").Named<"ImagesResize"> & (new (_: never) => {
|
|
6
6
|
fetch: Effect.Effect<HttpServerResponse.HttpServerResponse, never, HttpServerRequest>;
|
|
7
7
|
} & import("alchemy").Named<"ImagesResize"> & import("alchemy/Named").Tag<"AWS.Lambda.Function">);
|
|
8
8
|
export default class ImagesResize extends ImagesResize_base {
|
package/dist/stack.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as AWS from "alchemy/AWS";
|
|
1
2
|
import * as Output from "alchemy/Output";
|
|
2
3
|
import * as Effect from "effect/Effect";
|
|
3
4
|
export interface ImagesStackProps {
|
|
@@ -10,5 +11,5 @@ export declare const ImagesStack: (id: string, props: ImagesStackProps) => Effec
|
|
|
10
11
|
distributionDomain: Output.Output<string, never>;
|
|
11
12
|
resizeFunctionUrl: Output.Output<string | undefined, never>;
|
|
12
13
|
bucketName: Output.Output<string, never>;
|
|
13
|
-
}, never,
|
|
14
|
+
}, never, AWS.AWSEnvironment | AWS.Providers | import("alchemy").Stack>;
|
|
14
15
|
//# sourceMappingURL=stack.d.ts.map
|
package/dist/stack.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../src/stack.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../src/stack.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,GAAG,MAAM,aAAa,CAAC;AACnC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AA2BxC,MAAM,WAAW,gBAAgB;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,WAAW,OAAQ,MAAM,SAAS,gBAAgB;;;;;;uEA0J3D,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambdaimg/alchemy",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "AWS Alchemy stack and Lambda runtime for LambdaImg.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"test": "bun test"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@lambdaimg/core": "0.2.
|
|
34
|
+
"@lambdaimg/core": "0.2.2",
|
|
35
35
|
"alchemy": "2.0.0-beta.58",
|
|
36
36
|
"effect": "4.0.0-beta.90",
|
|
37
37
|
"heic-convert": "^2.1.0",
|