@walkeros/destination-demo 4.0.0 → 4.0.1-next-1778183328892

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/destination-demo",
4
- "version": "4.0.0",
4
+ "version": "4.0.1-next-1778183328892",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -128,7 +128,7 @@
128
128
  "consent": {
129
129
  "functional": true
130
130
  },
131
- "id": "a8b4a0b5e1c16678",
131
+ "id": "798a7fff7ebb59e7",
132
132
  "trigger": "load",
133
133
  "entity": "order",
134
134
  "action": "complete",
@@ -220,7 +220,7 @@
220
220
  "consent": {
221
221
  "functional": true
222
222
  },
223
- "id": "eae00d467d763f14",
223
+ "id": "b60b2e9b3e124594",
224
224
  "trigger": "load",
225
225
  "entity": "order",
226
226
  "action": "complete",
@@ -275,7 +275,7 @@
275
275
  "consent": {
276
276
  "functional": true
277
277
  },
278
- "id": "0fb73289035e30ce",
278
+ "id": "58eb2584f23104ba",
279
279
  "trigger": "load",
280
280
  "entity": "page",
281
281
  "action": "view",
@@ -328,7 +328,7 @@
328
328
  "consent": {
329
329
  "functional": true
330
330
  },
331
- "id": "2ef15d4252a76cd3",
331
+ "id": "e3dc21677b12c47b",
332
332
  "trigger": "load",
333
333
  "entity": "page",
334
334
  "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.0.0",
4
+ "version": "4.0.1-next-1778183328892",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,7 +38,7 @@
38
38
  "test": "jest"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.0.0"
41
+ "@walkeros/core": "4.0.1-next-1778183328892"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",