@azure/functions-authentication-events 1.0.0-alpha.20251013.1 → 1.0.0-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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.1"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/functions-authentication-events",
3
- "version": "1.0.0-alpha.20251013.1",
3
+ "version": "1.0.0-alpha.20251015.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",
@@ -42,13 +42,17 @@
42
42
  "@types/node": "^20.19.0",
43
43
  "@vitest/browser": "^3.2.3",
44
44
  "@vitest/coverage-istanbul": "^3.2.3",
45
+ "cross-env": "^7.0.3",
45
46
  "dotenv": "^16.0.0",
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
- "@azure/dev-tool": "^1.0.0",
51
54
  "@azure-tools/test-utils-vitest": "^2.0.1",
55
+ "@azure/dev-tool": "^1.0.0",
52
56
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
53
57
  },
54
58
  "//sampleConfiguration": {
@@ -104,11 +108,11 @@
104
108
  "scripts": {
105
109
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
106
110
  "build:samples": "tsc -p tsconfig.samples.json",
107
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
108
- "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
111
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
112
+ "clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
109
113
  "execute:samples": "dev-tool samples run samples-dev",
110
114
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
111
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
115
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
112
116
  "generate:client": "autorest --typescript ./swagger/README.md",
113
117
  "lint": "eslint package.json src test",
114
118
  "lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",