@walkeros/destination-demo 4.2.0-next-1780942291149 → 4.2.0

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,6 @@
1
1
  # @walkeros/destination-demo
2
2
 
3
- ## 4.2.0-next-1780942291149
3
+ ## 4.2.0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -18,10 +18,10 @@
18
18
  - Updated dependencies [654ba38]
19
19
  - Updated dependencies [6a72a32]
20
20
  - Updated dependencies [3eb2467]
21
- - Updated dependencies [7d8ebf9]
22
- - Updated dependencies [f1c74e8]
21
+ - Updated dependencies [5b1a134]
22
+ - Updated dependencies [23d4b86]
23
23
  - Updated dependencies [18c9469]
24
- - @walkeros/core@4.2.0-next-1780942291149
24
+ - @walkeros/core@4.2.0
25
25
 
26
26
  ## 4.1.2
27
27
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/destination-demo",
4
- "version": "4.2.0-next-1780942291149",
4
+ "version": "4.2.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web",
@@ -129,7 +129,7 @@
129
129
  "consent": {
130
130
  "functional": true
131
131
  },
132
- "id": "b5a635c3c2ef9094",
132
+ "id": "0f48ae349842e469",
133
133
  "trigger": "load",
134
134
  "entity": "order",
135
135
  "action": "complete",
@@ -221,7 +221,7 @@
221
221
  "consent": {
222
222
  "functional": true
223
223
  },
224
- "id": "cccee73c137a72a3",
224
+ "id": "bea84acab897d46a",
225
225
  "trigger": "load",
226
226
  "entity": "order",
227
227
  "action": "complete",
@@ -276,7 +276,7 @@
276
276
  "consent": {
277
277
  "functional": true
278
278
  },
279
- "id": "3664288e2ee1fb1e",
279
+ "id": "f88919fc446bf4ee",
280
280
  "trigger": "load",
281
281
  "entity": "page",
282
282
  "action": "view",
@@ -329,7 +329,7 @@
329
329
  "consent": {
330
330
  "functional": true
331
331
  },
332
- "id": "a9a3edcb97589f11",
332
+ "id": "97be4971f1dbc38e",
333
333
  "trigger": "load",
334
334
  "entity": "page",
335
335
  "action": "view",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/destination-demo",
3
3
  "description": "Demo destination for walkerOS - logs events to console",
4
- "version": "4.2.0-next-1780942291149",
4
+ "version": "4.2.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -40,7 +40,7 @@
40
40
  "test": "jest"
41
41
  },
42
42
  "dependencies": {
43
- "@walkeros/core": "4.2.0-next-1780942291149"
43
+ "@walkeros/core": "4.2.0"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",