react-native-unit-components 3.3.0-beta.2 → 3.3.0-beta.3

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.
@@ -21,7 +21,7 @@ var _UNFontFileHelper = require("../nativeModulesHelpers/UNFontFileHelper/UNFont
21
21
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
22
22
  class UnitComponentsSDK {
23
23
  static securitySettings = _UnitComponentsSdk2.UNComponentsSDKConstants.securitySettings;
24
- static sdkVersion = '3.3.0-beta.2';
24
+ static sdkVersion = '3.3.0-beta.3';
25
25
  static iosFontBase64Map = {};
26
26
  static init = async (env, theme, language, fonts, webVersioningStrategy = _UnitComponentsSdk2.UNComponentsSDKConstants.webSDKRecommendedStrategy, securitySettings = _UnitComponentsSdk2.UNComponentsSDKConstants.securitySettings) => {
27
27
  try {
@@ -14,7 +14,7 @@ import UNSnapshotProtectionHelper from '../nativeModulesHelpers/UNSanpshotProtec
14
14
  import { loadIosFontBase64 } from '../nativeModulesHelpers/UNFontFileHelper/UNFontFileHelper';
15
15
  export class UnitComponentsSDK {
16
16
  static securitySettings = UNComponentsSDKConstants.securitySettings;
17
- static sdkVersion = '3.3.0-beta.2';
17
+ static sdkVersion = '3.3.0-beta.3';
18
18
  static iosFontBase64Map = {};
19
19
  static init = async (env, theme, language, fonts, webVersioningStrategy = UNComponentsSDKConstants.webSDKRecommendedStrategy, securitySettings = UNComponentsSDKConstants.securitySettings) => {
20
20
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-unit-components",
3
- "version": "3.3.0-beta.2",
3
+ "version": "3.3.0-beta.3",
4
4
  "description": "Unit React Native components",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -27,7 +27,7 @@ export class UnitComponentsSDK {
27
27
  protected static fonts?: UNFonts;
28
28
  protected static signedNonce?: string;
29
29
  protected static pushProvisionModule?: typeof NativeModules;
30
- protected static sdkVersion = '3.3.0-beta.2';
30
+ protected static sdkVersion = '3.3.0-beta.3';
31
31
  static iosFontBase64Map: Record<string, string> = {};
32
32
 
33
33
  public static init = async (