@azure/core-rest-pipeline
Advanced tools
Comparing version 1.18.2-alpha.20241209.3 to 1.18.2-alpha.20241210.1
@@ -24,3 +24,2 @@ // Copyright (c) Microsoft Corporation. | ||
let retryCount = -1; | ||
// eslint-disable-next-line no-constant-condition | ||
retryRequest: while (true) { | ||
@@ -27,0 +26,0 @@ retryCount += 1; |
@@ -27,3 +27,2 @@ "use strict"; | ||
let retryCount = -1; | ||
// eslint-disable-next-line no-constant-condition | ||
retryRequest: while (true) { | ||
@@ -30,0 +29,0 @@ retryCount += 1; |
@@ -24,3 +24,2 @@ // Copyright (c) Microsoft Corporation. | ||
let retryCount = -1; | ||
// eslint-disable-next-line no-constant-condition | ||
retryRequest: while (true) { | ||
@@ -27,0 +26,0 @@ retryCount += 1; |
@@ -24,3 +24,2 @@ // Copyright (c) Microsoft Corporation. | ||
let retryCount = -1; | ||
// eslint-disable-next-line no-constant-condition | ||
retryRequest: while (true) { | ||
@@ -27,0 +26,0 @@ retryCount += 1; |
{ | ||
"name": "@azure/core-rest-pipeline", | ||
"version": "1.18.2-alpha.20241209.3", | ||
"version": "1.18.2-alpha.20241210.1", | ||
"description": "Isomorphic client library for making HTTP requests in node.js and browser.", | ||
@@ -65,4 +65,4 @@ "sdk-type": "client", | ||
"integration-test:node": "echo skipped", | ||
"lint": "eslint package.json api-extractor.json src", | ||
"lint:fix": "eslint package.json api-extractor.json src --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint README.md package.json api-extractor.json src test", | ||
"lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]", | ||
"pack": "npm pack 2>&1", | ||
@@ -129,5 +129,6 @@ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run build-test && npm run unit-test:browser && npm run integration-test", | ||
], | ||
"selfLink": false | ||
"selfLink": false, | ||
"project": "./tsconfig.src.json" | ||
}, | ||
"module": "./dist/esm/index.js" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2019952
19816