@azure/monitor-query-metrics 1.0.0-alpha.20251013.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/monitor-query-metrics",
3
- "version": "1.0.0-alpha.20251013.1",
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
59
  "@azure-tools/test-credential": "^2.1.2",
56
60
  "@azure-tools/test-recorder": "^4.1.1",
57
- "@azure-tools/test-utils-vitest": "^2.0.1",
58
61
  "@azure/dev-tool": "^1.0.0",
59
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
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": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
116
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log coverage coverage-browser",
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": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
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",