@emarketeer/ts-microservice-commons 3.2.2 → 3.2.6
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/.eslintrc
CHANGED
package/dist/lib/em-commons.js
CHANGED
|
@@ -3023,7 +3023,8 @@ crossSpawn.sync = sync$3;
|
|
|
3023
3023
|
crossSpawn._parse = _parse;
|
|
3024
3024
|
crossSpawn._enoent = _enoent;
|
|
3025
3025
|
|
|
3026
|
-
var
|
|
3026
|
+
var isRunningOnCi = !!process.env.CIRCLECI;
|
|
3027
|
+
var config = "\n\nprovider:\n name: aws\n region: eu-west-1\n runtime: nodejs14.x\n deploymentBucket: ${self:custom.stage}.${self:provider.region}.serverless.deploys.em.com\n versionFunctions: false\n tracing:\n apiGateway: false\n lambda: false\n logRetentionInDays: 14\n memorySize: 1024\n timeout: 15\n iamRoleStatements:\n ${file(roleStatements.yml)}\n environment:\n stage: ${self:custom.stage}\n RECAP_DEV_SYNC_ENDPOINT: ${ssm:recap-dev-sync-endpoint}\n RECAP_DEV_TIMEOUT_WINDOW: 300\n\npackage:\n individually: true\n\nplugins:\n - \"@recap.dev/serverless-plugin\"\n - serverless-webpack\n - serverless-plugin-lambda-insights\n\ncustom:\n webpack:\n concurrency: " + (isRunningOnCi ? 2 : 4) + "\n webpackConfig: 'node_modules/@emarketeer/ts-microservice-commons/dist/lib/webpack.config.js'\n region: ${opt:region, self:provider.region}\n stage: ${opt:stage, self:provider.stage}\n name: ${self:custom.stage}-${self:service}\n lambdaInsights:\n defaultLambdaInsights: true #enables Lambda Insights for all your functions\n";
|
|
3027
3028
|
|
|
3028
3029
|
var mergeCustomizer = function (objValue, srcValue) {
|
|
3029
3030
|
if (isArray(objValue)) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const config
|
|
1
|
+
export declare const config: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emarketeer/ts-microservice-commons",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"bin": {
|
|
@@ -103,10 +103,10 @@
|
|
|
103
103
|
"babel-loader": "^8.2.3",
|
|
104
104
|
"cross-env": "^6.0.0",
|
|
105
105
|
"cross-spawn": "^7.0.1",
|
|
106
|
-
"eslint": "
|
|
106
|
+
"eslint": "7.32.0",
|
|
107
107
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
108
|
-
"eslint-plugin-import": "^2.
|
|
109
|
-
"eslint-plugin-jest": "
|
|
108
|
+
"eslint-plugin-import": "^2.25.4",
|
|
109
|
+
"eslint-plugin-jest": "25.7.0",
|
|
110
110
|
"eslint-plugin-sonarjs": "^0.11.0",
|
|
111
111
|
"jest": "^26.6.1",
|
|
112
112
|
"jest-circus": "^26.6.3",
|