@mrgrain/cdk-esbuild 2.0.0-rc.1 → 3.0.0-rc.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.
- package/.gitattributes +21 -21
- package/.jsii +2847 -897
- package/.projenrc.ts +30 -20
- package/API.md +180 -38
- package/CHANGELOG.md +18 -245
- package/README.md +72 -22
- package/SECURITY.md +6 -5
- package/lib/asset.d.ts +2 -2
- package/lib/asset.js +10 -8
- package/lib/bundler.d.ts +14 -1
- package/lib/bundler.js +5 -4
- package/lib/code.d.ts +4 -3
- package/lib/code.js +4 -4
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/inline-code.d.ts +51 -20
- package/lib/inline-code.js +52 -30
- package/lib/source.d.ts +2 -2
- package/lib/source.js +4 -4
- package/package.json +38 -54
package/package.json
CHANGED
|
@@ -6,27 +6,28 @@
|
|
|
6
6
|
"url": "git@github.com:mrgrain/cdk-esbuild.git"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
|
-
"clobber": "npx projen clobber",
|
|
10
|
-
"compile": "npx projen compile",
|
|
11
|
-
"test:compile": "npx projen test:compile",
|
|
12
|
-
"test": "npx projen test",
|
|
13
9
|
"build": "npx projen build",
|
|
14
|
-
"test:watch": "npx projen test:watch",
|
|
15
|
-
"test:update": "npx projen test:update",
|
|
16
10
|
"bump": "npx projen bump",
|
|
17
|
-
"
|
|
18
|
-
"publish:github": "npx projen publish:github",
|
|
19
|
-
"watch": "npx projen watch",
|
|
20
|
-
"package": "npx projen package",
|
|
21
|
-
"eslint": "npx projen eslint",
|
|
22
|
-
"default": "npx projen default",
|
|
11
|
+
"clobber": "npx projen clobber",
|
|
23
12
|
"compat": "npx projen compat",
|
|
24
|
-
"
|
|
13
|
+
"compile": "npx projen compile",
|
|
14
|
+
"default": "npx projen default",
|
|
25
15
|
"docgen": "npx projen docgen",
|
|
26
|
-
"
|
|
16
|
+
"eslint": "npx projen eslint",
|
|
17
|
+
"package": "npx projen package",
|
|
18
|
+
"post-compile": "npx projen post-compile",
|
|
19
|
+
"pre-compile": "npx projen pre-compile",
|
|
27
20
|
"publish:git:next": "npx projen publish:git:next",
|
|
21
|
+
"publish:github": "npx projen publish:github",
|
|
22
|
+
"publish:npm": "npx projen publish:npm",
|
|
23
|
+
"release:next": "npx projen release:next",
|
|
24
|
+
"test": "npx projen test",
|
|
25
|
+
"test:update": "npx projen test:update",
|
|
26
|
+
"test:watch": "npx projen test:watch",
|
|
27
|
+
"unbump": "npx projen unbump",
|
|
28
28
|
"upgrade": "npx projen upgrade",
|
|
29
29
|
"upgrade-projen": "npx projen upgrade-projen",
|
|
30
|
+
"watch": "npx projen watch",
|
|
30
31
|
"projen": "npx projen"
|
|
31
32
|
},
|
|
32
33
|
"author": {
|
|
@@ -36,54 +37,37 @@
|
|
|
36
37
|
"organization": false
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
39
|
-
"@aws-cdk/
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
42
|
-
"@aws-cdk/aws-s3-assets": "^1.99.0",
|
|
43
|
-
"@aws-cdk/aws-s3-deployment": "^1.99.0",
|
|
44
|
-
"@aws-cdk/aws-synthetics": "^1.99.0",
|
|
45
|
-
"@aws-cdk/core": "^1.99.0",
|
|
46
|
-
"@types/eslint": "^7.28.2",
|
|
47
|
-
"@types/jest": "^27.0.2",
|
|
40
|
+
"@aws-cdk/aws-synthetics-alpha": "^2.0.0-alpha.11",
|
|
41
|
+
"@types/eslint": "^7.29.0",
|
|
42
|
+
"@types/jest": "^27.0.3",
|
|
48
43
|
"@types/node": "^14.17.0",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
50
|
-
"@typescript-eslint/parser": "^
|
|
51
|
-
"
|
|
52
|
-
"
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^5",
|
|
45
|
+
"@typescript-eslint/parser": "^5",
|
|
46
|
+
"aws-cdk-lib": "2.0.0",
|
|
47
|
+
"constructs": "10.0.5",
|
|
48
|
+
"esbuild": "^0.14.0",
|
|
49
|
+
"eslint": "^8",
|
|
53
50
|
"eslint-import-resolver-node": "^0.3.6",
|
|
54
51
|
"eslint-import-resolver-typescript": "^2.5.0",
|
|
55
|
-
"eslint-plugin-import": "^2.25.
|
|
52
|
+
"eslint-plugin-import": "^2.25.3",
|
|
56
53
|
"jest": "^27.3.1",
|
|
57
|
-
"jest-junit": "^
|
|
58
|
-
"jsii": "^1.
|
|
59
|
-
"jsii-diff": "^1.
|
|
60
|
-
"jsii-docgen": "^3.8.
|
|
61
|
-
"jsii-pacmak": "^1.
|
|
62
|
-
"json-schema": "^0.
|
|
54
|
+
"jest-junit": "^13",
|
|
55
|
+
"jsii": "^1.45.0",
|
|
56
|
+
"jsii-diff": "^1.45.0",
|
|
57
|
+
"jsii-docgen": "^3.8.31",
|
|
58
|
+
"jsii-pacmak": "^1.45.0",
|
|
59
|
+
"json-schema": "^0.4.0",
|
|
63
60
|
"npm-check-updates": "^11",
|
|
64
|
-
"projen": "^0.
|
|
61
|
+
"projen": "^0.36.6",
|
|
65
62
|
"standard-version": "^9",
|
|
66
63
|
"ts-jest": "^27.0.7",
|
|
67
|
-
"ts-morph": "^12.
|
|
64
|
+
"ts-morph": "^12.2.0",
|
|
68
65
|
"ts-node": "^9",
|
|
69
|
-
"typescript": "^4.
|
|
66
|
+
"typescript": "^4.5.2"
|
|
70
67
|
},
|
|
71
68
|
"peerDependencies": {
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"@aws-cdk/aws-s3-assets": "^1.99.0",
|
|
75
|
-
"@aws-cdk/aws-s3-deployment": "^1.99.0",
|
|
76
|
-
"@aws-cdk/aws-synthetics": "^1.99.0",
|
|
77
|
-
"@aws-cdk/core": "^1.99.0",
|
|
78
|
-
"constructs": "^3.2.27"
|
|
79
|
-
},
|
|
80
|
-
"dependencies": {
|
|
81
|
-
"@aws-cdk/aws-lambda": "^1.99.0",
|
|
82
|
-
"@aws-cdk/aws-s3": "^1.99.0",
|
|
83
|
-
"@aws-cdk/aws-s3-assets": "^1.99.0",
|
|
84
|
-
"@aws-cdk/aws-s3-deployment": "^1.99.0",
|
|
85
|
-
"@aws-cdk/aws-synthetics": "^1.99.0",
|
|
86
|
-
"@aws-cdk/core": "^1.99.0"
|
|
69
|
+
"aws-cdk-lib": "^2.0.0",
|
|
70
|
+
"constructs": "^10.0.5"
|
|
87
71
|
},
|
|
88
72
|
"bundledDependencies": [],
|
|
89
73
|
"keywords": [
|
|
@@ -103,7 +87,7 @@
|
|
|
103
87
|
"publishConfig": {
|
|
104
88
|
"tag": "next"
|
|
105
89
|
},
|
|
106
|
-
"version": "
|
|
90
|
+
"version": "3.0.0-rc.0",
|
|
107
91
|
"jest": {
|
|
108
92
|
"testMatch": [
|
|
109
93
|
"**/__tests__/**/*.ts?(x)",
|
|
@@ -158,7 +142,7 @@
|
|
|
158
142
|
"twitter": "@mrgrain"
|
|
159
143
|
},
|
|
160
144
|
"optionalDependencies": {
|
|
161
|
-
"esbuild": "^0.
|
|
145
|
+
"esbuild": "^0.14.0"
|
|
162
146
|
},
|
|
163
147
|
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
|
|
164
148
|
}
|