@azure/core-auth 1.9.1-alpha.20241206.2 → 1.9.1-alpha.20241210.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 +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-auth",
3
- "version": "1.9.1-alpha.20241206.2",
3
+ "version": "1.9.1-alpha.20241210.1",
4
4
  "description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",
5
5
  "sdk-type": "client",
6
6
  "type": "module",
@@ -62,8 +62,8 @@
62
62
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
63
63
  "integration-test:browser": "echo skipped",
64
64
  "integration-test:node": "echo skipped",
65
- "lint": "eslint package.json api-extractor.json src test",
66
- "lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
65
+ "lint": "eslint README.md package.json api-extractor.json src test",
66
+ "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
67
67
  "pack": "npm pack 2>&1",
68
68
  "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",
69
69
  "test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
@@ -105,7 +105,8 @@
105
105
  "browser",
106
106
  "react-native"
107
107
  ],
108
- "selfLink": false
108
+ "selfLink": false,
109
+ "project": "./tsconfig.src.json"
109
110
  },
110
111
  "module": "./dist/esm/index.js"
111
112
  }