@awsless/awsless 0.0.75 → 0.0.76

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.
Files changed (2) hide show
  1. package/dist/bin.js +1 -1
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -3227,7 +3227,7 @@ var domainPlugin = definePlugin({
3227
3227
  resources: ["*"]
3228
3228
  });
3229
3229
  usEastBootstrap.add(deleteHostedZoneLambda);
3230
- const usEastExports = new GlobalExports("us-east-exports", {
3230
+ const usEastExports = new GlobalExports(`${config.name}-us-east-exports`, {
3231
3231
  region: usEastBootstrap.region
3232
3232
  });
3233
3233
  bootstrap2.add(usEastExports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "sideEffects": false,