@azure/monitor-query-logs 1.0.0-alpha.20251009.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-logs",
|
|
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 Logs data sources.",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"sideEffects": false,
|
|
39
39
|
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
|
|
40
40
|
"dependencies": {
|
|
41
|
+
"@azure-rest/core-client": "^2.5.0",
|
|
41
42
|
"@azure/core-auth": "^1.9.0",
|
|
42
43
|
"@azure/core-client": "^1.9.2",
|
|
43
44
|
"@azure/core-paging": "^1.6.2",
|
|
44
|
-
"@azure-rest/core-client": "^2.5.0",
|
|
45
45
|
"@azure/core-rest-pipeline": "^1.19.0",
|
|
46
46
|
"@azure/core-tracing": "^1.2.0",
|
|
47
47
|
"@azure/core-util": "^1.11.0",
|
|
@@ -58,16 +58,20 @@
|
|
|
58
58
|
"@types/node": "^20.19.0",
|
|
59
59
|
"@vitest/browser": "^3.2.3",
|
|
60
60
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
61
|
+
"cross-env": "^7.0.3",
|
|
61
62
|
"dotenv": "^16.0.0",
|
|
62
63
|
"eslint": "^9.33.0",
|
|
63
64
|
"playwright": "^1.50.1",
|
|
65
|
+
"prettier": "^3.6.2",
|
|
66
|
+
"rimraf": "^6.0.1",
|
|
67
|
+
"tshy": "^3.0.0",
|
|
64
68
|
"typescript": "~5.9.3",
|
|
65
69
|
"vitest": "^3.2.3",
|
|
66
70
|
"@azure-tools/test-credential": "^2.1.2",
|
|
67
71
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
68
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
69
72
|
"@azure/dev-tool": "^1.0.0",
|
|
70
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
73
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
74
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
71
75
|
},
|
|
72
76
|
"//sampleConfiguration": {
|
|
73
77
|
"skipFolder": false,
|
|
@@ -123,11 +127,11 @@
|
|
|
123
127
|
"scripts": {
|
|
124
128
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
125
129
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
126
|
-
"check-format": "
|
|
127
|
-
"clean": "
|
|
130
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
131
|
+
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log coverage coverage-browser",
|
|
128
132
|
"execute:samples": "echo Obsolete",
|
|
129
133
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
130
|
-
"format": "
|
|
134
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
131
135
|
"lint": "eslint package.json src test",
|
|
132
136
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
133
137
|
"pack": "pnpm pack 2>&1",
|