Skip to content

Commit 157691a

Browse files
tend to feedback and add full fs spec
1 parent bc90eab commit 157691a

15 files changed

+3510
-533
lines changed

openapi-sandbox-fs.json

Lines changed: 2005 additions & 0 deletions
Large diffs are not rendered by default.

openapi-sandbox.json

Lines changed: 0 additions & 239 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"build:esm:types": "tsc -p ./tsconfig.build-esm.json --emitDeclarationOnly",
6060
"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 && npm run build-openapi-rest",
6161
"build-openapi:staging": "rimraf src/client && curl -o openapi.json https://api.codesandbox.stream/meta/openapi && npx prettier --write ./openapi.json && node_modules/.bin/openapi-ts -i ./openapi.json -o src/client -c @hey-api/client-fetch",
62-
"build-openapi-rest": "node_modules/.bin/openapi-ts -i ./openapi-sandbox.json -o src/client-rest -c @hey-api/client-fetch",
62+
"build-openapi-rest-fs": "node_modules/.bin/openapi-ts -i ./openapi-sandbox-fs.json -o src/client-rest-fs -c @hey-api/client-fetch",
6363
"clean": "rimraf ./dist",
6464
"typecheck": "tsc --noEmit",
6565
"format": "prettier '**/*.{md,js,jsx,json,ts,tsx}' --write",
@@ -77,6 +77,7 @@
7777
"README.md"
7878
],
7979
"devDependencies": {
80+
"@msgpack/msgpack": "^3.1.0",
8081
"@codesandbox/pitcher-client": "1.1.5",
8182
"@codesandbox/pitcher-common": "0.360.2",
8283
"@codesandbox/pitcher-protocol": "0.360.4",
@@ -104,7 +105,5 @@
104105
"why-is-node-running": "^2.3.0",
105106
"yargs": "^17.7.2"
106107
},
107-
"dependencies": {
108-
"@msgpack/msgpack": "^3.1.0"
109-
}
108+
"dependencies": {}
110109
}
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)