@awsless/awsless 0.0.120 → 0.0.121
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/bin.js +2 -2
- package/dist/features/cognito-client-secret/bundle.zip +0 -0
- package/dist/features/delete-bucket/bundle.zip +0 -0
- package/dist/features/delete-hosted-zone/bundle.zip +0 -0
- package/dist/features/global-exports/bundle.zip +0 -0
- package/dist/features/invalidate-cache/bundle.zip +0 -0
- package/dist/features/upload-bucket-asset/bundle.zip +0 -0
- package/package.json +4 -4
package/dist/bin.js
CHANGED
|
@@ -3427,7 +3427,7 @@ var graphqlPlugin = definePlugin({
|
|
|
3427
3427
|
}).array()
|
|
3428
3428
|
}),
|
|
3429
3429
|
async onTypeGen({ config: config2, write }) {
|
|
3430
|
-
const types2 = new TypeGen("@awsless/awsless");
|
|
3430
|
+
const types2 = new TypeGen("@awsless/awsless/client");
|
|
3431
3431
|
const resources = new TypeObject(1);
|
|
3432
3432
|
const apis = /* @__PURE__ */ new Map();
|
|
3433
3433
|
for (const stack of config2.stacks) {
|
|
@@ -4550,7 +4550,7 @@ var httpPlugin = definePlugin({
|
|
|
4550
4550
|
}).array()
|
|
4551
4551
|
}),
|
|
4552
4552
|
async onTypeGen({ config: config2, write }) {
|
|
4553
|
-
const types2 = new TypeGen("@awsless/awsless");
|
|
4553
|
+
const types2 = new TypeGen("@awsless/awsless/client");
|
|
4554
4554
|
const resources = new TypeObject(1);
|
|
4555
4555
|
const api = {};
|
|
4556
4556
|
for (const stack of config2.stacks) {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@awsless/awsless",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.121",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@awsless/lambda": "^0.0.15",
|
|
32
31
|
"@awsless/redis": "^0.0.8",
|
|
33
|
-
"@awsless/sns": "^0.0.7",
|
|
34
32
|
"@awsless/sqs": "^0.0.7",
|
|
35
|
-
"@awsless/
|
|
33
|
+
"@awsless/lambda": "^0.0.15",
|
|
34
|
+
"@awsless/sns": "^0.0.7",
|
|
36
35
|
"@awsless/ssm": "^0.0.7",
|
|
36
|
+
"@awsless/validate": "^0.0.10",
|
|
37
37
|
"@awsless/weak-cache": "^0.0.1"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|