@lambda-kata/cdk 0.1.3-rc.29 → 0.1.3-rc.30
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lambda-kata/cdk",
|
|
3
|
-
"version": "0.1.3-rc.
|
|
3
|
+
"version": "0.1.3-rc.30",
|
|
4
4
|
"description": "AWS CDK integration for Lambda Kata - Node.js Lambdas running via Lambda Kata runtime",
|
|
5
5
|
"main": "out/dist/index.js",
|
|
6
6
|
"types": "out/tsc/src/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "rm -rf ./dist && rm -rf ./out && rm -rf ./lib && yarn run build:cdk && yarn run types",
|
|
9
|
+
"build:ts": "esbuild src/index.ts --bundle --platform=node --target=node18 --format=cjs --outfile=out/dist/index.js --tree-shaking=true --minify --external:*.node --external:aws-cdk-lib --external:constructs --external:@aws-sdk/*",
|
|
9
10
|
"types": "tsc --emitDeclarationOnly && tsc-alias",
|
|
10
11
|
"build:cdk": "yarn run build:config && node dist/utils/build.js --target=cdk",
|
|
11
12
|
"build:minify": "yarn run build:config && node dist/utils/build.js",
|
|
@@ -56,7 +57,7 @@
|
|
|
56
57
|
"@aws-sdk/client-lambda": "^3.500.0",
|
|
57
58
|
"@aws-sdk/client-s3": "^3.500.0",
|
|
58
59
|
"@aws-sdk/client-sts": "^3.500.0",
|
|
59
|
-
"@lambda-kata/licensing": "^0.1.
|
|
60
|
+
"@lambda-kata/licensing": "^0.1.3",
|
|
60
61
|
"dotenv": "^17.2.3",
|
|
61
62
|
"reflect-metadata": "^0.2.2"
|
|
62
63
|
},
|