@walkeros/destination-demo 4.2.1 → 4.2.2-next-1782892388850
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 +6 -0
- package/dist/walkerOS.json +5 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/destination-demo",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.2-next-1782892388850",
|
|
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": "
|
|
132
|
+
"id": "f577b5ec2454e9b6",
|
|
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": "
|
|
226
|
+
"id": "e7bd142db593768d",
|
|
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": "
|
|
283
|
+
"id": "f601aefc2efe8c77",
|
|
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": "
|
|
338
|
+
"id": "1dfd050d4beebee1",
|
|
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.
|
|
4
|
+
"version": "4.2.2-next-1782892388850",
|
|
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.
|
|
43
|
+
"@walkeros/core": "4.2.2-next-1782892388850"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|