@azure/functions-authentication-events 1.0.0-alpha.20250409.1 → 1.0.0-alpha.20250416.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/functions-authentication-events",
3
- "version": "1.0.0-alpha.20250409.1",
3
+ "version": "1.0.0-alpha.20250416.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",
@@ -8,8 +8,8 @@
8
8
  "types": "./dist/commonjs/index.d.ts",
9
9
  "scripts": {
10
10
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
11
- "build:samples": "echo Obsolete",
12
- "build:test": "npm run clean && dev-tool run build-package && dev-tool run bundle",
11
+ "build:samples": "echo skipped.",
12
+ "build:test": "echo skipped.",
13
13
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
14
14
  "clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
15
15
  "execute:samples": "dev-tool samples run samples-dev",
@@ -22,7 +22,7 @@
22
22
  "lint": "eslint README.md package.json api-extractor.json src test",
23
23
  "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
24
24
  "pack": "npm pack 2>&1",
25
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
25
+ "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
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",