@azure/msal-react 1.5.5 → 1.5.7
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/LICENSE +21 -21
- package/README.md +144 -144
- package/dist/msal-react.cjs.development.js +1 -1
- package/dist/msal-react.cjs.development.js.map +1 -1
- package/dist/msal-react.cjs.production.min.js +1 -1
- package/dist/msal-react.cjs.production.min.js.map +1 -1
- package/dist/msal-react.esm.js +1 -1
- package/dist/msal-react.esm.js.map +1 -1
- package/dist/packageMetadata.d.ts +1 -1
- package/package.json +64 -64
package/package.json
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@azure/msal-react",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"author": {
|
|
5
|
-
"name": "Microsoft",
|
|
6
|
-
"email": "nugetaad@microsoft.com",
|
|
7
|
-
"url": "https://www.microsoft.com"
|
|
8
|
-
},
|
|
9
|
-
"license": "MIT",
|
|
10
|
-
"repository": {
|
|
11
|
-
"type": "git",
|
|
12
|
-
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
|
|
13
|
-
},
|
|
14
|
-
"description": "Microsoft Authentication Library for React",
|
|
15
|
-
"main": "dist/index.js",
|
|
16
|
-
"typings": "dist/index.d.ts",
|
|
17
|
-
"files": [
|
|
18
|
-
"dist"
|
|
19
|
-
],
|
|
20
|
-
"engines": {
|
|
21
|
-
"node": ">=10"
|
|
22
|
-
},
|
|
23
|
-
"beachball": {
|
|
24
|
-
"disallowedChangeTypes": [
|
|
25
|
-
"major"
|
|
26
|
-
]
|
|
27
|
-
},
|
|
28
|
-
"scripts": {
|
|
29
|
-
"start": "tsdx watch",
|
|
30
|
-
"build": "tsdx build --tsconfig ./tsconfig.build.json",
|
|
31
|
-
"build:modules:watch": "tsdx watch --verbose --tsconfig ./tsconfig.build.json",
|
|
32
|
-
"test": "tsdx test .*MsalAuthenticationTemplate.spec.*",
|
|
33
|
-
"test:watch": "tsdx test .*.spec.* --watch",
|
|
34
|
-
"test:coverage": "tsdx test .*.spec.* --coverage",
|
|
35
|
-
"lint": "cd ../../ && npm run lint:react",
|
|
36
|
-
"lint:fix": "npm run lint -- -- --fix",
|
|
37
|
-
"build:all": "npm run build:common && npm run build:browser && npm run build",
|
|
38
|
-
"build:browser": "cd ../msal-browser && npm run build",
|
|
39
|
-
"build:common": "cd ../msal-common && npm run build",
|
|
40
|
-
"link:localDeps": "npx lerna bootstrap --scope @azure/msal-common --scope @azure/msal-browser --scope @azure/msal-react",
|
|
41
|
-
"prepack": "npm run build:all"
|
|
42
|
-
},
|
|
43
|
-
"peerDependencies": {
|
|
44
|
-
"@azure/msal-browser": "^2.
|
|
45
|
-
"react": "^16.8.0 || ^17 || ^18"
|
|
46
|
-
},
|
|
47
|
-
"module": "dist/msal-react.esm.js",
|
|
48
|
-
"devDependencies": {
|
|
49
|
-
"@azure/msal-browser": "^2.
|
|
50
|
-
"@testing-library/jest-dom": "^5.11.5",
|
|
51
|
-
"@testing-library/react": "^13.4.0",
|
|
52
|
-
"@types/jest": "^27.0.0",
|
|
53
|
-
"@types/react": "^17.0.2",
|
|
54
|
-
"@types/react-dom": "^17.0.2",
|
|
55
|
-
"jest": "^27.0.4",
|
|
56
|
-
"jest-environment-jsdom-fifteen": "^1.0.2",
|
|
57
|
-
"react": "^18.2.0",
|
|
58
|
-
"react-dom": "^18.2.0",
|
|
59
|
-
"ts-jest": "^27.0.2",
|
|
60
|
-
"tsdx": "^0.14.1",
|
|
61
|
-
"tslib": "^2.0.0",
|
|
62
|
-
"typescript": "^3.9.7"
|
|
63
|
-
}
|
|
64
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@azure/msal-react",
|
|
3
|
+
"version": "1.5.7",
|
|
4
|
+
"author": {
|
|
5
|
+
"name": "Microsoft",
|
|
6
|
+
"email": "nugetaad@microsoft.com",
|
|
7
|
+
"url": "https://www.microsoft.com"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
|
|
13
|
+
},
|
|
14
|
+
"description": "Microsoft Authentication Library for React",
|
|
15
|
+
"main": "dist/index.js",
|
|
16
|
+
"typings": "dist/index.d.ts",
|
|
17
|
+
"files": [
|
|
18
|
+
"dist"
|
|
19
|
+
],
|
|
20
|
+
"engines": {
|
|
21
|
+
"node": ">=10"
|
|
22
|
+
},
|
|
23
|
+
"beachball": {
|
|
24
|
+
"disallowedChangeTypes": [
|
|
25
|
+
"major"
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
"scripts": {
|
|
29
|
+
"start": "tsdx watch",
|
|
30
|
+
"build": "tsdx build --tsconfig ./tsconfig.build.json",
|
|
31
|
+
"build:modules:watch": "tsdx watch --verbose --tsconfig ./tsconfig.build.json",
|
|
32
|
+
"test": "tsdx test .*MsalAuthenticationTemplate.spec.*",
|
|
33
|
+
"test:watch": "tsdx test .*.spec.* --watch",
|
|
34
|
+
"test:coverage": "tsdx test .*.spec.* --coverage",
|
|
35
|
+
"lint": "cd ../../ && npm run lint:react",
|
|
36
|
+
"lint:fix": "npm run lint -- -- --fix",
|
|
37
|
+
"build:all": "npm run build:common && npm run build:browser && npm run build",
|
|
38
|
+
"build:browser": "cd ../msal-browser && npm run build",
|
|
39
|
+
"build:common": "cd ../msal-common && npm run build",
|
|
40
|
+
"link:localDeps": "npx lerna bootstrap --scope @azure/msal-common --scope @azure/msal-browser --scope @azure/msal-react",
|
|
41
|
+
"prepack": "npm run build:all"
|
|
42
|
+
},
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"@azure/msal-browser": "^2.36.0",
|
|
45
|
+
"react": "^16.8.0 || ^17 || ^18"
|
|
46
|
+
},
|
|
47
|
+
"module": "dist/msal-react.esm.js",
|
|
48
|
+
"devDependencies": {
|
|
49
|
+
"@azure/msal-browser": "^2.37.0",
|
|
50
|
+
"@testing-library/jest-dom": "^5.11.5",
|
|
51
|
+
"@testing-library/react": "^13.4.0",
|
|
52
|
+
"@types/jest": "^27.0.0",
|
|
53
|
+
"@types/react": "^17.0.2",
|
|
54
|
+
"@types/react-dom": "^17.0.2",
|
|
55
|
+
"jest": "^27.0.4",
|
|
56
|
+
"jest-environment-jsdom-fifteen": "^1.0.2",
|
|
57
|
+
"react": "^18.2.0",
|
|
58
|
+
"react-dom": "^18.2.0",
|
|
59
|
+
"ts-jest": "^27.0.2",
|
|
60
|
+
"tsdx": "^0.14.1",
|
|
61
|
+
"tslib": "^2.0.0",
|
|
62
|
+
"typescript": "^3.9.7"
|
|
63
|
+
}
|
|
64
|
+
}
|