@voxgig/build 1.4.7 → 1.4.8

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/build.ts CHANGED
@@ -471,7 +471,7 @@ exports.handler = async (
471
471
 
472
472
 
473
473
  content += `
474
- Basic${AppName}LambdaRole\${self:custom.index.BasicLambdaRole,"01"}:
474
+ Basic${AppName}LambdaRole:
475
475
  Type: AWS::IAM::Role
476
476
  Properties:
477
477
  RoleName: Basic${AppName}LambdaRole\${self:custom.index.BasicLambdaRole,"01"}
package/dist/build.js CHANGED
@@ -369,7 +369,7 @@ exports.handler = async (
369
369
  let customLambdaPolicyStatementContent = fs_1.default.existsSync(customLambdaPolicyStatementPath) ?
370
370
  fs_1.default.readFileSync(customLambdaPolicyStatementPath) : '';
371
371
  content += `
372
- Basic${AppName}LambdaRole\${self:custom.index.BasicLambdaRole,"01"}:
372
+ Basic${AppName}LambdaRole:
373
373
  Type: AWS::IAM::Role
374
374
  Properties:
375
375
  RoleName: Basic${AppName}LambdaRole\${self:custom.index.BasicLambdaRole,"01"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voxgig/build",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "main": "dist/build.js",
5
5
  "type": "commonjs",
6
6
  "types": "dist/build.d.ts",