@azure/monitor-ingestion 1.2.0-alpha.20251013.1 → 1.2.0-alpha.20251016.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.52.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/monitor-ingestion",
3
- "version": "1.2.0-alpha.20251013.1",
3
+ "version": "1.2.0-alpha.20251016.1",
4
4
  "description": "Azure Monitor Ingestion library",
5
5
  "keywords": [
6
6
  "azure",
@@ -67,16 +67,20 @@
67
67
  "@types/pako": "^2.0.0",
68
68
  "@vitest/browser": "^3.2.3",
69
69
  "@vitest/coverage-istanbul": "^3.2.3",
70
+ "cross-env": "^7.0.3",
70
71
  "dotenv": "^16.0.0",
71
72
  "eslint": "^9.33.0",
72
73
  "playwright": "^1.50.1",
74
+ "prettier": "^3.6.2",
75
+ "rimraf": "^6.0.1",
76
+ "tshy": "^3.0.0",
73
77
  "typescript": "~5.9.3",
74
78
  "vitest": "^3.2.3",
79
+ "@azure-tools/test-credential": "^2.1.2",
80
+ "@azure-tools/test-utils-vitest": "^2.0.1",
75
81
  "@azure-tools/test-recorder": "^4.1.1",
76
82
  "@azure/dev-tool": "^1.0.0",
77
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
78
- "@azure-tools/test-utils-vitest": "^2.0.1",
79
- "@azure-tools/test-credential": "^2.1.2"
83
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
80
84
  },
81
85
  "engines": {
82
86
  "node": ">=20.0.0"
@@ -127,11 +131,11 @@
127
131
  "scripts": {
128
132
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
129
133
  "build:samples": "dev-tool samples run samples-dev",
130
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
131
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
134
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
135
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
132
136
  "execute:samples": "echo Obsolete",
133
137
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
134
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
138
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
135
139
  "generate:client": "autorest --typescript ./swagger/README.md",
136
140
  "lint": "eslint package.json src test",
137
141
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",