@azure/notification-hubs 2.0.2-alpha.20251006.2 → 2.0.2-alpha.20251013.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/notification-hubs",
3
- "version": "2.0.2-alpha.20251006.2",
3
+ "version": "2.0.2-alpha.20251013.1",
4
4
  "description": "Azure Notification Hubs SDK for JavaScript",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -52,10 +52,14 @@
52
52
  "@types/node": "^20.19.0",
53
53
  "@vitest/browser": "^3.2.3",
54
54
  "@vitest/coverage-istanbul": "^3.2.3",
55
+ "cross-env": "^7.0.3",
55
56
  "dotenv": "^16.0.0",
56
57
  "eslint": "^9.33.0",
57
58
  "playwright": "^1.50.1",
58
- "typescript": "~5.8.3",
59
+ "prettier": "^3.6.2",
60
+ "rimraf": "^6.0.1",
61
+ "tshy": "^3.0.0",
62
+ "typescript": "~5.9.3",
59
63
  "vitest": "^3.2.3",
60
64
  "@azure-tools/test-recorder": "^4.1.1",
61
65
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
@@ -153,10 +157,10 @@
153
157
  "scripts": {
154
158
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
155
159
  "build:samples": "tsc -p tsconfig.samples.json",
156
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
157
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
160
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
161
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
158
162
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
159
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
163
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
160
164
  "lint": "eslint package.json src test",
161
165
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
162
166
  "pack": "pnpm pack 2>&1",