@azure/monitor-query-metrics 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251014.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/monitor-query-metrics",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251014.1",
|
|
4
4
|
"description": "An isomorphic client library for querying Azure Monitor's Metrics data sources.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@azure/core-auth": "^1.9.0",
|
|
34
33
|
"@azure-rest/core-client": "^2.5.0",
|
|
34
|
+
"@azure/core-auth": "^1.9.0",
|
|
35
35
|
"@azure/core-rest-pipeline": "^1.19.0",
|
|
36
36
|
"@azure/core-tracing": "^1.2.0",
|
|
37
37
|
"@azure/logger": "^1.1.4",
|
|
@@ -47,16 +47,20 @@
|
|
|
47
47
|
"@types/node": "^20.19.0",
|
|
48
48
|
"@vitest/browser": "^3.2.3",
|
|
49
49
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
50
|
+
"cross-env": "^7.0.3",
|
|
50
51
|
"dotenv": "^16.0.0",
|
|
51
52
|
"eslint": "^9.33.0",
|
|
52
53
|
"playwright": "^1.50.1",
|
|
54
|
+
"prettier": "^3.6.2",
|
|
55
|
+
"rimraf": "^6.0.1",
|
|
56
|
+
"tshy": "^3.0.0",
|
|
53
57
|
"typescript": "~5.9.3",
|
|
54
58
|
"vitest": "^3.2.3",
|
|
55
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
56
59
|
"@azure-tools/test-credential": "^2.1.2",
|
|
60
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
57
61
|
"@azure/dev-tool": "^1.0.0",
|
|
58
|
-
"@azure
|
|
59
|
-
"@azure/
|
|
62
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
63
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
60
64
|
},
|
|
61
65
|
"//sampleConfiguration": {
|
|
62
66
|
"skipFolder": false,
|
|
@@ -112,11 +116,11 @@
|
|
|
112
116
|
"scripts": {
|
|
113
117
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
114
118
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
115
|
-
"check-format": "
|
|
116
|
-
"clean": "
|
|
119
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
120
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log coverage coverage-browser",
|
|
117
121
|
"execute:samples": "echo Obsolete",
|
|
118
122
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
119
|
-
"format": "
|
|
123
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
120
124
|
"lint": "eslint package.json src test",
|
|
121
125
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
122
126
|
"pack": "pnpm pack 2>&1",
|