@whereby.com/core 0.32.9 → 0.32.10

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.cjs CHANGED
@@ -75,7 +75,7 @@ const createReactor = (selectors, callback) => {
75
75
  });
76
76
  };
77
77
 
78
- const coreVersion = "0.32.9";
78
+ const coreVersion = "0.32.10";
79
79
 
80
80
  const initialState$h = {
81
81
  isNodeSdk: false,
package/dist/index.mjs CHANGED
@@ -73,7 +73,7 @@ const createReactor = (selectors, callback) => {
73
73
  });
74
74
  };
75
75
 
76
- const coreVersion = "0.32.9";
76
+ const coreVersion = "0.32.10";
77
77
 
78
78
  const initialState$h = {
79
79
  isNodeSdk: false,
@@ -73,7 +73,7 @@ const createReactor = (selectors, callback) => {
73
73
  });
74
74
  };
75
75
 
76
- const coreVersion = "0.32.9";
76
+ const coreVersion = "0.32.10";
77
77
 
78
78
  const initialState$h = {
79
79
  isNodeSdk: false,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@whereby.com/core",
3
3
  "description": "Core library for whereby.com sdk",
4
4
  "author": "Whereby AS",
5
- "version": "0.32.9",
5
+ "version": "0.32.10",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
8
  "clean": "rimraf dist node_modules .turbo",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@reduxjs/toolkit": "^2.2.3",
52
- "@whereby.com/media": "1.21.0",
52
+ "@whereby.com/media": "1.21.1",
53
53
  "axios": "^1.2.3",
54
54
  "btoa": "^1.2.1",
55
55
  "events": "^3.3.0"