@azure/core-lro
Advanced tools
Comparing version 3.1.1-alpha.20250110.2 to 3.1.1-alpha.20250113.1
@@ -5,3 +5,3 @@ { | ||
"sdk-type": "client", | ||
"version": "3.1.1-alpha.20250110.2", | ||
"version": "3.1.1-alpha.20250113.1", | ||
"type": "module", | ||
@@ -78,3 +78,3 @@ "description": "Isomorphic client library for supporting long-running operations in node.js and browser.", | ||
"extract-api": "dev-tool run build-package && dev-tool run extract-api", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
@@ -103,2 +103,3 @@ "integration-test:browser": "echo skipped", | ||
"@azure/core-rest-pipeline": "^1.1.0", | ||
"@azure/core-util": "^1.11.0", | ||
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb", | ||
@@ -115,3 +116,10 @@ "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb", | ||
"//metadata": { | ||
"migrationDate": "2023-03-08T18:36:03.000Z" | ||
"migrationDate": "2023-03-08T18:36:03.000Z", | ||
"sampleConfiguration": { | ||
"disableDocsMs": true, | ||
"productName": "Azure SDK Core", | ||
"productSlugs": [ | ||
"azure" | ||
] | ||
} | ||
}, | ||
@@ -118,0 +126,0 @@ "tshy": { |
445729
12