cdk-lambda-subminute 0.1.38 → 2.0.2

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 CHANGED
@@ -6,28 +6,32 @@
6
6
  "url": "https://github.com/HsiehShuJeng/cdk-lambda-subminute.git"
7
7
  },
8
8
  "scripts": {
9
+ "build": "npx projen build",
10
+ "bump": "npx projen bump",
9
11
  "clobber": "npx projen clobber",
12
+ "compat": "npx projen compat",
10
13
  "compile": "npx projen compile",
11
- "test:compile": "npx projen test:compile",
14
+ "default": "npx projen default",
15
+ "docgen": "npx projen docgen",
16
+ "eject": "npx projen eject",
17
+ "eslint": "npx projen eslint",
18
+ "package": "npx projen package",
19
+ "package-all": "npx projen package-all",
20
+ "package:dotnet": "npx projen package:dotnet",
21
+ "package:go": "npx projen package:go",
22
+ "package:java": "npx projen package:java",
23
+ "package:js": "npx projen package:js",
24
+ "package:python": "npx projen package:python",
25
+ "post-compile": "npx projen post-compile",
26
+ "post-upgrade": "npx projen post-upgrade",
27
+ "pre-compile": "npx projen pre-compile",
28
+ "release": "npx projen release",
12
29
  "test": "npx projen test",
13
- "build": "npx projen build",
14
- "test:watch": "npx projen test:watch",
15
30
  "test:update": "npx projen test:update",
16
- "bump": "npx projen bump",
31
+ "test:watch": "npx projen test:watch",
17
32
  "unbump": "npx projen unbump",
18
- "publish:github": "npx projen publish:github",
19
33
  "upgrade": "npx projen upgrade",
20
- "default": "npx projen default",
21
34
  "watch": "npx projen watch",
22
- "package": "npx projen package",
23
- "eslint": "npx projen eslint",
24
- "compat": "npx projen compat",
25
- "publish:npm": "npx projen publish:npm",
26
- "publish:maven": "npx projen publish:maven",
27
- "publish:pypi": "npx projen publish:pypi",
28
- "publish:nuget": "npx projen publish:nuget",
29
- "docgen": "npx projen docgen",
30
- "release": "npx projen release",
31
35
  "projen": "npx projen"
32
36
  },
33
37
  "author": {
@@ -36,54 +40,39 @@
36
40
  "organization": false
37
41
  },
38
42
  "devDependencies": {
39
- "@aws-cdk/assert": "^1.111.0",
40
43
  "@types/jest": "^26.0.24",
41
- "@types/node": "^10.17.0",
42
- "@typescript-eslint/eslint-plugin": "^4.29.2",
43
- "@typescript-eslint/parser": "^4.29.2",
44
- "esbuild": "^0.12.20",
45
- "eslint": "^7.32.0",
44
+ "@types/node": "^14",
45
+ "@typescript-eslint/eslint-plugin": "^5",
46
+ "@typescript-eslint/parser": "^5",
47
+ "aws-cdk-lib": "^2.27.0",
48
+ "constructs": "^10.0.5",
49
+ "esbuild": "^0.14.43",
50
+ "eslint": "^8",
46
51
  "eslint-import-resolver-node": "^0.3.6",
47
- "eslint-import-resolver-typescript": "^2.4.0",
48
- "eslint-plugin-import": "^2.24.0",
49
- "jest": "^26.6.3",
50
- "jest-junit": "^12",
51
- "jsii": "^1.33.0",
52
- "jsii-diff": "^1.33.0",
52
+ "eslint-import-resolver-typescript": "^2.7.1",
53
+ "eslint-plugin-import": "^2.26.0",
54
+ "jest": "^27",
55
+ "jest-junit": "^13",
56
+ "jsii": "^1.60.1",
57
+ "jsii-diff": "^1.60.1",
53
58
  "jsii-docgen": "^1.8.110",
54
- "jsii-pacmak": "^1.33.0",
55
- "json-schema": "^0.3.0",
56
- "npm-check-updates": "^11",
57
- "projen": "^0.27.30",
58
- "source-map-support": "^0.5.19",
59
+ "jsii-pacmak": "^1.60.1",
60
+ "json-schema": "^0.4.0",
61
+ "npm-check-updates": "^12",
62
+ "projen": "^0.58.6",
63
+ "source-map-support": "^0.5.21",
59
64
  "standard-version": "^9",
60
- "ts-jest": "^26.5.6",
61
- "typescript": "^4.3.5"
65
+ "ts-jest": "^27",
66
+ "typescript": "^4.7.3"
62
67
  },
