declapract-typescript-ehmpathy 0.33.14 → 0.33.15

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.
@@ -18,6 +18,10 @@ export const fix: FileFixFunction = (contents) => {
18
18
  '## allow invocation of other lambdas',
19
19
  '# allow invocation of other lambdas',
20
20
  )
21
+ .replace(
22
+ 'environment:\n NODE_ENV:',
23
+ 'environment:\n TZ: UTC # guarantee that utc timezone will be used explicitly, to facilitate a pit of success\n NODE_ENV:',
24
+ )
21
25
  .replace(
22
26
  'NODE_ENV: ${self:custom.stageToNodeEnvMapping.${self:provider.stage}}\n deploymentBucket',
23
27
  'NODE_ENV: ${self:custom.stageToNodeEnvMapping.${self:provider.stage}}\n AWS_NODEJS_CONNECTION_REUSE_ENABLED: true # https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/node-reusing-connections.html\n deploymentBucket',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "declapract-typescript-ehmpathy",
3
3
  "author": "ehmpathy",
4
4
  "description": "declapract best practices declarations for typescript",
5
- "version": "0.33.14",
5
+ "version": "0.33.15",
6
6
  "main": "src/index.js",
7
7
  "repository": "ehmpathy/declapract-typescript-ehmpathy",
8
8
  "homepage": "https://github.com/ehmpathy/declapract-typescript-ehmpathy",
@@ -67,6 +67,7 @@
67
67
  "husky": "8.0.3",
68
68
  "jest": "29.3.1",
69
69
  "prettier": "2.8.1",
70
+ "test-fns": "1.4.2",
70
71
  "ts-jest": "29.1.3",
71
72
  "ts-node": "10.9.2",
72
73
  "type-fns": "0.8.1",