@azure/notification-hubs 2.0.1-alpha.20250505.1 → 2.0.1-alpha.20250602.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/notification-hubs",
|
|
3
|
-
"version": "2.0.1-alpha.
|
|
3
|
+
"version": "2.0.1-alpha.20250602.2",
|
|
4
4
|
"description": "Azure Notification Hubs SDK for JavaScript",
|
|
5
5
|
"sdk-type": "client",
|
|
6
6
|
"main": "./dist/commonjs/index.js",
|
|
@@ -17,25 +17,19 @@
|
|
|
17
17
|
},
|
|
18
18
|
"types": "./dist/commonjs/index.d.ts",
|
|
19
19
|
"scripts": {
|
|
20
|
-
"build": "npm run build
|
|
21
|
-
"build:samples": "
|
|
22
|
-
"build:test": "dev-tool run build-package && dev-tool run build-test",
|
|
20
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
21
|
+
"build:samples": "dev-tool samples publish --force",
|
|
23
22
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
24
23
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
|
25
24
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
26
25
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
30
|
-
"lint": "eslint README.md package.json api-extractor.json src test",
|
|
31
|
-
"lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
26
|
+
"lint": "eslint package.json api-extractor.json src test",
|
|
27
|
+
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
32
28
|
"pack": "npm pack 2>&1",
|
|
33
|
-
"test": "npm run
|
|
34
|
-
"test:browser": "
|
|
35
|
-
"test:node": "
|
|
36
|
-
"
|
|
37
|
-
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --no-test-proxy --browser -- -c vitest.browser.unit.config.ts",
|
|
38
|
-
"unit-test:node": "dev-tool run test:vitest --no-test-proxy -- -c vitest.unit.config.ts",
|
|
29
|
+
"test": "npm run test:node && npm run test:browser",
|
|
30
|
+
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
31
|
+
"test:node": "dev-tool run test:vitest",
|
|
32
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
39
33
|
"update-snippets": "dev-tool run update-snippets"
|
|
40
34
|
},
|
|
41
35
|
"files": [
|