@adhese/sdk 0.16.1 → 0.16.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @adhese/sdk
2
2
 
3
+ ## 0.16.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2763181: Force @adhese/sdk to use @adhese/sdk-shared@0.5.1
8
+
3
9
  ## 0.16.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
3
3
  const sdkShared = require("@adhese/sdk-shared");
4
4
  const remeda = require("remeda");
5
5
  const name = "@adhese/sdk";
6
- const version = "0.16.1";
6
+ const version = "0.16.2";
7
7
  function addTrackingPixel(url) {
8
8
  const img = document.createElement("img");
9
9
  img.src = url.toString();
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { createLogger, toValue, ref, computed, waitForDomLoad, watch, effectScope, uniqueId, reactive, createEventManager, awaitTimeout } from "@adhese/sdk-shared";
2
2
  import { debounce, round, isDeepEqual, doNothing } from "remeda";
3
3
  const name = "@adhese/sdk";
4
- const version = "0.16.1";
4
+ const version = "0.16.2";
5
5
  function addTrackingPixel(url) {
6
6
  const img = document.createElement("img");
7
7
  img.src = url.toString();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@adhese/sdk",
3
3
  "type": "module",
4
- "version": "0.16.1",
4
+ "version": "0.16.2",
5
5
  "description": "Adhese SDK",
6
6
  "license": "GPL-3.0",
7
7
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "prepareRelease": "npm run build"
33
33
  },
34
34
  "dependencies": {
35
- "@adhese/sdk-shared": "^0.5.0",
35
+ "@adhese/sdk-shared": "^0.5.1",
36
36
  "remeda": "^1.61.0",
37
37
  "zod": "^3.23.6"
38
38
  }