|
5 | 5 | "author": "CodeSandbox", |
6 | 6 | "license": "MIT", |
7 | 7 | "repository": "git+https://github.com/codesandbox/codesandbox-sdk.git", |
| 8 | + "type": "module", |
8 | 9 | "bin": { |
9 | 10 | "csb": "dist/bin/codesandbox.js" |
10 | 11 | }, |
|
52 | 53 | "build": "npm run clean && npm run build:esbuild && npm run build:cjs:types && npm run build:esm:types && chmod +x dist/bin/codesandbox.js", |
53 | 54 | "build:cjs": "tsc -p ./tsconfig.build-cjs.json", |
54 | 55 | "build:esm": "tsc -p ./tsconfig.build-esm.json", |
55 | | - "build:esbuild": "node esbuild.js", |
| 56 | + "build:esbuild": "node esbuild.cjs", |
56 | 57 | "build:cjs:types": "tsc -p ./tsconfig.build-cjs.json --emitDeclarationOnly", |
57 | 58 | "build:esm:types": "tsc -p ./tsconfig.build-esm.json --emitDeclarationOnly", |
58 | 59 | "build-openapi": "rimraf src/client && curl -o openapi.json https://api.codesandbox.io/meta/openapi && npx prettier --write ./openapi.json && node_modules/.bin/openapi-ts -i ./openapi.json -o src/client -c @hey-api/client-fetch", |
|
77 | 78 | "@codesandbox/pitcher-client": "1.1.5", |
78 | 79 | "@codesandbox/pitcher-common": "0.360.2", |
79 | 80 | "@codesandbox/pitcher-protocol": "0.360.4", |
80 | | - "@hey-api/client-fetch": "^0.5.1", |
81 | | - "@hey-api/openapi-ts": "0.60.1", |
| 81 | + "@hey-api/client-fetch": "^0.7.3", |
| 82 | + "@hey-api/openapi-ts": "^0.63.2", |
82 | 83 | "@types/blessed": "^0.1.25", |
83 | 84 | "@types/yargs": "^17.0.33", |
84 | 85 | "blessed": "^0.1.81", |
|
0 commit comments