react-native-moengage-geofence 3.4.1 → 3.4.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.
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
+ # 31-08-2023
2
+
3
+ ## 3.4.2
4
+ - iOS
5
+ - MoEngageGeofence SDK version updated to `~>5.11.0`.
6
+
1
7
  # 18-07-2023
2
8
 
3
9
  ## 3.4.1
4
10
  - Adding Strict TypeCheck For TypeScript files
5
11
  - Support for configuring the React-Native Plugin console logs
6
12
 
13
+ - iOS
14
+ - MoEngageGeofence SDK version updated to `~>5.10.0`.
15
+
7
16
  # 25-05-2023
8
17
 
9
18
  ## 3.4.0
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
13
  s.authors = "MoEngage Inc."
14
14
  s.source = {:file => './' }
15
15
  s.platform = :ios, "11.0"
16
- s.dependency 'MoEngagePluginGeofence', '>=2.2.0', '< 2.3.0'
16
+ s.dependency 'MoEngagePluginGeofence', '>=2.4.0', '< 2.5.0'
17
17
  s.dependency 'React'
18
18
  s.source_files = "ios/**/*.{h,m,mm,swift}"
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-moengage-geofence",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "description": "MoEngage React Native package to support geofence based campaigns in iOS platform",
5
5
  "main": "src/index.ts",
6
6
  "files": [
@@ -14,7 +14,7 @@
14
14
  "!**/__mocks__"
15
15
  ],
16
16
  "peerDependencies": {
17
- "react-native-moengage": ">8.5.0"
17
+ "react-native-moengage": ">8.5.3"
18
18
  },
19
19
  "keywords": [
20
20
  "moengage",
File without changes
@@ -1,2 +0,0 @@
1
- #Fri Apr 14 19:27:30 IST 2023
2
- gradle.version=7.4
File without changes
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="CompilerConfiguration">
4
- <bytecodeTargetLevel target="11" />
5
- </component>
6
- </project>
@@ -1,17 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="GradleSettings">
4
- <option name="linkedExternalProjectsSettings">
5
- <GradleProjectSettings>
6
- <option name="testRunner" value="GRADLE" />
7
- <option name="distributionType" value="DEFAULT_WRAPPED" />
8
- <option name="externalProjectPath" value="$PROJECT_DIR$" />
9
- <option name="modules">
10
- <set>
11
- <option value="$PROJECT_DIR$" />
12
- </set>
13
- </option>
14
- </GradleProjectSettings>
15
- </option>
16
- </component>
17
- </project>
@@ -1,25 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="RemoteRepositoriesConfiguration">
4
- <remote-repository>
5
- <option name="id" value="central" />
6
- <option name="name" value="Maven Central repository" />
7
- <option name="url" value="https://repo1.maven.org/maven2" />
8
- </remote-repository>
9
- <remote-repository>
10
- <option name="id" value="jboss.community" />
11
- <option name="name" value="JBoss Community repository" />
12
- <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
13
- </remote-repository>
14
- <remote-repository>
15
- <option name="id" value="MavenRepo" />
16
- <option name="name" value="MavenRepo" />
17
- <option name="url" value="https://repo.maven.apache.org/maven2/" />
18
- </remote-repository>
19
- <remote-repository>
20
- <option name="id" value="Google" />
21
- <option name="name" value="Google" />
22
- <option name="url" value="https://dl.google.com/dl/android/maven2/" />
23
- </remote-repository>
24
- </component>
25
- </project>
@@ -1,10 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ExternalStorageConfigurationManager" enabled="true" />
4
- <component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK">
5
- <output url="file://$PROJECT_DIR$/build/classes" />
6
- </component>
7
- <component name="ProjectType">
8
- <option name="id" value="Android" />
9
- </component>
10
- </project>
@@ -1,6 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
5
- </component>
6
- </project>
@@ -1,8 +0,0 @@
1
- ## This file must *NOT* be checked into Version Control Systems,
2
- # as it contains information specific to your local configuration.
3
- #
4
- # Location of the SDK. This is only used by Gradle.
5
- # For customization when using a Version Control System, please read the
6
- # header note.
7
- #Fri Apr 14 19:27:29 IST 2023
8
- sdk.dir=/Users/abhishek/Library/Android/sdk