@azure/notification-hubs 2.0.1-alpha.20241022.1 → 2.0.1-alpha.20241024.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.
Files changed (1) hide show
  1. package/package.json +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/notification-hubs",
3
- "version": "2.0.1-alpha.20241022.1",
3
+ "version": "2.0.1-alpha.20241024.1",
4
4
  "description": "Azure Notification Hubs SDK for JavaScript",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -17,12 +17,12 @@
17
17
  },
18
18
  "types": "./dist/commonjs/index.d.ts",
19
19
  "scripts": {
20
- "audit": "node ../../../common/scripts/rush-audit.js && rimraf -G node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
20
+ "audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf -G node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
21
21
  "build": "npm run build:test && dev-tool run extract-api",
22
22
  "build:samples": "echo Obsolete",
23
23
  "build:test": "dev-tool run build-package && dev-tool run build-test",
24
24
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
25
- "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
25
+ "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
26
26
  "execute:samples": "tsx",
27
27
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
28
28
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
@@ -66,14 +66,12 @@
66
66
  "@azure-tools/test-recorder": "^4.0.0",
67
67
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
68
68
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
69
- "@microsoft/api-extractor": "^7.43.7",
70
69
  "@types/node": "^18.0.0",
71
70
  "@vitest/browser": "^2.0.5",
72
71
  "@vitest/coverage-istanbul": "^2.0.5",
73
72
  "dotenv": "^16.4.5",
74
73
  "eslint": "^9.9.0",
75
74
  "playwright": "^1.43.0",
76
- "rimraf": "^5.0.5",
77
75
  "tsx": "^4.19.1",
78
76
  "typescript": "~5.5.3",
79
77
  "vitest": "^2.0.5"