@gradientedge/cdk-utils 8.18.0 → 8.19.0
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.
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "yarn package:function",
|
|
16
|
-
"
|
|
16
|
+
"initialise": "yarn install",
|
|
17
17
|
"package:function": "mkdirp layers/nodejs && cp -R package.json layers/nodejs && cd layers/nodejs && yarn install --production --no-lockfile",
|
|
18
18
|
"start": "node dist/index",
|
|
19
19
|
"test": "npx jest --ci --runInBand --passWithNoTests"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"scripts": {
|
|
15
15
|
"build": "yarn package:function",
|
|
16
|
-
"
|
|
16
|
+
"initialise": "yarn install",
|
|
17
17
|
"package:function": "mkdirp layers/nodejs && cp -R package.json layers/nodejs && cd layers/nodejs && yarn install --production --no-lockfile",
|
|
18
18
|
"start": "node dist/index",
|
|
19
19
|
"test": "npx jest --ci --runInBand --passWithNoTests"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/cdk-utils",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.19.0",
|
|
4
4
|
"description": "Utilities for AWS CDK provisioning",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"docs": "rimraf api-docs && npx jsdoc --pedantic -c jsdoc.json .",
|
|
35
35
|
"lint": "yarn prettify && eslint **/*.ts --max-warnings=0",
|
|
36
36
|
"fix": "yarn prettify && eslint --fix **/*.ts",
|
|
37
|
-
"postinstall": "npx lerna run
|
|
37
|
+
"postinstall": "npx lerna run initialise",
|
|
38
38
|
"prettier": "npx prettier --check \"**/*.{ts,json,md}\"",
|
|
39
39
|
"prettify": "npx prettier --write \"**/*.{ts,json,md}\"",
|
|
40
40
|
"test": "rimraf coverage && npx jest --ci --maxWorkers=100%",
|
|
41
|
-
"update:deps": "ncu -u -x
|
|
41
|
+
"update:deps": "ncu -u -x semantic-release",
|
|
42
42
|
"validate": "yarn prettier && yarn test"
|
|
43
43
|
},
|
|
44
44
|
"husky": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"jsdoc": "^4.0.0",
|
|
81
81
|
"jsdoc-babel": "^0.5.0",
|
|
82
82
|
"jsdoc-mermaid": "^1.0.0",
|
|
83
|
-
"lerna": "^5.
|
|
83
|
+
"lerna": "^6.5.1",
|
|
84
84
|
"prettier": "^2.8.4",
|
|
85
85
|
"prettier-plugin-organize-imports": "^3.2.2",
|
|
86
86
|
"rimraf": "^4.1.2",
|