- Minor: upgrade dev server.
- Minor: upgrade dependencies.
-
Fix: external now will contains the packages in the
devDependencies
. -
Fix: specify the
exports
inoutput
.
-
Feat: support import static files in the script.
-
Feat: add
.prettierrc.js
to help formatting.
- Fix: wrong external dependencies resolve.
- Feat: move dev server and deploy script to dependencies as npm package.
-
Feat: add
remove
method to fake lambda KV. -
Feat: the
get
andset
methods in fake lambda KV now will use JSON to encode and decode value automatically. -
Minor: upgrade dependencies.