@azure/notification-hubs 1.0.4-alpha.20240108.1 → 1.0.4-alpha.20240110.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/notification-hubs",
3
- "version": "1.0.4-alpha.20240108.1",
3
+ "version": "1.0.4-alpha.20240110.1",
4
4
  "description": "Azure Notification Hubs SDK for JavaScript",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.cjs",
@@ -42,11 +42,11 @@
42
42
  "build:samples": "echo Obsolete",
43
43
  "build:test": "npm run bundle",
44
44
  "build": "npm run build:test && api-extractor run --local",
45
- "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
45
+ "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
46
46
  "clean": "rimraf -G dist dist-* temp types *.tgz *.log",
47
47
  "execute:samples": "dev-tool samples run samples-dev",
48
48
  "extract-api": "tsc -p . && api-extractor run --local",
49
- "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
49
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
50
50
  "integration-test:browser": "echo skipped",
51
51
  "integration-test:node": "dev-tool run test:node-ts-input -- --timeout 600000 \"test/internal/**/*.spec.ts\" \"test/public/**/*.spec.ts\"",
52
52
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
@@ -111,7 +111,6 @@
111
111
  "karma-mocha-reporter": "^2.2.5",
112
112
  "karma-sourcemap-loader": "^0.3.8",
113
113
  "mocha": "^10.0.0",
114
- "prettier": "^3.0.3",
115
114
  "puppeteer": "^19.2.2",
116
115
  "rimraf": "^5.0.5",
117
116
  "ts-node": "^10.9.1",
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.39.1"
8
+ "packageVersion": "7.39.0"
9
9
  }
10
10
  ]
11
11
  }