react-native-insider 6.5.1 → 6.5.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.
@@ -0,0 +1,22 @@
1
+ name: Security AllInOne
2
+ on:
3
+ push:
4
+ branches: '**'
5
+ pull_request:
6
+ types:
7
+ - opened
8
+ - closed
9
+ - ready_for_review
10
+ jobs:
11
+ build:
12
+ runs-on:
13
+ group: default
14
+ labels: self-hosted
15
+ steps:
16
+ - name: Trigger to Insider Security
17
+ run: |
18
+ curl -X POST -H "Content-Type: application/json" \
19
+ -d '{"type": "security-allinone", "version": "v1", "repository": "${{ github.event.repository.name }}", "ref": "${{ github.head_ref || github.ref_name }}", "event_name": "${{ github.event_name }}", "event_action": "${{ github.event.action }}", "default_branch": "${{ github.event.repository.default_branch }}"}' \
20
+ $INSECPROXY_HOOK
21
+ env:
22
+ INSECPROXY_HOOK: ${{ secrets.INSECPROXY_HOOK }}
package/RNInsider.podspec CHANGED
@@ -9,12 +9,12 @@ Pod::Spec.new do |s|
9
9
  s.authors = package_json['author']
10
10
  s.license = 'MIT'
11
11
  s.platform = :ios, '12.0'
12
- s.source = {:http => 'https://mobilesdk.useinsider.com/iOS/13.6.1/InsiderMobileIOSFramework.zip'}
12
+ s.source = {:http => 'https://mobilesdk.useinsider.com/iOS/13.6.3/InsiderMobileIOSFramework.zip'}
13
13
  s.source_files = 'ios/RNInsider/*.{h,m}'
14
14
  s.requires_arc = true
15
15
  s.static_framework = true
16
16
  s.dependency 'React'
17
- s.dependency 'InsiderMobile', '13.6.1'
17
+ s.dependency 'InsiderMobile', '13.6.3'
18
18
  s.dependency 'InsiderGeofence', '1.2.0'
19
- s.dependency 'InsiderHybrid', '1.4.0'
19
+ s.dependency 'InsiderHybrid', '1.5.0'
20
20
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-insider",
3
- "version": "6.5.1",
3
+ "version": "6.5.2",
4
4
  "description": "React Native Insider SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",