@kontextso/sdk-react-native 0.0.8-rc.2 → 0.0.8-rc.4

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
@@ -277,7 +277,7 @@ var log = new Logger();
277
277
  var log_default = log;
278
278
 
279
279
  // package.json
280
- var version = "0.0.8-rc.2";
280
+ var version = "0.0.8-rc.3";
281
281
 
282
282
  // src/hooks/useInitializeAds.tsx
283
283
  var SINGLE_INIT_TIMEOUT_BUDGET_MS = 3e3;
package/dist/index.mjs CHANGED
@@ -251,7 +251,7 @@ var log = new Logger();
251
251
  var log_default = log;
252
252
 
253
253
  // package.json
254
- var version = "0.0.8-rc.2";
254
+ var version = "0.0.8-rc.3";
255
255
 
256
256
  // src/hooks/useInitializeAds.tsx
257
257
  var SINGLE_INIT_TIMEOUT_BUDGET_MS = 3e3;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontextso/sdk-react-native",
3
- "version": "0.0.8-rc.2",
3
+ "version": "0.0.8-rc.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -42,12 +42,12 @@
42
42
  "react": "*",
43
43
  "react-dom": "*",
44
44
  "react-native": "*",
45
- "expo-av": "",
46
- "web-streams-polyfill": "^4.0.0"
45
+ "expo-av": "*"
47
46
  },
48
47
  "dependencies": {
49
48
  "react-native-fetch-api": "^3.0.0",
50
- "react-native-polyfill-globals": "^3.1.0"
49
+ "react-native-polyfill-globals": "^3.1.0",
50
+ "web-streams-polyfill": "^3.1.1"
51
51
  },
52
52
  "files": [
53
53
  "dist/*"