@azure/functions-authentication-events 1.0.0-alpha.20250224.1 → 1.0.0-alpha.20250226.2
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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/functions-authentication-events",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250226.2",
|
|
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",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"test:browser": "npm run clean && npm run build:test && npm run integration-test:browser",
|
|
27
27
|
"test:node": "npm run clean && dev-tool run build-package && npm run integration-test:node",
|
|
28
28
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
29
|
-
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
29
|
+
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
|
|
30
30
|
"unit-test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
31
|
-
"update-snippets": "dev-tool run update-snippets
|
|
31
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"dist/",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@azure/core-auth": "^1.9.0",
|
|
57
57
|
"@azure/core-client": "^1.9.2",
|
|
58
|
-
"@azure/core-rest-pipeline": "^1.
|
|
58
|
+
"@azure/core-rest-pipeline": "^1.19.0",
|
|
59
59
|
"@azure/core-tracing": "^1.2.0",
|
|
60
60
|
"@azure/logger": "^1.1.4",
|
|
61
61
|
"tslib": "^2.8.1"
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
66
66
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
67
67
|
"@azure/functions": "^3.2.0",
|
|
68
|
-
"@azure/identity": "^4.
|
|
68
|
+
"@azure/identity": "^4.7.0",
|
|
69
69
|
"@types/node": "^18.0.0",
|
|
70
|
-
"@vitest/browser": "^3.0.
|
|
71
|
-
"@vitest/coverage-istanbul": "^3.0.
|
|
70
|
+
"@vitest/browser": "^3.0.6",
|
|
71
|
+
"@vitest/coverage-istanbul": "^3.0.6",
|
|
72
72
|
"dotenv": "^16.0.0",
|
|
73
73
|
"eslint": "^9.9.0",
|
|
74
74
|
"playwright": "^1.50.1",
|
|
75
75
|
"typescript": "~5.7.2",
|
|
76
|
-
"vitest": "^3.0.
|
|
76
|
+
"vitest": "^3.0.6"
|
|
77
77
|
},
|
|
78
78
|
"//sampleConfiguration": {
|
|
79
79
|
"skipFolder": false,
|