@azure/functions-authentication-events 1.0.0-alpha.20251119.1 → 1.0.0-alpha.20251121.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/functions-authentication-events",
3
- "version": "1.0.0-alpha.20251119.1",
3
+ "version": "1.0.0-alpha.20251121.1",
4
4
  "description": "Typescript Trigger SDK for Azure AD Authentication event custom extensions. Lets you focus on your business logic.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@azure/functions": "^3.2.0",
41
- "@azure/identity": "4.11.1",
41
+ "@azure/identity": "4.13.0",
42
42
  "@types/node": "^20.19.25",
43
43
  "@vitest/browser-playwright": "^4.0.8",
44
44
  "@vitest/coverage-istanbul": "^4.0.8",
@@ -51,8 +51,8 @@
51
51
  "tshy": "^3.0.3",
52
52
  "typescript": "~5.9.3",
53
53
  "vitest": "^4.0.8",
54
- "@azure-tools/test-utils-vitest": "^2.0.1",
55
54
  "@azure/eslint-plugin-azure-sdk": "^3.0.0",
55
+ "@azure-tools/test-utils-vitest": "^2.0.1",
56
56
  "@azure/dev-tool": "^1.0.0"
57
57
  },
58
58
  "//sampleConfiguration": {