@azure/core-tracing 1.3.1-alpha.20250820.1 → 1.3.1-alpha.20250825.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.
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.20250825.2",
|
|
4
4
|
"description": "Provides low-level interfaces and helper methods for tracing in Azure SDK",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"type": "module",
|
|
@@ -51,37 +51,20 @@
|
|
|
51
51
|
},
|
|
52
52
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md",
|
|
53
53
|
"sideEffects": false,
|
|
54
|
-
"scripts": {
|
|
55
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
56
|
-
"build:samples": "echo Obsolete",
|
|
57
|
-
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
58
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
59
|
-
"execute:samples": "echo skipped",
|
|
60
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
61
|
-
"format": "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}\"",
|
|
62
|
-
"lint": "eslint package.json src test",
|
|
63
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
64
|
-
"pack": "npm pack 2>&1",
|
|
65
|
-
"test": "npm run test:node && npm run test:browser",
|
|
66
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
67
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
68
|
-
"test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
|
|
69
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
70
|
-
},
|
|
71
54
|
"dependencies": {
|
|
72
55
|
"tslib": "^2.6.2"
|
|
73
56
|
},
|
|
74
57
|
"devDependencies": {
|
|
75
58
|
"@azure/core-auth": "^1.3.0",
|
|
76
|
-
"@
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
59
|
+
"@types/node": "^20.19.0",
|
|
60
|
+
"@vitest/browser": "^3.2.3",
|
|
61
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
62
|
+
"eslint": "^9.33.0",
|
|
63
|
+
"playwright": "^1.50.1",
|
|
64
|
+
"typescript": "~5.8.3",
|
|
65
|
+
"vitest": "^3.2.3",
|
|
66
|
+
"@azure/dev-tool": "^1.0.0",
|
|
67
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
85
68
|
},
|
|
86
69
|
"//metadata": {
|
|
87
70
|
"sampleConfiguration": {
|
|
@@ -109,5 +92,21 @@
|
|
|
109
92
|
"selfLink": false,
|
|
110
93
|
"project": "../../../tsconfig.src.build.json"
|
|
111
94
|
},
|
|
112
|
-
"module": "./dist/esm/index.js"
|
|
113
|
-
|
|
95
|
+
"module": "./dist/esm/index.js",
|
|
96
|
+
"scripts": {
|
|
97
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
98
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
99
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
100
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
101
|
+
"execute:samples": "echo skipped",
|
|
102
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
103
|
+
"format": "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}\"",
|
|
104
|
+
"lint": "eslint package.json src test",
|
|
105
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
106
|
+
"pack": "pnpm pack 2>&1",
|
|
107
|
+
"test": "npm run test:node && npm run test:browser",
|
|
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 build-test --no-browser-test && dev-tool run test:vitest --no-test-proxy",
|
|
110
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
111
|
+
}
|
|
112
|
+
}
|