We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 646de17 commit 2de1298Copy full SHA for 2de1298
smithy-typescript-ssdk-libs/server-apigateway/package.json
@@ -5,10 +5,9 @@
5
"main": "./dist/cjs/index.js",
6
"types": "./dist/types/index.d.ts",
7
"scripts": {
8
- "prepublishOnly": "yarn build:cjs",
9
- "pretest": "yarn build:cjs",
10
- "build:cjs": "tsc -p tsconfig.cjs.json",
11
- "build": "yarn build:cjs",
+ "prepublishOnly": "yarn build",
+ "pretest": "yarn build",
+ "build": "tsc -p tsconfig.json",
12
"postbuild": "downlevel-dts dist/types dist/types/ts3.4",
13
"test": "jest"
14
},
@@ -30,7 +29,7 @@
30
29
"@types/node": "^14.14.37",
31
"downlevel-dts": "^0.7.0",
32
"jest": "^26.1.0",
33
- "typescript": "~4.1.2"
+ "typescript": "~4.2.2"
34
35
"engines": {
36
"node": ">= 14.0.0"
0 commit comments