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.
package/lib/commonjs/version.js
CHANGED
package/lib/module/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const packageVersion = "6.0.
|
|
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.
|
|
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.
|
|
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/
|
|
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.
|
|
1
|
+
export const packageVersion = '6.0.7';
|