@stacksjs/cloud 0.59.3 → 0.59.5
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/cloud/cdn.d.ts
CHANGED
|
@@ -36,9 +36,9 @@ export declare class CdnStack {
|
|
|
36
36
|
docsBehaviorOptions(props: CdnStackProps): Record<string, cloudfront.BehaviorOptions>;
|
|
37
37
|
aiBehaviorOptions(scope: Construct, props: CdnStackProps): Record<string, cloudfront.BehaviorOptions>;
|
|
38
38
|
cliSetupBehaviorOptions(scope: Construct, props: CdnStackProps): Record<string, cloudfront.BehaviorOptions>;
|
|
39
|
-
shouldDeployAiEndpoints():
|
|
40
|
-
shouldDeployCliSetup():
|
|
41
|
-
shouldDeployDocs():
|
|
39
|
+
shouldDeployAiEndpoints(): any;
|
|
40
|
+
shouldDeployCliSetup(): any;
|
|
41
|
+
shouldDeployDocs(): any;
|
|
42
42
|
additionalBehaviors(scope: Construct, props: CdnStackProps): Record<string, cloudfront.BehaviorOptions>;
|
|
43
43
|
setApiCachePolicy(scope: Construct): cloudfront.CachePolicy;
|
|
44
44
|
}
|
package/dist/helpers.d.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
/// <reference types="bun-types" />
|
|
2
|
-
/// <reference types="bun-types" />
|
|
3
1
|
import { _InstanceType as InstanceType } from '@aws-sdk/client-ec2';
|
|
4
2
|
import type { CountryCode } from '@aws-sdk/client-route-53-domains';
|
|
5
3
|
import { ContactType } from '@aws-sdk/client-route-53-domains';
|
|
@@ -58,7 +56,7 @@ export declare function deleteStacksBuckets(): Promise<import("neverthrow").Err<
|
|
|
58
56
|
export declare function deleteStacksFunctions(): Promise<import("neverthrow").Ok<string, never>>;
|
|
59
57
|
export declare function deleteLogGroups(): Promise<import("neverthrow").Err<never, string> | import("neverthrow").Ok<string, never> | import("neverthrow").Err<never, Error>>;
|
|
60
58
|
export declare function deleteParameterStore(): Promise<import("neverthrow").Ok<string, never>>;
|
|
61
|
-
export declare function deleteCdkRemnants(): Promise<import("neverthrow").Err<never, Error> | import("neverthrow").Ok<
|
|
59
|
+
export declare function deleteCdkRemnants(): Promise<import("neverthrow").Err<never, Error> | import("neverthrow").Ok<any, never>>;
|
|
62
60
|
export declare function hasBeenDeployed(): Promise<import("neverthrow").Err<never, Error> | import("neverthrow").Ok<boolean, never>>;
|
|
63
61
|
export declare function getJumpBoxInstanceProfileName(): Promise<import("neverthrow").Err<never, string> | import("neverthrow").Ok<string | undefined, never>>;
|
|
64
62
|
export declare function addJumpBox(stackName?: string): Promise<import("neverthrow").Err<never, string> | import("neverthrow").Ok<string, never>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "stacks-router-layer",
|
|
3
|
-
"version": "0.59.
|
|
3
|
+
"version": "0.59.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,6 +10,6 @@
|
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@stacksjs/router": "^0.
|
|
13
|
+
"@stacksjs/router": "^0.59.3"
|
|
14
14
|
}
|
|
15
15
|
}
|