@azure/core-tracing 1.3.1-alpha.20250822.4 → 1.3.1-alpha.20250827.1
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-tracing",
|
|
3
|
-
"version": "1.3.1-alpha.
|
|
3
|
+
"version": "1.3.1-alpha.20250827.1",
|
|
4
4
|
"description": "Provides low-level interfaces and helper methods for tracing in Azure SDK",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"playwright": "^1.50.1",
|
|
64
64
|
"typescript": "~5.8.3",
|
|
65
65
|
"vitest": "^3.2.3",
|
|
66
|
-
"@azure/
|
|
67
|
-
"@azure/
|
|
66
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
67
|
+
"@azure/dev-tool": "^1.0.0"
|
|
68
68
|
},
|
|
69
69
|
"//metadata": {
|
|
70
70
|
"sampleConfiguration": {
|
|
@@ -106,8 +106,7 @@
|
|
|
106
106
|
"pack": "pnpm pack 2>&1",
|
|
107
107
|
"test": "npm run test:node && npm run test:browser",
|
|
108
108
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
109
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
110
|
-
"test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
|
|
109
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
|
|
111
110
|
"update-snippets": "dev-tool run update-snippets"
|
|
112
111
|
}
|
|
113
112
|
}
|