File tree Expand file tree Collapse file tree 3 files changed +20
-17
lines changed
Expand file tree Collapse file tree 3 files changed +20
-17
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22 "name" : " @squarecloud/api" ,
33 "version" : " 3.7.9" ,
44 "description" : " A NodeJS wrapper for Square Cloud API" ,
5+ "main" : " ./lib/index.cjs" ,
6+ "module" : " ./lib/index.js" ,
7+ "types" : " ./lib/index.d.ts" ,
58 "exports" : {
6- "import " : {
7- "types " : " ./lib/index.d.ts " ,
8- "default " : " ./lib/index.js "
9- },
10- "require" : {
11- "types " : " ./lib/index.d.cts " ,
12- "default " : " ./lib/index.cjs "
13- },
14- "types" : " ./lib/index.d.ts " ,
15- "default" : " ./lib/index.js "
9+ ". " : {
10+ "import " : {
11+ "types " : " ./lib/index.d.ts " ,
12+ "default" : " ./lib/index.js "
13+ },
14+ "require " : {
15+ "types " : " ./lib/index.d.cts " ,
16+ "default" : " ./lib/index.cjs "
17+ }
18+ }
1619 },
20+ "files" : [
21+ " lib"
22+ ],
1723 "packageManager" : " pnpm@10.11.1" ,
1824 "type" : " module" ,
1925 "scripts" : {
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ export default {
44 target : "es2020" ,
55 format : [ "cjs" , "esm" ] ,
66 outDir : "lib" ,
7- splitting : false ,
8- sourcemap : true ,
9- clean : true ,
107 dts : true ,
8+ minify : false ,
9+ clean : true ,
10+ sourcemap : true ,
11+ splitting : false ,
1112} satisfies Options ;
You can’t perform that action at this time.
0 commit comments