@azure/msal-common 13.3.0 → 13.3.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.
- package/dist/_virtual/_tslib.js +1 -1
- package/dist/account/AuthToken.js +1 -1
- package/dist/account/CcsCredential.js +1 -1
- package/dist/account/ClientInfo.js +1 -1
- package/dist/authority/Authority.js +1 -1
- package/dist/authority/AuthorityFactory.js +1 -1
- package/dist/authority/AuthorityMetadata.js +1 -1
- package/dist/authority/AuthorityOptions.js +1 -1
- package/dist/authority/AuthorityType.js +1 -1
- package/dist/authority/CloudInstanceDiscoveryErrorResponse.js +1 -1
- package/dist/authority/CloudInstanceDiscoveryResponse.js +1 -1
- package/dist/authority/OpenIdConfigResponse.js +1 -1
- package/dist/authority/ProtocolMode.js +1 -1
- package/dist/authority/RegionDiscovery.js +1 -1
- package/dist/cache/CacheManager.d.ts.map +1 -1
- package/dist/cache/CacheManager.js +12 -3
- package/dist/cache/CacheManager.js.map +1 -1
- package/dist/cache/entities/AccessTokenEntity.js +1 -1
- package/dist/cache/entities/AccountEntity.js +1 -1
- package/dist/cache/entities/AppMetadataEntity.js +1 -1
- package/dist/cache/entities/AuthorityMetadataEntity.js +1 -1
- package/dist/cache/entities/CacheRecord.js +1 -1
- package/dist/cache/entities/CredentialEntity.js +1 -1
- package/dist/cache/entities/IdTokenEntity.js +1 -1
- package/dist/cache/entities/RefreshTokenEntity.js +1 -1
- package/dist/cache/entities/ServerTelemetryEntity.js +1 -1
- package/dist/cache/entities/ThrottlingEntity.js +1 -1
- package/dist/cache/persistence/TokenCacheContext.js +1 -1
- package/dist/client/AuthorizationCodeClient.js +1 -1
- package/dist/client/BaseClient.js +1 -1
- package/dist/client/ClientCredentialClient.js +1 -1
- package/dist/client/DeviceCodeClient.js +1 -1
- package/dist/client/OnBehalfOfClient.js +1 -1
- package/dist/client/RefreshTokenClient.js +1 -1
- package/dist/client/SilentFlowClient.js +1 -1
- package/dist/client/UsernamePasswordClient.js +1 -1
- package/dist/config/ClientConfiguration.js +1 -1
- package/dist/crypto/ICrypto.js +1 -1
- package/dist/crypto/JoseHeader.js +1 -1
- package/dist/crypto/PopTokenGenerator.js +1 -1
- package/dist/error/AuthError.js +1 -1
- package/dist/error/ClientAuthError.js +1 -1
- package/dist/error/ClientConfigurationError.js +1 -1
- package/dist/error/InteractionRequiredAuthError.js +1 -1
- package/dist/error/JoseHeaderError.js +1 -1
- package/dist/error/ServerError.js +1 -1
- package/dist/index.cjs.js +13 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/logger/Logger.js +1 -1
- package/dist/network/INetworkModule.js +1 -1
- package/dist/network/NetworkManager.js +1 -1
- package/dist/network/ThrottlingUtils.js +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/dist/packageMetadata.js +2 -2
- package/dist/packageMetadata.js.map +1 -1
- package/dist/request/AuthenticationHeaderParser.js +1 -1
- package/dist/request/RequestParameterBuilder.js +1 -1
- package/dist/request/RequestValidator.js +1 -1
- package/dist/request/ScopeSet.js +1 -1
- package/dist/response/ResponseHandler.js +1 -1
- package/dist/telemetry/performance/PerformanceClient.js +1 -1
- package/dist/telemetry/performance/PerformanceEvent.js +1 -1
- package/dist/telemetry/performance/StubPerformanceClient.js +1 -1
- package/dist/telemetry/server/ServerTelemetryManager.js +1 -1
- package/dist/url/UrlString.js +1 -1
- package/dist/utils/Constants.js +1 -1
- package/dist/utils/ProtocolUtils.js +1 -1
- package/dist/utils/StringUtils.js +1 -1
- package/dist/utils/TimeUtils.js +1 -1
- package/package.json +77 -77
package/dist/index.js
CHANGED
package/dist/logger/Logger.js
CHANGED
package/dist/packageMetadata.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/*! @azure/msal-common v13.3.
|
|
1
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
2
2
|
'use strict';
|
|
3
3
|
/* eslint-disable header/header */
|
|
4
4
|
var name = "@azure/msal-common";
|
|
5
|
-
var version = "13.3.
|
|
5
|
+
var version = "13.3.1";
|
|
6
6
|
|
|
7
7
|
export { name, version };
|
|
8
8
|
//# sourceMappingURL=packageMetadata.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageMetadata.js","sources":["../src/packageMetadata.ts"],"sourcesContent":["/* eslint-disable header/header */\nexport const name = \"@azure/msal-common\";\nexport const version = \"13.3.
|
|
1
|
+
{"version":3,"file":"packageMetadata.js","sources":["../src/packageMetadata.ts"],"sourcesContent":["/* eslint-disable header/header */\r\nexport const name = \"@azure/msal-common\";\r\nexport const version = \"13.3.1\";\r\n"],"names":[],"mappings":";;AAAA;AACO,IAAM,IAAI,GAAG,qBAAqB;AAClC,IAAM,OAAO,GAAG;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-common v13.3.
|
|
1
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { __spreadArrays } from '../_virtual/_tslib.js';
|
|
4
4
|
import { AADServerParamKeys, Constants, ResponseMode, OIDC_DEFAULT_SCOPES, SSOTypes, HeaderNames, CLIENT_INFO, ClaimsRequestKeys, PasswordGrantConstants, AuthenticationScheme, ThrottlingConstants } from '../utils/Constants.js';
|
package/dist/request/ScopeSet.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @azure/msal-common v13.3.
|
|
1
|
+
/*! @azure/msal-common v13.3.1 2023-10-27 */
|
|
2
2
|
'use strict';
|
|
3
3
|
import { SERVER_TELEM_CONSTANTS, CacheOutcome, Constants, Separators } from '../../utils/Constants.js';
|
|
4
4
|
import { ServerTelemetryEntity } from '../../cache/entities/ServerTelemetryEntity.js';
|
package/dist/url/UrlString.js
CHANGED
package/dist/utils/Constants.js
CHANGED
package/dist/utils/TimeUtils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@azure/msal-common",
|
|
3
|
-
"author": {
|
|
4
|
-
"name": "Microsoft",
|
|
5
|
-
"email": "nugetaad@microsoft.com",
|
|
6
|
-
"url": "https://www.microsoft.com"
|
|
7
|
-
},
|
|
8
|
-
"license": "MIT",
|
|
9
|
-
"repository": {
|
|
10
|
-
"type": "git",
|
|
11
|
-
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
|
|
12
|
-
},
|
|
13
|
-
"version": "13.3.
|
|
14
|
-
"description": "Microsoft Authentication Library for js",
|
|
15
|
-
"keywords": [
|
|
16
|
-
"implicit",
|
|
17
|
-
"authorization code",
|
|
18
|
-
"PKCE",
|
|
19
|
-
"js",
|
|
20
|
-
"AAD",
|
|
21
|
-
"msal",
|
|
22
|
-
"oauth"
|
|
23
|
-
],
|
|
24
|
-
"sideEffects": false,
|
|
25
|
-
"main": "./dist/index.cjs.js",
|
|
26
|
-
"module": "./dist/index.js",
|
|
27
|
-
"types": "./dist/index.d.ts",
|
|
28
|
-
"engines": {
|
|
29
|
-
"node": ">=0.8.0"
|
|
30
|
-
},
|
|
31
|
-
"directories": {
|
|
32
|
-
"test": "test"
|
|
33
|
-
},
|
|
34
|
-
"files": [
|
|
35
|
-
"dist"
|
|
36
|
-
],
|
|
37
|
-
"scripts": {
|
|
38
|
-
"clean": "shx rm -rf dist lib",
|
|
39
|
-
"clean:coverage": "rimraf ../../.nyc_output/*",
|
|
40
|
-
"lint": "cd ../../ && npm run lint:common",
|
|
41
|
-
"lint:fix": "npm run lint -- -- --fix",
|
|
42
|
-
"test": "jest",
|
|
43
|
-
"test:coverage": "jest --coverage",
|
|
44
|
-
"test:coverage:only": "npm run clean:coverage && npm run test:coverage",
|
|
45
|
-
"build:modules": "rollup -c",
|
|
46
|
-
"build:modules:watch": "rollup -cw",
|
|
47
|
-
"build": "npm run clean && npm run build:modules",
|
|
48
|
-
"build:all": "npm run build",
|
|
49
|
-
"prepack": "npm run build",
|
|
50
|
-
"metadata:check": "npx ts-node scripts/metadata.ts"
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
53
|
-
"@babel/core": "^7.7.2",
|
|
54
|
-
"@babel/plugin-proposal-class-properties": "^7.7.0",
|
|
55
|
-
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
|
56
|
-
"@babel/preset-env": "^7.7.1",
|
|
57
|
-
"@babel/preset-typescript": "^7.7.2",
|
|
58
|
-
"@types/debug": "^4.1.5",
|
|
59
|
-
"@types/jest": "^27.0.0",
|
|
60
|
-
"@types/lodash": "^4.14.182",
|
|
61
|
-
"@types/sinon": "^7.5.0",
|
|
62
|
-
"husky": "^3.0.9",
|
|
63
|
-
"jest": "^27.0.4",
|
|
64
|
-
"lodash": "^4.17.21",
|
|
65
|
-
"rimraf": "^3.0.2",
|
|
66
|
-
"rollup": "^2.46.0",
|
|
67
|
-
"rollup-plugin-typescript2": "^0.29.0",
|
|
68
|
-
"shx": "^0.3.2",
|
|
69
|
-
"sinon": "^7.5.0",
|
|
70
|
-
"ts-jest": "^27.1.5",
|
|
71
|
-
"tslib": "^1.10.0",
|
|
72
|
-
"tslint": "^5.20.0",
|
|
73
|
-
"typescript": "^3.7.5",
|
|
74
|
-
"yargs": "^17.5.1",
|
|
75
|
-
"@types/node": "^18.0.0"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@azure/msal-common",
|
|
3
|
+
"author": {
|
|
4
|
+
"name": "Microsoft",
|
|
5
|
+
"email": "nugetaad@microsoft.com",
|
|
6
|
+
"url": "https://www.microsoft.com"
|
|
7
|
+
},
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"repository": {
|
|
10
|
+
"type": "git",
|
|
11
|
+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
|
|
12
|
+
},
|
|
13
|
+
"version": "13.3.1",
|
|
14
|
+
"description": "Microsoft Authentication Library for js",
|
|
15
|
+
"keywords": [
|
|
16
|
+
"implicit",
|
|
17
|
+
"authorization code",
|
|
18
|
+
"PKCE",
|
|
19
|
+
"js",
|
|
20
|
+
"AAD",
|
|
21
|
+
"msal",
|
|
22
|
+
"oauth"
|
|
23
|
+
],
|
|
24
|
+
"sideEffects": false,
|
|
25
|
+
"main": "./dist/index.cjs.js",
|
|
26
|
+
"module": "./dist/index.js",
|
|
27
|
+
"types": "./dist/index.d.ts",
|
|
28
|
+
"engines": {
|
|
29
|
+
"node": ">=0.8.0"
|
|
30
|
+
},
|
|
31
|
+
"directories": {
|
|
32
|
+
"test": "test"
|
|
33
|
+
},
|
|
34
|
+
"files": [
|
|
35
|
+
"dist"
|
|
36
|
+
],
|
|
37
|
+
"scripts": {
|
|
38
|
+
"clean": "shx rm -rf dist lib",
|
|
39
|
+
"clean:coverage": "rimraf ../../.nyc_output/*",
|
|
40
|
+
"lint": "cd ../../ && npm run lint:common",
|
|
41
|
+
"lint:fix": "npm run lint -- -- --fix",
|
|
42
|
+
"test": "jest",
|
|
43
|
+
"test:coverage": "jest --coverage",
|
|
44
|
+
"test:coverage:only": "npm run clean:coverage && npm run test:coverage",
|
|
45
|
+
"build:modules": "rollup -c",
|
|
46
|
+
"build:modules:watch": "rollup -cw",
|
|
47
|
+
"build": "npm run clean && npm run build:modules",
|
|
48
|
+
"build:all": "npm run build",
|
|
49
|
+
"prepack": "npm run build",
|
|
50
|
+
"metadata:check": "npx ts-node scripts/metadata.ts"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@babel/core": "^7.7.2",
|
|
54
|
+
"@babel/plugin-proposal-class-properties": "^7.7.0",
|
|
55
|
+
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
|
|
56
|
+
"@babel/preset-env": "^7.7.1",
|
|
57
|
+
"@babel/preset-typescript": "^7.7.2",
|
|
58
|
+
"@types/debug": "^4.1.5",
|
|
59
|
+
"@types/jest": "^27.0.0",
|
|
60
|
+
"@types/lodash": "^4.14.182",
|
|
61
|
+
"@types/sinon": "^7.5.0",
|
|
62
|
+
"husky": "^3.0.9",
|
|
63
|
+
"jest": "^27.0.4",
|
|
64
|
+
"lodash": "^4.17.21",
|
|
65
|
+
"rimraf": "^3.0.2",
|
|
66
|
+
"rollup": "^2.46.0",
|
|
67
|
+
"rollup-plugin-typescript2": "^0.29.0",
|
|
68
|
+
"shx": "^0.3.2",
|
|
69
|
+
"sinon": "^7.5.0",
|
|
70
|
+
"ts-jest": "^27.1.5",
|
|
71
|
+
"tslib": "^1.10.0",
|
|
72
|
+
"tslint": "^5.20.0",
|
|
73
|
+
"typescript": "^3.7.5",
|
|
74
|
+
"yargs": "^17.5.1",
|
|
75
|
+
"@types/node": "^18.0.0"
|
|
76
|
+
}
|
|
77
|
+
}
|