@situm/cordova 3.15.9 → 3.15.10

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.
@@ -36,6 +36,16 @@ resources:
36
36
  ref: master
37
37
 
38
38
  jobs:
39
+ - job: Semgrep
40
+ pool:
41
+ vmImage: $(ubuntuVersion)
42
+ steps:
43
+ - template: azure/common-steps.yaml
44
+ - template: azure-templates/static-analyse.yml@sys_kubernetes_templates
45
+ parameters:
46
+ repoFolder: .
47
+ teams: mobile
48
+
39
49
  - ${{ if or(contains(variables['Build.SourceBranch'], 'feature/'), contains(variables['Build.SourceBranch'],'develop'), ne(variables['Build.Reason'],'Manual')) }}:
40
50
  - job: Test_iOS
41
51
  pool:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@situm/cordova",
3
- "version": "3.15.9",
3
+ "version": "3.15.10",
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.9">
5
+ version="3.15.10">
6
6
  <name>Situm Cordova plugin Official</name>
7
7
  <description>This is the stable branch.</description>
8
8
  <license>MIT</license>
@@ -93,7 +93,7 @@
93
93
  <config>
94
94
  </config>
95
95
  <pods use-frameworks="false">
96
- <pod name="SitumSDK" spec="~> 3.32.0"/>
96
+ <pod name="SitumSDK" spec="~> 3.32.1"/>
97
97
  </pods>
98
98
  </podspec>
99
99
 
package/src/ios/Podfile CHANGED
@@ -1,5 +1,5 @@
1
1
  target 'SitumCordovaPlugin' do
2
2
  use_frameworks!
3
3
  platform :ios, '9.0'
4
- pod 'SitumSDK', '3.32.0'
4
+ pod 'SitumSDK', '3.32.1'
5
5
  end