@azure/eventgrid-namespaces 1.0.2-alpha.20251013.1 → 1.0.2-alpha.20251014.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 +9 -5
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.2-alpha.
|
|
6
|
+
"version": "1.0.2-alpha.20251014.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -59,14 +59,18 @@
|
|
|
59
59
|
"@types/node": "^20.19.0",
|
|
60
60
|
"@vitest/browser": "^3.2.3",
|
|
61
61
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
62
|
+
"cross-env": "^7.0.3",
|
|
62
63
|
"dotenv": "^16.0.0",
|
|
63
64
|
"eslint": "^9.33.0",
|
|
64
65
|
"playwright": "^1.50.1",
|
|
66
|
+
"prettier": "^3.6.2",
|
|
67
|
+
"rimraf": "^6.0.1",
|
|
68
|
+
"tshy": "^3.0.0",
|
|
65
69
|
"typescript": "~5.9.3",
|
|
66
70
|
"vitest": "^3.2.3",
|
|
67
71
|
"@azure-tools/test-credential": "^2.1.2",
|
|
68
|
-
"@azure/dev-tool": "^1.0.0",
|
|
69
72
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
73
|
+
"@azure/dev-tool": "^1.0.0",
|
|
70
74
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
71
75
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
72
76
|
},
|
|
@@ -113,11 +117,11 @@
|
|
|
113
117
|
"scripts": {
|
|
114
118
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
115
119
|
"build:samples": "dev-tool samples publish -f",
|
|
116
|
-
"check-format": "
|
|
117
|
-
"clean": "
|
|
120
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
121
|
+
"clean": "rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
|
118
122
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
119
123
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
120
|
-
"format": "
|
|
124
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
121
125
|
"lint": "eslint package.json src test",
|
|
122
126
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
123
127
|
"pack": "pnpm pack 2>&1",
|