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 1
1
# @api2ai/core
2
2
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Publish with ESM option
8
+
3
9
## 0.1.1
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api2ai/core" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"main" : " ./dist/index.js" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"license" : " MIT" ,
7
7
"scripts" : {
8
8
"lint" : " eslint \" **/*.ts*\" " ,
9
9
"test" : " jest" ,
10
- "build" : " tsup ./index.ts --format cjs --dts"
10
+ "build" : " tsup ./index.ts --format cjs,esm --dts --clean "
11
11
},
12
12
"devDependencies" : {
13
13
"@changesets/cli" : " ^2.26.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @api2ai/demo" ,
3
3
"version" : " 0.1.1" ,
4
+ "private" : true ,
4
5
"scripts" : {
5
6
"dev" : " next dev -p 5555" ,
6
7
"build" : " next build" ,
You can’t perform that action at this time.
0 commit comments