@situm/cordova 3.15.35 → 3.15.36

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situm/cordova",
3
- "version": "3.15.35",
3
+ "version": "3.15.36",
4
4
  "description": "Situm Wayfinding for Capacitor and Cordova. Integrate plug&play indoor navigation experience with floorplans, POIs, routes and turn-by-turn directions in no time. With the power of Situm.",
5
5
  "private": false,
6
6
  "repository": "https://github.com/situmtech/cordova",
package/plugin.xml CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
4
  id="@situm/cordova"
5
- version="3.15.35">
5
+ version="3.15.36">
6
6
  <name>Situm Cordova plugin Official</name>
7
7
  <description>This is the stable branch.</description>
8
8
  <license>MIT</license>
@@ -94,7 +94,7 @@
94
94
  <config>
95
95
  </config>
96
96
  <pods use-frameworks="false">
97
- <pod name="SitumSDK" spec="~> 3.34.10"/>
97
+ <pod name="SitumSDK" spec="~> 3.34.12"/>
98
98
  </pods>
99
99
  </podspec>
100
100
 
package/src/ios/Podfile CHANGED
@@ -1,5 +1,5 @@
1
1
  target 'SitumCordovaPlugin' do
2
2
  use_frameworks!
3
3
  platform :ios, '12.0'
4
- pod 'SitumSDK', '3.34.10'
4
+ pod 'SitumSDK', '3.34.12'
5
5
  end