@typespec/ts-http-runtime
Advanced tools
Comparing version
{ | ||
"name": "@typespec/ts-http-runtime", | ||
"version": "1.0.0-alpha.20231026.1", | ||
"version": "1.0.0-alpha.20231031.3", | ||
"description": "Isomorphic client library for making HTTP requests in node.js and browser.", | ||
@@ -38,3 +38,3 @@ "sdk-type": "client", | ||
"extract-api": "tsc -p . && api-extractor run --local", | ||
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"integration-test:browser": "echo skipped", | ||
@@ -41,0 +41,0 @@ "integration-test:node": "echo skipped", |
1015652
0