63
68
  "peerDependencies": {
64
- "@aws-cdk/aws-events": "^1.111.0",
65
- "@aws-cdk/aws-events-targets": "^1.111.0",
66
- "@aws-cdk/aws-iam": "^1.111.0",
67
- "@aws-cdk/aws-lambda": "^1.111.0",
68
- "@aws-cdk/aws-lambda-nodejs": "^1.111.0",
69
- "@aws-cdk/aws-logs": "^1.111.0",
70
- "@aws-cdk/aws-stepfunctions": "^1.111.0",
71
- "@aws-cdk/aws-stepfunctions-tasks": "^1.111.0",
72
- "@aws-cdk/core": "^1.111.0",
73
- "constructs": "^3.2.27"
69
+ "aws-cdk-lib": "^2.27.0",
70
+ "constructs": "^10.0.5"
74
71
  },
75
72
  "dependencies": {
76
- "@aws-cdk/aws-events": "^1.111.0",
77
- "@aws-cdk/aws-events-targets": "^1.111.0",
78
- "@aws-cdk/aws-iam": "^1.111.0",
79
- "@aws-cdk/aws-lambda": "^1.111.0",
80
- "@aws-cdk/aws-lambda-nodejs": "^1.111.0",
81
- "@aws-cdk/aws-logs": "^1.111.0",
82
- "@aws-cdk/aws-stepfunctions": "^1.111.0",
83
- "@aws-cdk/aws-stepfunctions-tasks": "^1.111.0",
84
- "@aws-cdk/core": "^1.111.0"
73
+ "aws-cdk-lib": "^2.27.0",
74
+ "constructs": "^10.0.5"
85
75
  },
86
- "bundledDependencies": [],
87
76
  "keywords": [
88
77
  "aws-cloudwatch-events",
89
78
  "aws-lambda",
@@ -95,11 +84,11 @@
95
84
  ],
96
85
  "main": "lib/index.js",
97
86
  "license": "Apache-2.0",
98
- "version": "0.1.38",
87
+ "version": "2.0.2",
99
88
  "jest": {
100
89
  "testMatch": [
101
- "**/__tests__/**/*.ts?(x)",
102
- "**/?(*.)+(spec|test).ts?(x)"
90
+ "<rootDir>/src/**/__tests__/**/*.ts?(x)",
91
+ "<rootDir>/(test|src)/**/?(*.)+(spec|test).ts?(x)"
103
92
  ],
104
93
  "clearMocks": true,
105
94
  "collectCoverage": true,
@@ -107,6 +96,7 @@
107
96
  "json",
108
97
  "lcov",
109
98
  "clover",
99
+ "cobertura",
110
100
  "text"
111
101
  ],
112
102
  "coverageDirectory": "coverage",
@@ -131,7 +121,7 @@
131
121
  "preset": "ts-jest",
132
122
  "globals": {
133
123
  "ts-jest": {
134
- "tsconfig": "tsconfig.jest.json"
124
+ "tsconfig": "tsconfig.dev.json"
135
125
  }
136
126
  }
137
127
  },
@@ -154,6 +144,9 @@
154
144
  "dotnet": {
155
145
  "namespace": "ScottHsieh.Cdk",
156
146
  "packageId": "Lambda.Subminute"
147
+ },
148
+ "go": {
149
+ "moduleName": "github.com/HsiehShuJeng/cdk-lambda-subminute-go"
157
150
  }
158
151
  },
159
152
  "tsc": {
@@ -161,8 +154,8 @@
161
154
  "rootDir": "src"
162
155
  }
163
156
  },
164
- "awscdkio": {
165
- "twitter": "fantasticHsieh"
157
+ "resolutions": {
158
+ "@types/prettier": "2.6.0"
166
159
  },
167
160
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
168
161
  }