@awsless/awsless 0.0.121 → 0.0.123

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/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,