@walkeros/destination-demo 4.2.1 → 4.2.2-next-1782236179392

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
  # @walkeros/destination-demo
2
2
 
3
+ ## 4.2.2-next-1782236179392
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.2.2-next-1782236179392
8
+
3
9
  ## 4.2.1
4
10
 
5
11
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/destination-demo",
4
- "version": "4.2.1",
4
+ "version": "4.2.2-next-1782236179392",
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": "fb44e61341e0861d",
132
+ "id": "1989bc779a9f9ba2",
133
133
  "trigger": "load",
134
134
  "entity": "order",
135
135
  "action": "complete",
@@ -223,7 +223,7 @@
223
223
  "consent": {
224
224
  "functional": true
225
225
  },
226
- "id": "3abef2cfa46eab79",
226
+ "id": "9c590b028b2ba933",
227
227
  "trigger": "load",
228
228
  "entity": "order",
229
229
  "action": "complete",
@@ -280,7 +280,7 @@
280
280
  "consent": {
281
281
  "functional": true
282
282
  },
283
- "id": "f154f2e8b5464936",
283
+ "id": "a63b19565a20e068",
284
284
  "trigger": "load",
285
285
  "entity": "page",
286
286
  "action": "view",
@@ -335,7 +335,7 @@
335
335
  "consent": {
336
336
  "functional": true
337
337
  },
338
- "id": "2e24c57be98094aa",
338
+ "id": "b08fc2fe95927abd",
339
339
  "trigger": "load",
340
340
  "entity": "page",
341
341
  "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.1",
4
+ "version": "4.2.2-next-1782236179392",
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.1"
43
+ "@walkeros/core": "4.2.2-next-1782236179392"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",