@awsless/awsless 0.0.121 → 0.0.122
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 -0
- package/dist/bin.js +3655 -4284
- 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/dist/index.d.ts +6466 -9163
- package/dist/index.js +0 -6
- package/dist/json.js +925 -0
- package/dist/stack.json +1 -0
- package/package.json +11 -8
package/dist/index.js
CHANGED
|
@@ -347,10 +347,6 @@ var mockQueue = (cb) => {
|
|
|
347
347
|
});
|
|
348
348
|
});
|
|
349
349
|
};
|
|
350
|
-
|
|
351
|
-
// src/index.ts
|
|
352
|
-
var defineStackConfig = (config) => config;
|
|
353
|
-
var defineAppConfig = (config) => config;
|
|
354
350
|
export {
|
|
355
351
|
APP,
|
|
356
352
|
Auth,
|
|
@@ -365,9 +361,7 @@ export {
|
|
|
365
361
|
Table,
|
|
366
362
|
Topic,
|
|
367
363
|
cron,
|
|
368
|
-
defineAppConfig,
|
|
369
364
|
definePlugin,
|
|
370
|
-
defineStackConfig,
|
|
371
365
|
func,
|
|
372
366
|
getAuthName,
|
|
373
367
|
getAuthProps,
|