@awsless/cli 0.0.1 → 0.0.3
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/app.json +1 -1
- package/dist/app.stage.json +1 -1
- package/dist/bin.js +9918 -47461
- package/dist/build-json-schema.js +308 -175
- package/dist/prebuild/icon/bundle.zip +0 -0
- package/dist/prebuild/image/bundle.zip +0 -0
- package/dist/prebuild/on-error-log/bundle.zip +0 -0
- package/dist/prebuild/on-failure/bundle.zip +0 -0
- package/dist/prebuild/rpc/HASH +1 -1
- package/dist/prebuild/rpc/bundle.zip +0 -0
- package/dist/stack.json +1 -1
- package/dist/stack.stage.json +1 -1
- package/package.json +17 -7
- package/dist/chunk-2TBBLACH.js +0 -37
- package/dist/chunk-3YEPERYO.js +0 -1021
- package/dist/chunk-4JFIJMQ6.js +0 -46
- package/dist/chunk-5TWBDDXS.js +0 -60
- package/dist/chunk-7NRPMOO4.js +0 -876
- package/dist/chunk-7XIGSOF4.js +0 -100
- package/dist/chunk-DSXFE5X2.js +0 -174
- package/dist/chunk-E7FQOYML.js +0 -12
- package/dist/chunk-GH475CSF.js +0 -5005
- package/dist/chunk-JHYKYQ5P.js +0 -163
- package/dist/chunk-LBISIOIM.js +0 -28
- package/dist/chunk-RCNT4C4P.js +0 -50
- package/dist/chunk-SIAA4J6H.js +0 -21
- package/dist/chunk-XNYTWFP6.js +0 -241
- package/dist/chunk-Z37AK4IA.js +0 -546
- package/dist/chunk-ZKH7AMP3.js +0 -42
- package/dist/dist-es-GXHCNXAC.js +0 -489
- package/dist/dist-es-J7SL4PXO.js +0 -88
- package/dist/dist-es-LL3VAI2X.js +0 -70
- package/dist/dist-es-QND3CYLI.js +0 -380
- package/dist/dist-es-STVZUSZG.js +0 -21
- package/dist/dist-es-TCFHB4OF.js +0 -324
- package/dist/dist-es-YFQTZTNE.js +0 -167
- package/dist/event-streams-74K5M656.js +0 -244
- package/dist/loadSso-O7PM54HL.js +0 -592
- package/dist/signin-6SPMGGJN.js +0 -704
- package/dist/sso-oidc-5IIWGKXY.js +0 -829
- package/dist/sts-6SQWH4BL.js +0 -3788
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"@aws-sdk/client-cloudwatch-logs": "^3.806.0",
|
|
30
30
|
"@aws-sdk/client-cognito-identity-provider": "^3.840.0",
|
|
31
31
|
"@aws-sdk/client-dynamodb": "3.363.0",
|
|
32
|
+
"@aws-sdk/client-ecs": "^3.369.0",
|
|
32
33
|
"@aws-sdk/client-lambda": "3.329.0",
|
|
33
34
|
"@aws-sdk/client-route-53": "^3.782.0",
|
|
34
35
|
"@aws-sdk/client-s3": "^3.369.0",
|
|
@@ -85,22 +86,31 @@
|
|
|
85
86
|
"zip-a-folder": "^3.1.6",
|
|
86
87
|
"zod": "^3.24.2",
|
|
87
88
|
"zod-to-json-schema": "^3.24.3",
|
|
89
|
+
"@awsless/cloudwatch": "^0.0.1",
|
|
88
90
|
"@awsless/big-float": "^0.1.6",
|
|
91
|
+
"@awsless/clui": "^0.0.8",
|
|
89
92
|
"@awsless/duration": "^0.0.4",
|
|
90
|
-
"@awsless/json": "^0.0.11",
|
|
91
93
|
"@awsless/dynamodb": "^0.3.20",
|
|
92
|
-
"@awsless/
|
|
93
|
-
"@awsless/
|
|
94
|
-
"@awsless/
|
|
94
|
+
"@awsless/iot": "^0.0.5",
|
|
95
|
+
"@awsless/json": "^0.0.11",
|
|
96
|
+
"@awsless/lambda": "^0.0.42",
|
|
97
|
+
"@awsless/redis": "^0.0.16",
|
|
98
|
+
"@awsless/s3": "^0.0.21",
|
|
95
99
|
"@awsless/size": "^0.0.2",
|
|
100
|
+
"@awsless/sqs": "^0.0.21",
|
|
96
101
|
"@awsless/scheduler": "^0.0.4",
|
|
97
|
-
"@awsless/ts-file-cache": "^0.0.12"
|
|
102
|
+
"@awsless/ts-file-cache": "^0.0.12",
|
|
103
|
+
"@awsless/sns": "^0.0.10",
|
|
104
|
+
"@awsless/validate": "^0.1.7",
|
|
105
|
+
"awsless": "^0.0.3",
|
|
106
|
+
"@awsless/weak-cache": "^0.0.1"
|
|
98
107
|
},
|
|
99
108
|
"devDependencies": {
|
|
100
109
|
"@hono/node-server": "1.19.9",
|
|
101
110
|
"@node-rs/bcrypt": "^1.10.5",
|
|
102
111
|
"hono": "4.11.7",
|
|
103
|
-
"sharp": "^0.34.2"
|
|
112
|
+
"sharp": "^0.34.2",
|
|
113
|
+
"@awsless/ssm": "^0.0.8"
|
|
104
114
|
},
|
|
105
115
|
"scripts": {
|
|
106
116
|
"test": "pnpm vitest",
|
package/dist/chunk-2TBBLACH.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/@smithy+property-provider@4.2.12/node_modules/@smithy/property-provider/dist-es/ProviderError.js
|
|
2
|
-
var ProviderError = class _ProviderError extends Error {
|
|
3
|
-
name = "ProviderError";
|
|
4
|
-
tryNextLink;
|
|
5
|
-
constructor(message, options = true) {
|
|
6
|
-
let logger;
|
|
7
|
-
let tryNextLink = true;
|
|
8
|
-
if (typeof options === "boolean") {
|
|
9
|
-
logger = void 0;
|
|
10
|
-
tryNextLink = options;
|
|
11
|
-
} else if (options != null && typeof options === "object") {
|
|
12
|
-
logger = options.logger;
|
|
13
|
-
tryNextLink = options.tryNextLink ?? true;
|
|
14
|
-
}
|
|
15
|
-
super(message);
|
|
16
|
-
this.tryNextLink = tryNextLink;
|
|
17
|
-
Object.setPrototypeOf(this, _ProviderError.prototype);
|
|
18
|
-
logger?.debug?.(`@smithy/property-provider ${tryNextLink ? "->" : "(!)"} ${message}`);
|
|
19
|
-
}
|
|
20
|
-
static from(error, options = true) {
|
|
21
|
-
return Object.assign(new this(error.message, options), error);
|
|
22
|
-
}
|
|
23
|
-
};
|
|
24
|
-
|
|
25
|
-
// ../../node_modules/.pnpm/@smithy+property-provider@4.2.12/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js
|
|
26
|
-
var CredentialsProviderError = class _CredentialsProviderError extends ProviderError {
|
|
27
|
-
name = "CredentialsProviderError";
|
|
28
|
-
constructor(message, options = true) {
|
|
29
|
-
super(message, options);
|
|
30
|
-
Object.setPrototypeOf(this, _CredentialsProviderError.prototype);
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
export {
|
|
35
|
-
ProviderError,
|
|
36
|
-
CredentialsProviderError
|
|
37
|
-
};
|