Comparing version 1.0.18-beta.1 to 1.0.18-beta.2
{ | ||
"name": "aws4fetch", | ||
"version": "1.0.18-beta.1", | ||
"version": "1.0.18-beta.2", | ||
"description": "A compact AWS client for modern JS environments", | ||
@@ -17,7 +17,7 @@ "author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)", | ||
"import": { | ||
"types": "./dist/main.d.ts", | ||
"types": "./dist/main.d.mts", | ||
"default": "./dist/aws4fetch.esm.mjs" | ||
}, | ||
"worker": { | ||
"types": "./dist/main.d.ts", | ||
"types": "./dist/main.d.mts", | ||
"default": "./dist/aws4fetch.esm.js" | ||
@@ -44,3 +44,3 @@ }, | ||
"scripts": { | ||
"declaration": "tsc -p declaration.tsconfig.json", | ||
"declaration": "tsc -p declaration.tsconfig.json && cp dist/main.d.ts dist/main.d.mts", | ||
"build": "npm run declaration && rollup -c", | ||
@@ -47,0 +47,0 @@ "prepare": "npm run build", |
64536
9