@felloh-org/lambda-wrapper 1.11.123 → 1.11.125
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 +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@felloh-org/lambda-wrapper",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.125",
|
|
4
4
|
"description": "Lambda wrapper for all Felloh Serverless Projects",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"build": "webpack --mode production",
|
|
11
11
|
"build:orm": "./node_modules/.bin/babel src --out-dir dist --copy-files --ignore src/migration",
|
|
12
12
|
"concourse:deploy": "fly -t felloh-cicd set-pipeline -p lambda-wrapper -c .concourse/pipeline.yml -l .concourse/private.yml",
|
|
13
|
-
"concourse:login": "fly --target felloh-cicd login --insecure --concourse-url https://ci.
|
|
13
|
+
"concourse:login": "fly --target felloh-cicd login --insecure --concourse-url https://ci.vpn.felloh.com --team-name libraries",
|
|
14
14
|
"concourse:sync": "sudo fly -t ci sync",
|
|
15
15
|
"lint": "./node_modules/.bin/eslint ./src",
|
|
16
16
|
"orm:migration:generate": "rm -rf dist && yarn build:orm && ./node_modules/.bin/typeorm migration:generate -o -n",
|