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