react-native-msal2 1.0.2 → 1.0.3

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 (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
 
4
4
  [![npm latest version](https://img.shields.io/npm/v/react-native-msal2/latest.svg)](https://www.npmjs.com/package/react-native-msal2)
5
5
  [![npm beta version](https://img.shields.io/npm/v/react-native-msal2/beta.svg)](https://www.npmjs.com/package/react-native-msal2)
6
- ![ci status](https://github.com/stashenergy/react-native-msal2/workflows/CI/badge.svg)
7
6
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
8
7
 
9
8
  MSAL React Native wrapper for iOS and Android
@@ -17,8 +16,8 @@ npm i react-native-msal2
17
16
  ## Usage
18
17
 
19
18
  ```typescript
20
- import PublicClientApplication from 'react-native-msal';
21
- import type { MSALConfiguration /*, etc */ } from 'react-native-msal';
19
+ import PublicClientApplication from 'react-native-msal2';
20
+ import type { MSALConfiguration /*, etc */ } from 'react-native-msal2';
22
21
 
23
22
  const config: MSALConfiguration = {
24
23
  auth: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-msal2",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "license": "MIT",
5
5
  "description": "MSAL React Native wrapper for iOS and Android",
6
6
  "homepage": "https://github.com/bittu/react-native-msal2#readme",