@azure/notification-hubs 1.0.3-alpha.20230810.1 → 1.0.3-alpha.20230915.2

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/notification-hubs",
3
- "version": "1.0.3-alpha.20230810.1",
3
+ "version": "1.0.3-alpha.20230915.2",
4
4
  "description": "Azure Notification Hubs SDK for JavaScript",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.cjs",
@@ -57,7 +57,7 @@
57
57
  "extract-api": "tsc -p . && api-extractor run --local",
58
58
  "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
59
59
  "integration-test:browser": "echo skipped",
60
- "integration-test:node": "nyc mocha --timeout 600000 \"test/internal/**/*.spec.ts\" \"test/public/**/*.spec.ts\"",
60
+ "integration-test:node": "mocha --timeout 600000 \"test/internal/**/*.spec.ts\" \"test/public/**/*.spec.ts\"",
61
61
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
62
62
  "lint:fix": "eslint README.md package.json api-extractor.json src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]",
63
63
  "lint": "eslint README.md package.json api-extractor.json src test --ext .ts,.javascript,.js",