react-native-update 9.0.0-beta.1 → 9.0.0-beta.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.
@@ -1 +1 @@
1
- 1680488830
1
+ 1693625865
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-update",
3
- "version": "9.0.0-beta.1",
3
+ "version": "9.0.0-beta.2",
4
4
  "description": "react-native hot update",
5
5
  "main": "lib/index.ts",
6
6
  "scripts": {
@@ -1,7 +1,7 @@
1
1
  require 'json'
2
2
 
3
3
  package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
4
- folly_version = '2021.06.28.00-v2'
4
+
5
5
  folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
6
6
  Pod::Spec.new do |s|
7
7
  s.name = package['name']
@@ -50,7 +50,7 @@ if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
50
50
  }
51
51
 
52
52
  s.dependency "React-Codegen"
53
- s.dependency "RCT-Folly", folly_version
53
+ s.dependency "RCT-Folly"
54
54
  s.dependency "RCTRequired"
55
55
  s.dependency "RCTTypeSafety"
56
56
  s.dependency "ReactCommon/turbomodule/core"