cdk-nuxt 0.2.0 → 0.2.1
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
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var nuxt_app_stack_1 = require("./stack/nuxt-app-stack");
|
|
4
|
+
Object.defineProperty(exports, "NuxtAppStack", { enumerable: true, get: function () { return nuxt_app_stack_1.NuxtAppStack; } });
|
|
5
|
+
var nuxt_app_assets_cleanup_stack_1 = require("./stack/nuxt-app-assets-cleanup-stack");
|
|
6
|
+
Object.defineProperty(exports, "NuxtAppAssetsCleanupStack", { enumerable: true, get: function () { return nuxt_app_assets_cleanup_stack_1.NuxtAppAssetsCleanupStack; } });
|
|
7
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSx5REFBc0U7QUFBOUQsOEdBQUEsWUFBWSxPQUFBO0FBQ3BCLHVGQUEwRztBQUFsRywwSUFBQSx5QkFBeUIsT0FBQSIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7TnV4dEFwcFN0YWNrLCBOdXh0QXBwU3RhY2tQcm9wc30gZnJvbSBcIi4vc3RhY2svbnV4dC1hcHAtc3RhY2tcIlxuZXhwb3J0IHtOdXh0QXBwQXNzZXRzQ2xlYW51cFN0YWNrLCBOdXh0QXBwQXNzZXRzQ2xlYW51cFByb3BzfSBmcm9tIFwiLi9zdGFjay9udXh0LWFwcC1hc3NldHMtY2xlYW51cC1zdGFja1wiIl19
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import {AWSLambda} from "@sentry/serverless";
|
|
2
1
|
import {DeleteObjectsCommand, ListObjectsV2Command, S3Client} from "@aws-sdk/client-s3";
|
|
3
2
|
|
|
4
|
-
AWSLambda.init({
|
|
5
|
-
dsn: process.env.SENTRY_DSN,
|
|
6
|
-
environment: process.env.ENVIRONMENT,
|
|
7
|
-
});
|
|
8
|
-
|
|
9
3
|
const ONE_WEEK_IN_MILLISECONDS = 1000 * 60 * 60 * 24 * 7;
|
|
10
4
|
|
|
11
5
|
exports.handler = async (event: any, context: any) => {
|
|
@@ -98,6 +92,5 @@ exports.handler = async (event: any, context: any) => {
|
|
|
98
92
|
console.log('Cleanup of old static assets finished.');
|
|
99
93
|
} catch (error) {
|
|
100
94
|
console.error('### unexpected runtime error ###', error);
|
|
101
|
-
AWSLambda.captureException(error);
|
|
102
95
|
}
|
|
103
96
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cdk-nuxt-assets-cleanup",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"private": true,
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
"typescript": "^4.4.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@aws-sdk/client-s3": "^3.37.0"
|
|
18
|
-
"@sentry/serverless": "^6.13.0"
|
|
17
|
+
"@aws-sdk/client-s3": "^3.37.0"
|
|
19
18
|
}
|
|
20
|
-
}
|
|
19
|
+
}
|
|
@@ -839,88 +839,6 @@
|
|
|
839
839
|
dependencies:
|
|
840
840
|
"@cspotcode/source-map-consumer" "0.8.0"
|
|
841
841
|
|
|
842
|
-
"@sentry/core@6.17.4":
|
|
843
|
-
version "6.17.4"
|
|
844
|
-
resolved "https://registry.yarnpkg.com/@sentry/core/-/core-6.17.4.tgz#ac23c2a9896b27fe4c532c2013c58c01f39adcdb"
|
|
845
|
-
integrity sha512-7QFgw+I9YK/X1Gie0c7phwT5pHMow66UCXHzDzHR2aK/0X3Lhn8OWlcGjIt5zmiBK/LHwNfQBNMskbktbYHgdA==
|
|
846
|
-
dependencies:
|
|
847
|
-
"@sentry/hub" "6.17.4"
|
|
848
|
-
"@sentry/minimal" "6.17.4"
|
|
849
|
-
"@sentry/types" "6.17.4"
|
|
850
|
-
"@sentry/utils" "6.17.4"
|
|
851
|
-
tslib "^1.9.3"
|
|
852
|
-
|
|
853
|
-
"@sentry/hub@6.17.4":
|
|
854
|
-
version "6.17.4"
|
|
855
|
-
resolved "https://registry.yarnpkg.com/@sentry/hub/-/hub-6.17.4.tgz#af4f5f745340d676be023dc3038690b557111f4d"
|
|
856
|
-
integrity sha512-6+EvPcrPCwUmayeieIpm1ZrRNWriqMHWZFyw+MzunFLgG8IH8G45cJU1zNnTY9Jwwg4sFIS9xrHy3AOkctnIGw==
|
|
857
|
-
dependencies:
|
|
858
|
-
"@sentry/types" "6.17.4"
|
|
859
|
-
"@sentry/utils" "6.17.4"
|
|
860
|
-
tslib "^1.9.3"
|
|
861
|
-
|
|
862
|
-
"@sentry/minimal@6.17.4":
|
|
863
|
-
version "6.17.4"
|
|
864
|
-
resolved "https://registry.yarnpkg.com/@sentry/minimal/-/minimal-6.17.4.tgz#6a35dbdb22a1c532d1eb7b4c0d9223618cb67ccd"
|
|
865
|
-
integrity sha512-p1A8UTtRt7bhV4ygu7yDNCannFr9E9dmqgeZWC7HrrTfygcnhNRFvTXTj92wEb0bFKuZr67wPSKnoXlkqkGxsw==
|
|
866
|
-
dependencies:
|
|
867
|
-
"@sentry/hub" "6.17.4"
|
|
868
|
-
"@sentry/types" "6.17.4"
|
|
869
|
-
tslib "^1.9.3"
|
|
870
|
-
|
|
871
|
-
"@sentry/node@6.17.4":
|
|
872
|
-
version "6.17.4"
|
|
873
|
-
resolved "https://registry.yarnpkg.com/@sentry/node/-/node-6.17.4.tgz#1207530e9d84c049ffffe070bc2bb8eba47bf21b"
|
|
874
|
-
integrity sha512-LpC07HsobBiFrNLe16ubgHGw95+7+3fEBhSn58r48j68c4Qak3fDmpR1Uy0rhyX1Nr/WFdlE/4npkgJw+1lN/w==
|
|
875
|
-
dependencies:
|
|
876
|
-
"@sentry/core" "6.17.4"
|
|
877
|
-
"@sentry/hub" "6.17.4"
|
|
878
|
-
"@sentry/tracing" "6.17.4"
|
|
879
|
-
"@sentry/types" "6.17.4"
|
|
880
|
-
"@sentry/utils" "6.17.4"
|
|
881
|
-
cookie "^0.4.1"
|
|
882
|
-
https-proxy-agent "^5.0.0"
|
|
883
|
-
lru_map "^0.3.3"
|
|
884
|
-
tslib "^1.9.3"
|
|
885
|
-
|
|
886
|
-
"@sentry/serverless@^6.13.0":
|
|
887
|
-
version "6.17.4"
|
|
888
|
-
resolved "https://registry.yarnpkg.com/@sentry/serverless/-/serverless-6.17.4.tgz#0dcb9968c4ce2d3ac1da8150c19b5c83825e6756"
|
|
889
|
-
integrity sha512-WmyOD++aAzvLRROa2Cxw5od2FKIoWQtScQKGSqM7lZzLNWbKjfGZak89/J+rYZWqakXCQKaaTj8FOzgiybV/lw==
|
|
890
|
-
dependencies:
|
|
891
|
-
"@sentry/minimal" "6.17.4"
|
|
892
|
-
"@sentry/node" "6.17.4"
|
|
893
|
-
"@sentry/tracing" "6.17.4"
|
|
894
|
-
"@sentry/types" "6.17.4"
|
|
895
|
-
"@sentry/utils" "6.17.4"
|
|
896
|
-
"@types/aws-lambda" "^8.10.62"
|
|
897
|
-
"@types/express" "^4.17.2"
|
|
898
|
-
tslib "^1.9.3"
|
|
899
|
-
|
|
900
|
-
"@sentry/tracing@6.17.4":
|
|
901
|
-
version "6.17.4"
|
|
902
|
-
resolved "https://registry.yarnpkg.com/@sentry/tracing/-/tracing-6.17.4.tgz#17c2ab50d9e4cdf727b9b25e7f91ae3a9ea19437"
|
|
903
|
-
integrity sha512-UV6wWH/fqndts0k0cptsNtzD0h8KXqHInJSCGqlWDlygFRO16jwMKv0wfXgqsgc3cBGDlsl8C4l6COSwz9ROdg==
|
|
904
|
-
dependencies:
|
|
905
|
-
"@sentry/hub" "6.17.4"
|
|
906
|
-
"@sentry/minimal" "6.17.4"
|
|
907
|
-
"@sentry/types" "6.17.4"
|
|
908
|
-
"@sentry/utils" "6.17.4"
|
|
909
|
-
tslib "^1.9.3"
|
|
910
|
-
|
|
911
|
-
"@sentry/types@6.17.4":
|
|
912
|
-
version "6.17.4"
|
|
913
|
-
resolved "https://registry.yarnpkg.com/@sentry/types/-/types-6.17.4.tgz#36b78d7c4a6de19b2bbc631bb34893bcad30c0ba"
|
|
914
|
-
integrity sha512-RUyiXCKf61k2GIMP7FQX0naoSew4zLxe+UrtbjwVcWU4AFPZfH7tLNtTpVE85zAKbxsaiq3OD2FPtTZarHcwxQ==
|
|
915
|
-
|
|
916
|
-
"@sentry/utils@6.17.4":
|
|
917
|
-
version "6.17.4"
|
|
918
|
-
resolved "https://registry.yarnpkg.com/@sentry/utils/-/utils-6.17.4.tgz#4f109629d2e7f16c5595b4367445ef47bfe96b61"
|
|
919
|
-
integrity sha512-+ENzZbrlVL1JJ+FoK2EOS27nbA/yToeaJPFlyVOnbthUxVyN3TTi9Uzn9F05fIE/2BTkOEk89wPtgcHafgrD6A==
|
|
920
|
-
dependencies:
|
|
921
|
-
"@sentry/types" "6.17.4"
|
|
922
|
-
tslib "^1.9.3"
|
|
923
|
-
|
|
924
842
|
"@tsconfig/node10@^1.0.7":
|
|
925
843
|
version "1.0.8"
|
|
926
844
|
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
|
|
@@ -941,78 +859,11 @@
|
|
|
941
859
|
resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
|
|
942
860
|
integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
|
|
943
861
|
|
|
944
|
-
"@types/aws-lambda@^8.10.62":
|
|
945
|
-
version "8.10.92"
|
|
946
|
-
resolved "https://registry.yarnpkg.com/@types/aws-lambda/-/aws-lambda-8.10.92.tgz#645f769ff88b8eba1acd35542695ac322c7757c4"
|
|
947
|
-
integrity sha512-dB14TltT1SNq73z3MaZfKyyBZ37NAgAFl8jze59bisR4fJ6pB6AYGxItHFkooZbN7UcVJX/cFudM4p8wp1W4rA==
|
|
948
|
-
|
|
949
|
-
"@types/body-parser@*":
|
|
950
|
-
version "1.19.2"
|
|
951
|
-
resolved "https://registry.yarnpkg.com/@types/body-parser/-/body-parser-1.19.2.tgz#aea2059e28b7658639081347ac4fab3de166e6f0"
|
|
952
|
-
integrity sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==
|
|
953
|
-
dependencies:
|
|
954
|
-
"@types/connect" "*"
|
|
955
|
-
"@types/node" "*"
|
|
956
|
-
|
|
957
|
-
"@types/connect@*":
|
|
958
|
-
version "3.4.35"
|
|
959
|
-
resolved "https://registry.yarnpkg.com/@types/connect/-/connect-3.4.35.tgz#5fcf6ae445e4021d1fc2219a4873cc73a3bb2ad1"
|
|
960
|
-
integrity sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==
|
|
961
|
-
dependencies:
|
|
962
|
-
"@types/node" "*"
|
|
963
|
-
|
|
964
|
-
"@types/express-serve-static-core@^4.17.18":
|
|
965
|
-
version "4.17.28"
|
|
966
|
-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz#c47def9f34ec81dc6328d0b1b5303d1ec98d86b8"
|
|
967
|
-
integrity sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==
|
|
968
|
-
dependencies:
|
|
969
|
-
"@types/node" "*"
|
|
970
|
-
"@types/qs" "*"
|
|
971
|
-
"@types/range-parser" "*"
|
|
972
|
-
|
|
973
|
-
"@types/express@^4.17.2":
|
|
974
|
-
version "4.17.13"
|
|
975
|
-
resolved "https://registry.yarnpkg.com/@types/express/-/express-4.17.13.tgz#a76e2995728999bab51a33fabce1d705a3709034"
|
|
976
|
-
integrity sha512-6bSZTPaTIACxn48l50SR+axgrqm6qXFIxrdAKaG6PaJk3+zuUr35hBlgT7vOmJcum+OEaIBLtHV/qloEAFITeA==
|
|
977
|
-
dependencies:
|
|
978
|
-
"@types/body-parser" "*"
|
|
979
|
-
"@types/express-serve-static-core" "^4.17.18"
|
|
980
|
-
"@types/qs" "*"
|
|
981
|
-
"@types/serve-static" "*"
|
|
982
|
-
|
|
983
|
-
"@types/mime@^1":
|
|
984
|
-
version "1.3.2"
|
|
985
|
-
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
|
|
986
|
-
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
|
|
987
|
-
|
|
988
|
-
"@types/node@*":
|
|
989
|
-
version "17.0.15"
|
|
990
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.15.tgz#97779282c09c09577120a2162e71d8380003590a"
|
|
991
|
-
integrity sha512-zWt4SDDv1S9WRBNxLFxFRHxdD9tvH8f5/kg5/IaLFdnSNXsDY4eL3Q3XXN+VxUnWIhyVFDwcsmAprvwXoM/ClA==
|
|
992
|
-
|
|
993
862
|
"@types/node@^16.11.0":
|
|
994
863
|
version "16.11.22"
|
|
995
864
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.22.tgz#e704150225bfc4195f8ce68a7ac8da02b753549a"
|
|
996
865
|
integrity sha512-DYNtJWauMQ9RNpesl4aVothr97/tIJM8HbyOXJ0AYT1Z2bEjLHyfjOBPAQQVMLf8h3kSShYfNk8Wnto8B2zHUA==
|
|
997
866
|
|
|
998
|
-
"@types/qs@*":
|
|
999
|
-
version "6.9.7"
|
|
1000
|
-
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"
|
|
1001
|
-
integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==
|
|
1002
|
-
|
|
1003
|
-
"@types/range-parser@*":
|
|
1004
|
-
version "1.2.4"
|
|
1005
|
-
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
|
|
1006
|
-
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
|
|
1007
|
-
|
|
1008
|
-
"@types/serve-static@*":
|
|
1009
|
-
version "1.13.10"
|
|
1010
|
-
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
|
|
1011
|
-
integrity sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==
|
|
1012
|
-
dependencies:
|
|
1013
|
-
"@types/mime" "^1"
|
|
1014
|
-
"@types/node" "*"
|
|
1015
|
-
|
|
1016
867
|
acorn-walk@^8.1.1:
|
|
1017
868
|
version "8.2.0"
|
|
1018
869
|
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
|
|
@@ -1023,13 +874,6 @@ acorn@^8.4.1:
|
|
|
1023
874
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
|
|
1024
875
|
integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
|
|
1025
876
|
|
|
1026
|
-
agent-base@6:
|
|
1027
|
-
version "6.0.2"
|
|
1028
|
-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
|
|
1029
|
-
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
|
|
1030
|
-
dependencies:
|
|
1031
|
-
debug "4"
|
|
1032
|
-
|
|
1033
877
|
arg@^4.1.0:
|
|
1034
878
|
version "4.1.3"
|
|
1035
879
|
resolved "https://registry.yarnpkg.com/arg/-/arg-4.1.3.tgz#269fc7ad5b8e42cb63c896d5666017261c144089"
|
|
@@ -1040,23 +884,11 @@ bowser@^2.11.0:
|
|
|
1040
884
|
resolved "https://registry.yarnpkg.com/bowser/-/bowser-2.11.0.tgz#5ca3c35757a7aa5771500c70a73a9f91ef420a8f"
|
|
1041
885
|
integrity sha512-AlcaJBi/pqqJBIQ8U9Mcpc9i8Aqxn88Skv5d+xBX006BY5u8N3mGLHa5Lgppa7L/HfwgwLgZ6NYs+Ag6uUmJRA==
|
|
1042
886
|
|
|
1043
|
-
cookie@^0.4.1:
|
|
1044
|
-
version "0.4.2"
|
|
1045
|
-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.2.tgz#0e41f24de5ecf317947c82fc789e06a884824432"
|
|
1046
|
-
integrity sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==
|
|
1047
|
-
|
|
1048
887
|
create-require@^1.1.0:
|
|
1049
888
|
version "1.1.1"
|
|
1050
889
|
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
|
1051
890
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
1052
891
|
|
|
1053
|
-
debug@4:
|
|
1054
|
-
version "4.3.3"
|
|
1055
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
|
|
1056
|
-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
|
|
1057
|
-
dependencies:
|
|
1058
|
-
ms "2.1.2"
|
|
1059
|
-
|
|
1060
892
|
diff@^4.0.1:
|
|
1061
893
|
version "4.0.2"
|
|
1062
894
|
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
|
|
@@ -1072,33 +904,15 @@ fast-xml-parser@3.19.0:
|
|
|
1072
904
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-3.19.0.tgz#cb637ec3f3999f51406dd8ff0e6fc4d83e520d01"
|
|
1073
905
|
integrity sha512-4pXwmBplsCPv8FOY1WRakF970TjNGnGnfbOnLqjlYvMiF1SR3yOHyxMR/YCXpPTOspNF5gwudqktIP4VsWkvBg==
|
|
1074
906
|
|
|
1075
|
-
https-proxy-agent@^5.0.0:
|
|
1076
|
-
version "5.0.0"
|
|
1077
|
-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
|
|
1078
|
-
integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
|
|
1079
|
-
dependencies:
|
|
1080
|
-
agent-base "6"
|
|
1081
|
-
debug "4"
|
|
1082
|
-
|
|
1083
|
-
lru_map@^0.3.3:
|
|
1084
|
-
version "0.3.3"
|
|
1085
|
-
resolved "https://registry.yarnpkg.com/lru_map/-/lru_map-0.3.3.tgz#b5c8351b9464cbd750335a79650a0ec0e56118dd"
|
|
1086
|
-
integrity sha1-tcg1G5Rky9dQM1p5ZQoOwOVhGN0=
|
|
1087
|
-
|
|
1088
907
|
make-error@^1.1.1:
|
|
1089
908
|
version "1.3.6"
|
|
1090
909
|
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
|
|
1091
910
|
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
|
|
1092
911
|
|
|
1093
|
-
ms@2.1.2:
|
|
1094
|
-
version "2.1.2"
|
|
1095
|
-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
|
1096
|
-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
|
1097
|
-
|
|
1098
912
|
ts-node@^10.3.0:
|
|
1099
|
-
version "10.
|
|
1100
|
-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.
|
|
1101
|
-
integrity sha512-
|
|
913
|
+
version "10.5.0"
|
|
914
|
+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.5.0.tgz#618bef5854c1fbbedf5e31465cbb224a1d524ef9"
|
|
915
|
+
integrity sha512-6kEJKwVxAJ35W4akuiysfKwKmjkbYxwQMTBaAxo9KKAx/Yd26mPUyhGz3ji+EsJoAgrLqVsYHNuuYwQe22lbtw==
|
|
1102
916
|
dependencies:
|
|
1103
917
|
"@cspotcode/source-map-support" "0.7.0"
|
|
1104
918
|
"@tsconfig/node10" "^1.0.7"
|
|
@@ -1111,9 +925,10 @@ ts-node@^10.3.0:
|
|
|
1111
925
|
create-require "^1.1.0"
|
|
1112
926
|
diff "^4.0.1"
|
|
1113
927
|
make-error "^1.1.1"
|
|
928
|
+
v8-compile-cache-lib "^3.0.0"
|
|
1114
929
|
yn "3.1.1"
|
|
1115
930
|
|
|
1116
|
-
tslib@^1.11.1
|
|
931
|
+
tslib@^1.11.1:
|
|
1117
932
|
version "1.14.1"
|
|
1118
933
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
1119
934
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
@@ -1133,6 +948,11 @@ uuid@^8.3.2:
|
|
|
1133
948
|
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2"
|
|
1134
949
|
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
|
|
1135
950
|
|
|
951
|
+
v8-compile-cache-lib@^3.0.0:
|
|
952
|
+
version "3.0.0"
|
|
953
|
+
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
|
|
954
|
+
integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
|
|
955
|
+
|
|
1136
956
|
yn@3.1.1:
|
|
1137
957
|
version "3.1.1"
|
|
1138
958
|
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"
|
package/lib/index.ts
ADDED
package/package.json
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cdk-nuxt",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib"
|
|
7
7
|
],
|
|
8
|
-
"main": "
|
|
8
|
+
"main": "dist/index.js",
|
|
9
|
+
"types": "dist/index.d.ts",
|
|
9
10
|
"bin": {
|
|
10
11
|
"nuxt-deploy": "./lib/cli/deploy.js"
|
|
11
12
|
},
|
|
12
13
|
"scripts": {
|
|
13
|
-
"build": "tsc"
|
|
14
|
-
"watch": "tsc -w",
|
|
15
|
-
"cdk": "cdk"
|
|
14
|
+
"build": "tsc"
|
|
16
15
|
},
|
|
17
16
|
"devDependencies": {
|
|
18
17
|
"@types/node": "10.17.27",
|
package/lib/index.js
DELETED