@azure/notification-hubs 1.2.4-alpha.20240821.1 → 1.2.4-alpha.20240822.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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/notification-hubs",
3
- "version": "1.2.4-alpha.20240821.1",
3
+ "version": "1.2.4-alpha.20240822.1",
4
4
  "description": "Azure Notification Hubs SDK for JavaScript",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -29,8 +29,8 @@
29
29
  "integration-test:browser": "npm run build:test && dev-tool run test:vitest --browser -- -c vitest.browser.int.config.ts",
30
30
  "integration-test:node": "dev-tool run test:vitest -- -c vitest.int.config.ts",
31
31
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
32
- "lint:fix": "eslint README.md package.json api-extractor.json src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]",
33
- "lint": "eslint README.md package.json api-extractor.json src test --ext .ts,.javascript,.js",
32
+ "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
33
+ "lint": "eslint README.md package.json api-extractor.json src test",
34
34
  "pack": "npm pack 2>&1",
35
35
  "test:browser": "npm run clean && npm run build:test && npm run integration-test:browser",
36
36
  "test:node": "npm run clean && tshy && npm run integration-test:node",