teads-react-native 6.0.6 → 6.0.7

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.
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.packageVersion = void 0;
7
- const packageVersion = exports.packageVersion = '6.0.6';
7
+ const packageVersion = exports.packageVersion = '6.0.7';
8
8
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
 
3
- export const packageVersion = '6.0.6';
3
+ export const packageVersion = '6.0.7';
4
4
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const packageVersion = "6.0.6";
1
+ export declare const packageVersion = "6.0.7";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare const packageVersion = "6.0.6";
1
+ export declare const packageVersion = "6.0.7";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "teads-react-native",
3
- "version": "6.0.6",
3
+ "version": "6.0.7",
4
4
  "description": "Easily embed Teads Widgets in your React Native app!",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -17,7 +17,8 @@
17
17
  "types": "./lib/typescript/commonjs/src/index.d.ts",
18
18
  "default": "./lib/commonjs/index.js"
19
19
  }
20
- }
20
+ },
21
+ "./package.json": "./package.json"
21
22
  },
22
23
  "files": [
23
24
  "src",
@@ -55,7 +56,7 @@
55
56
  ],
56
57
  "repository": {
57
58
  "type": "git",
58
- "url": "git+https://github.com/outbrain"
59
+ "url": "git+https://github.com/teads"
59
60
  },
60
61
  "author": "Teads Development Team",
61
62
  "license": "Copyright © 2025 Teads. All rights reserved.",
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const packageVersion = '6.0.6';
1
+ export const packageVersion = '6.0.7';
@@ -26,6 +26,7 @@ Pod::Spec.new do |s|
26
26
  }
27
27
 
28
28
  s.module_name = 'TeadsReactNative'
29
+ s.swift_version = '5.0'
29
30
 
30
31
 
31
32
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.