@kontextso/sdk-react-native 3.2.2-rc.0 → 3.2.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.
package/dist/index.js CHANGED
@@ -662,7 +662,7 @@ var import_react_native5 = require("react-native");
662
662
  var import_react_native_device_info = __toESM(require("react-native-device-info"));
663
663
 
664
664
  // package.json
665
- var version = "3.2.2-rc.0";
665
+ var version = "3.2.2";
666
666
 
667
667
  // src/context/AdsProvider.tsx
668
668
  var import_jsx_runtime4 = require("react/jsx-runtime");
package/dist/index.mjs CHANGED
@@ -634,7 +634,7 @@ import { Appearance, Dimensions, PixelRatio, Platform as Platform3 } from "react
634
634
  import DeviceInfo from "react-native-device-info";
635
635
 
636
636
  // package.json
637
- var version = "3.2.2-rc.0";
637
+ var version = "3.2.2";
638
638
 
639
639
  // src/context/AdsProvider.tsx
640
640
  import { jsx as jsx4 } from "react/jsx-runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontextso/sdk-react-native",
3
- "version": "3.2.2-rc.0",
3
+ "version": "3.2.2",
4
4
  "description": "Kontext SDK for React Native",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -54,7 +54,7 @@
54
54
  "react-native-webview": "^13.10.0"
55
55
  },
56
56
  "dependencies": {
57
- "@kontextso/sdk-react": "^3.0.5"
57
+ "@kontextso/sdk-react": "^3.0.6"
58
58
  },
59
59
  "files": [
60
60
  "dist/*",