@jimrising/easymerchantsdk-react-native 1.3.1 → 1.3.2

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.
@@ -127,7 +127,7 @@
127
127
  <change beforePath="$PROJECT_DIR$/ios/Resources/PrivacyInfo.xcprivacy" beforeDir="false" />
128
128
  <change beforePath="$PROJECT_DIR$/ios/ThirdParty/Keyboad Handling/KeyboardObserver.swift" beforeDir="false" />
129
129
  <change beforePath="$PROJECT_DIR$/ios/easymerchantsdk.podspec" beforeDir="false" afterPath="$PROJECT_DIR$/ios/easymerchantsdk.podspec" afterDir="false" />
130
- <change beforePath="$PROJECT_DIR$/ios/easymerchantsdk.storyboard" beforeDir="false" />
130
+ <change beforePath="$PROJECT_DIR$/ios/easymerchantsdk.storyboard" beforeDir="false" afterPath="$PROJECT_DIR$/ios/easymerchantsdk.storyboard" afterDir="false" />
131
131
  <change beforePath="$PROJECT_DIR$/package-lock.json" beforeDir="false" afterPath="$PROJECT_DIR$/package-lock.json" afterDir="false" />
132
132
  <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
133
133
  </list>
@@ -161,15 +161,15 @@
161
161
  "dart.analysis.tool.window.visible": "false",
162
162
  "git-widget-placeholder": "dev-branch",
163
163
  "kotlin-language-version-configured": "true",
164
- "last_opened_file_path": "/Users/appdev/Documents/em-MobileCheckoutSDK-ReactNative/ios/Pods/ViewControllers",
164
+ "last_opened_file_path": "/Users/appdev/Documents/em-MobileCheckoutSDK-ReactNative/ios",
165
165
  "show.migrate.to.gradle.popup": "false",
166
166
  "structure.view.defaults.are.configured": "true"
167
167
  }
168
168
  }]]></component>
169
169
  <component name="RecentsManager">
170
170
  <key name="CopyFile.RECENT_KEYS">
171
- <recent name="$PROJECT_DIR$/ios/Pods/ViewControllers" />
172
171
  <recent name="$PROJECT_DIR$/ios" />
172
+ <recent name="$PROJECT_DIR$/ios/Pods/ViewControllers" />
173
173
  <recent name="$PROJECT_DIR$/ios/ThirdParty" />
174
174
  <recent name="$PROJECT_DIR$/ios/Example" />
175
175
  </key>
package/README.md CHANGED
@@ -7,7 +7,7 @@ To add the path of sdk in your project. Open your `package.json` file and inside
7
7
 
8
8
  ```json
9
9
  "dependencies": {
10
- "@jimrising/easymerchantsdk-react-native": "^1.3.1"
10
+ "@jimrising/easymerchantsdk-react-native": "^1.3.2"
11
11
  },
12
12
  ```
13
13