File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# @api2ai/core
22
3+ ## 0.1.2
4+
5+ ### Patch Changes
6+
7+ - Publish with ESM option
8+
39## 0.1.1
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @api2ai/core" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.1.2 " ,
44 "main" : " ./dist/index.js" ,
55 "types" : " ./dist/index.d.ts" ,
66 "license" : " MIT" ,
77 "scripts" : {
88 "lint" : " eslint \" **/*.ts*\" " ,
99 "test" : " jest" ,
10- "build" : " tsup ./index.ts --format cjs --dts"
10+ "build" : " tsup ./index.ts --format cjs,esm --dts --clean "
1111 },
1212 "devDependencies" : {
1313 "@changesets/cli" : " ^2.26.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @api2ai/demo" ,
33 "version" : " 0.1.1" ,
4+ "private" : true ,
45 "scripts" : {
56 "dev" : " next dev -p 5555" ,
67 "build" : " next build" ,
You can’t perform that action at this time.
0 commit comments