@kontextso/sdk-react-native 0.0.9-rc.0 → 0.0.9

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
@@ -278,7 +278,7 @@ var log = new Logger();
278
278
  var log_default = log;
279
279
 
280
280
  // package.json
281
- var version = "0.0.8";
281
+ var version = "0.0.9";
282
282
 
283
283
  // src/hooks/useInitializeAds.tsx
284
284
  var RETRY_PERIOD_MS = 500;
package/dist/index.mjs CHANGED
@@ -252,7 +252,7 @@ var log = new Logger();
252
252
  var log_default = log;
253
253
 
254
254
  // package.json
255
- var version = "0.0.8";
255
+ var version = "0.0.9";
256
256
 
257
257
  // src/hooks/useInitializeAds.tsx
258
258
  var RETRY_PERIOD_MS = 500;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontextso/sdk-react-native",
3
- "version": "0.0.9-rc.0",
3
+ "version": "0.0.9",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",