@typespec/ts-http-runtime 1.0.0-alpha.20231026.1 → 1.0.0-alpha.20231102.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typespec/ts-http-runtime",
3
- "version": "1.0.0-alpha.20231026.1",
3
+ "version": "1.0.0-alpha.20231102.2",
4
4
  "description": "Isomorphic client library for making HTTP requests in node.js and browser.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -35,7 +35,7 @@
35
35
  "clean": "rimraf dist dist-* temp types *.tgz *.log",
36
36
  "execute:samples": "echo skipped",
37
37
  "extract-api": "tsc -p . && api-extractor run --local",
38
- "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
38
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
39
39
  "integration-test:browser": "echo skipped",
40
40
  "integration-test:node": "echo skipped",
41
41
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
@@ -125,7 +125,7 @@
125
125
  "prettier": "^2.5.1",
126
126
  "puppeteer": "^19.2.2",
127
127
  "rimraf": "^3.0.0",
128
- "sinon": "^15.0.0",
128
+ "sinon": "^17.0.0",
129
129
  "typescript": "~5.2.0",
130
130
  "util": "^0.12.1",
131
131
  "ts-node": "^10.0.0",