@walkeros/destination-demo 4.1.2 → 4.1.3-next-1780071196115
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 +8 -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.1.
|
|
4
|
+
"version": "4.1.3-next-1780071196115",
|
|
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": "87dada1d9bec777c",
|
|
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": "
|
|
224
|
+
"id": "7c054afb3b96ab71",
|
|
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": "
|
|
279
|
+
"id": "1848f2a8687f8d1c",
|
|
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": "
|
|
332
|
+
"id": "4aa6cf48f43cb99e",
|
|
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.1.
|
|
4
|
+
"version": "4.1.3-next-1780071196115",
|
|
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.1.
|
|
43
|
+
"@walkeros/core": "4.1.3-next-1780071196115"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|