@azure/eventgrid 5.12.1-alpha.20250804.1 → 5.12.1-alpha.20250825.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": "5.12.1-alpha.
|
|
6
|
+
"version": "5.12.1-alpha.20250825.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -58,24 +58,6 @@
|
|
|
58
58
|
]
|
|
59
59
|
},
|
|
60
60
|
"browser": "./dist/browser/index.js",
|
|
61
|
-
"scripts": {
|
|
62
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
63
|
-
"build:samples": "echo Obsolete",
|
|
64
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
65
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
|
66
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
67
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
68
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
69
|
-
"generate:client": "autorest --typescript ./swagger/README.md && node ./scripts/setPathToEmpty.js",
|
|
70
|
-
"lint": "eslint package.json src test",
|
|
71
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
72
|
-
"pack": "npm pack 2>&1",
|
|
73
|
-
"test": "npm run test:node && npm run test:browser",
|
|
74
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
75
|
-
"test:node": "dev-tool run test:vitest",
|
|
76
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
77
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
78
|
-
},
|
|
79
61
|
"sideEffects": false,
|
|
80
62
|
"autoPublish": false,
|
|
81
63
|
"dependencies": {
|
|
@@ -88,21 +70,21 @@
|
|
|
88
70
|
"tslib": "^2.8.1"
|
|
89
71
|
},
|
|
90
72
|
"devDependencies": {
|
|
91
|
-
"@azure
|
|
92
|
-
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
93
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
94
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
95
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
96
|
-
"@azure/identity": "^4.6.0",
|
|
73
|
+
"@azure/identity": "4.11.1",
|
|
97
74
|
"@azure/service-bus": "^7.9.5",
|
|
98
|
-
"@types/node": "^20.
|
|
99
|
-
"@vitest/browser": "^3.
|
|
100
|
-
"@vitest/coverage-istanbul": "^3.
|
|
75
|
+
"@types/node": "^20.19.0",
|
|
76
|
+
"@vitest/browser": "^3.2.3",
|
|
77
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
101
78
|
"dotenv": "^16.0.0",
|
|
102
|
-
"eslint": "^9.
|
|
79
|
+
"eslint": "^9.33.0",
|
|
103
80
|
"playwright": "^1.50.1",
|
|
104
|
-
"typescript": "~5.8.
|
|
105
|
-
"vitest": "^3.
|
|
81
|
+
"typescript": "~5.8.3",
|
|
82
|
+
"vitest": "^3.2.3",
|
|
83
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
84
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
85
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
86
|
+
"@azure/dev-tool": "^1.0.0",
|
|
87
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
106
88
|
},
|
|
107
89
|
"type": "module",
|
|
108
90
|
"tshy": {
|
|
@@ -142,5 +124,22 @@
|
|
|
142
124
|
}
|
|
143
125
|
}
|
|
144
126
|
},
|
|
145
|
-
"react-native": "./dist/react-native/index.js"
|
|
146
|
-
|
|
127
|
+
"react-native": "./dist/react-native/index.js",
|
|
128
|
+
"scripts": {
|
|
129
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
130
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
131
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
132
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm dist-test temp types *.tgz *.log",
|
|
133
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
134
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
135
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
136
|
+
"generate:client": "autorest --typescript ./swagger/README.md && node ./scripts/setPathToEmpty.js",
|
|
137
|
+
"lint": "eslint package.json src test",
|
|
138
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
139
|
+
"pack": "pnpm pack 2>&1",
|
|
140
|
+
"test": "npm run test:node && npm run test:browser",
|
|
141
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
142
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
143
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
144
|
+
}
|
|
145
|
+
}
|