@walkeros/web-destination-piano 4.3.1 → 4.3.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,12 @@
1
1
  # @walkeros/web-destination-piano
2
2
 
3
+ ## 4.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.3.2
8
+ - @walkeros/web-core@4.3.2
9
+
3
10
  ## 4.3.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-piano",
4
- "version": "4.3.1",
4
+ "version": "4.3.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -112,7 +112,7 @@
112
112
  "consent": {
113
113
  "functional": true
114
114
  },
115
- "id": "fa3a25b6aa857b15",
115
+ "id": "cbedde05538a9b9b",
116
116
  "trigger": "test",
117
117
  "entity": "entity",
118
118
  "action": "action",
@@ -205,7 +205,7 @@
205
205
  "consent": {
206
206
  "functional": true
207
207
  },
208
- "id": "9e240d36e10bc5ee",
208
+ "id": "e2db2b93f7620c27",
209
209
  "trigger": "load",
210
210
  "entity": "page",
211
211
  "action": "view",
@@ -318,7 +318,7 @@
318
318
  "consent": {
319
319
  "functional": true
320
320
  },
321
- "id": "fa179e867c66555b",
321
+ "id": "b950b554c42c73e3",
322
322
  "trigger": "load",
323
323
  "entity": "order",
324
324
  "action": "complete",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-piano",
3
3
  "description": "Piano Analytics web destination for walkerOS",
4
- "version": "4.3.1",
4
+ "version": "4.3.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.3.1",
42
- "@walkeros/web-core": "4.3.1"
41
+ "@walkeros/core": "4.3.2",
42
+ "@walkeros/web-core": "4.3.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@walkeros/collector": "4.3.1"
45
+ "@walkeros/collector": "4.3.2"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",