@azure/eventgrid-namespaces 1.0.1-alpha.20250430.1 → 1.0.1-alpha.20250514.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
@@ -3,7 +3,7 @@
|
|
3
3
|
"sdk-type": "client",
|
4
4
|
"author": "Microsoft Corporation",
|
5
5
|
"description": "An isomorphic client library for the Azure Event Grid service.",
|
6
|
-
"version": "1.0.1-alpha.
|
6
|
+
"version": "1.0.1-alpha.20250514.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -44,24 +44,18 @@
|
|
44
44
|
"scripts": {
|
45
45
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
46
46
|
"build:samples": "dev-tool samples publish -f",
|
47
|
-
"build:test": "echo skipped.",
|
48
47
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
49
48
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
50
49
|
"execute:samples": "dev-tool samples run samples-dev",
|
51
50
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
52
51
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
53
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
54
|
-
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
55
|
-
"integration-test:node": "dev-tool run test:vitest --esm",
|
56
52
|
"lint": "eslint package.json api-extractor.json src test",
|
57
53
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
58
54
|
"pack": "npm pack 2>&1",
|
59
|
-
"test": "npm run
|
60
|
-
"test:browser": "npm run clean &&
|
61
|
-
"test:node": "
|
62
|
-
"
|
63
|
-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
64
|
-
"unit-test:node": "dev-tool run test:vitest",
|
55
|
+
"test": "npm run test:node && npm run test:browser",
|
56
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
57
|
+
"test:node": "dev-tool run test:vitest",
|
58
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
65
59
|
"update-snippets": "dev-tool run update-snippets"
|
66
60
|
},
|
67
61
|
"sideEffects": false,
|