@commandersact/tcconsent-react-native 1.4.2-beta.42 → 1.4.2-beta.43

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.
@@ -6,5 +6,5 @@ package com.tcconsentreactnative;
6
6
 
7
7
  public class TCConsentReactNativeGenerated
8
8
  {
9
- public static final String version = "1.4.2-beta.42";
9
+ public static final String version = "1.4.2-beta.43";
10
10
  }
@@ -6,5 +6,5 @@ import Foundation
6
6
 
7
7
  struct TCConsentReactNativeGenerated
8
8
  {
9
- static let version = "1.4.2-beta.42"
9
+ static let version = "1.4.2-beta.43"
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commandersact/tcconsent-react-native",
3
- "version": "1.4.2-beta.42",
3
+ "version": "1.4.2-beta.43",
4
4
  "description": " Commanders Act's TCConsent SDK bridge for react native",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -86,7 +86,7 @@
86
86
  "release-it": "^15.0.0",
87
87
  "turbo": "^1.10.7",
88
88
  "typescript": "^5.0.2",
89
- "@commandersact/tccore-react-native": "1.3.2-beta.23"
89
+ "@commandersact/tccore-react-native": "1.3.2-beta.35"
90
90
  },
91
91
  "dependencies": {},
92
92
  "resolutions": {
@@ -95,7 +95,7 @@
95
95
  "peerDependencies": {
96
96
  "react": "*",
97
97
  "react-native": "*",
98
- "@commandersact/tccore-react-native": "1.3.2-beta.23"
98
+ "@commandersact/tccore-react-native": "1.3.2-beta.35"
99
99
  },
100
100
  "engines": {
101
101
  "node": ">= 16.0.0"
@@ -5,24 +5,14 @@ package = JSON.parse(File.read(File.join(__dir__, "package.json")))
5
5
  Pod::Spec.new do |s|
6
6
  s.name = "tcconsent-react-native-swift"
7
7
  s.version = package["version"]
8
- s.summary = package["description"]
8
+ s.summary = "Deprecated: use tcconsent-react-native instead"
9
9
  s.description = <<-DESC
10
- Commanders Act React Native Bridge
10
+ This pod is deprecated. All functionality is now in tcconsent-react-native.
11
11
  DESC
12
12
  s.homepage = "https://github.com/commandersact/tcconsent-react-native"
13
13
  s.license = { :type => "Commercial", :file => "LICENSE" }
14
14
  s.authors = { "CommandersAct" => "mobile@commandersact.com" }
15
15
  s.platforms = { :ios => "11.0" }
16
16
  s.source = { :git => "https://github.com/commandersact/tcconsent-react-native.git", :tag => "#{s.version}" }
17
- s.source_files = "ios/**/*.{swift}"
18
- s.requires_arc = true
19
- s.swift_version = "5.0"
20
- s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
21
-
22
17
  s.dependency 'tcconsent-react-native'
23
- s.dependency 'IOSV5-TCCore', '5.4.5'
24
- s.dependency 'TCConsent', '5.3.8'
25
- s.dependency 'TCIAB', '5.2.0'
26
-
27
- end
28
-
18
+ end
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
14
  s.authors = { "CommandersAct" => "mobile@commandersact.com" }
15
15
  s.platforms = { :ios => "11.0" }
16
16
  s.source = { :git => "https://github.com/commandersact/tcconsent-react-native.git", :tag => "#{s.version}" }
17
- s.source_files = "ios/**/*.{h,c,m,mm}"
17
+ s.source_files = "ios/**/*.{h,c,m,mm,swift}"
18
18
  s.requires_arc = true
19
19
  s.swift_version = "5.0"
20
20
  s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }