@adhese/sdk 0.11.1 → 0.11.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.cjs CHANGED
@@ -58,7 +58,7 @@ function createSafeFrame({
58
58
  }
59
59
  const name = "@adhese/sdk";
60
60
  const type = "module";
61
- const version = "0.11.1";
61
+ const version = "0.11.2";
62
62
  const description = "Adhese SDK";
63
63
  const license = "GPL-3.0";
64
64
  const repository = {
package/dist/index.js CHANGED
@@ -56,7 +56,7 @@ function createSafeFrame({
56
56
  }
57
57
  const name = "@adhese/sdk";
58
58
  const type = "module";
59
- const version = "0.11.1";
59
+ const version = "0.11.2";
60
60
  const description = "Adhese SDK";
61
61
  const license = "GPL-3.0";
62
62
  const repository = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adhese/sdk",
3
3
  "type": "module",
4
- "version": "0.11.1",
4
+ "version": "0.11.2",
5
5
  "description": "Adhese SDK",
6
6
  "license": "GPL-3.0",
7
7
  "repository": {