@azure/eventgrid-systemevents 1.0.3-alpha.20251013.1 → 1.0.3-alpha.20251015.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.3-alpha.
|
|
6
|
+
"version": "1.0.3-alpha.20251015.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -43,13 +43,17 @@
|
|
|
43
43
|
"@types/node": "^20.19.0",
|
|
44
44
|
"@vitest/browser": "^3.2.3",
|
|
45
45
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
46
|
+
"cross-env": "^7.0.3",
|
|
46
47
|
"eslint": "^9.33.0",
|
|
47
48
|
"playwright": "^1.50.1",
|
|
49
|
+
"prettier": "^3.6.2",
|
|
50
|
+
"rimraf": "^6.0.1",
|
|
51
|
+
"tshy": "^3.0.0",
|
|
48
52
|
"typescript": "~5.9.3",
|
|
49
53
|
"vitest": "^3.2.3",
|
|
50
54
|
"@azure/dev-tool": "^1.0.0",
|
|
51
|
-
"@azure
|
|
52
|
-
"@azure/
|
|
55
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
56
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
53
57
|
},
|
|
54
58
|
"type": "module",
|
|
55
59
|
"tshy": {
|
|
@@ -94,11 +98,11 @@
|
|
|
94
98
|
"scripts": {
|
|
95
99
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
96
100
|
"build:samples": "echo Skipped.",
|
|
97
|
-
"check-format": "
|
|
98
|
-
"clean": "
|
|
101
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
102
|
+
"clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
|
99
103
|
"execute:samples": "echo skipped",
|
|
100
104
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
101
|
-
"format": "
|
|
105
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
102
106
|
"lint": "eslint package.json src test",
|
|
103
107
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
104
108
|
"pack": "pnpm pack 2>&1",
|