@walkeros/web-destination-pinterest 4.1.1-next-1779822275564 → 4.1.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,6 +1,13 @@
1
1
  # @walkeros/web-destination-pinterest
2
2
 
3
- ## 4.1.1-next-1779822275564
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.1.2
8
+ - @walkeros/web-core@4.1.2
9
+
10
+ ## 4.1.1
4
11
 
5
12
  ### Patch Changes
6
13
 
@@ -8,8 +15,8 @@
8
15
  - Updated dependencies [b0279ee]
9
16
  - Updated dependencies [0b7f494]
10
17
  - Updated dependencies [edd3836]
11
- - @walkeros/core@4.1.1-next-1779822275564
12
- - @walkeros/web-core@4.1.1-next-1779822275564
18
+ - @walkeros/core@4.1.1
19
+ - @walkeros/web-core@4.1.1
13
20
 
14
21
  ## 4.1.0
15
22
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-pinterest",
4
- "version": "4.1.1-next-1779822275564",
4
+ "version": "4.1.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -820,7 +820,7 @@
820
820
  "consent": {
821
821
  "functional": true
822
822
  },
823
- "id": "d724fa68cb5ec52e",
823
+ "id": "fe85dc98b69e2df1",
824
824
  "trigger": "test",
825
825
  "entity": "debug",
826
826
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-pinterest",
3
3
  "description": "Pinterest Tag web destination for walkerOS (conversion tracking, enhanced matching, audience building)",
4
- "version": "4.1.1-next-1779822275564",
4
+ "version": "4.1.2",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,11 +38,11 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.1.1-next-1779822275564",
42
- "@walkeros/web-core": "4.1.1-next-1779822275564"
41
+ "@walkeros/core": "4.1.2",
42
+ "@walkeros/web-core": "4.1.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@walkeros/collector": "4.1.1-next-1779822275564"
45
+ "@walkeros/collector": "4.1.2"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",