@kontextso/sdk-react-native 4.0.0-rc.1 → 4.0.0-rc.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
@@ -542,7 +542,7 @@ var Session = class {
542
542
  var import_react_native = require("react-native");
543
543
 
544
544
  // package.json
545
- var version = "4.0.0-rc.0";
545
+ var version = "4.0.0-rc.2";
546
546
 
547
547
  // src/KontextAds.ts
548
548
  var KontextAds = (config) => {
package/dist/index.mjs CHANGED
@@ -515,7 +515,7 @@ var Session = class {
515
515
  import { Platform } from "react-native";
516
516
 
517
517
  // package.json
518
- var version = "4.0.0-rc.0";
518
+ var version = "4.0.0-rc.2";
519
519
 
520
520
  // src/KontextAds.ts
521
521
  var KontextAds = (config) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontextso/sdk-react-native",
3
- "version": "4.0.0-rc.1",
3
+ "version": "4.0.0-rc.2",
4
4
  "description": "Kontext SDK for React Native",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -51,9 +51,7 @@
51
51
  "react-native-device-info": ">=10.0.0 <15.0.0",
52
52
  "react-native-webview": "^13.10.0"
53
53
  },
54
- "dependencies": {
55
- "@kontextso/sdk-utils": "^1.0.0"
56
- },
54
+ "dependencies": {},
57
55
  "files": [
58
56
  "dist/*",
59
57
  "src",