@walkeros/destination-demo 4.0.1 → 4.0.2
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/dist/walkerOS.json +8 -7
- package/package.json +5 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/destination-demo",
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
|
-
"web"
|
|
7
|
+
"web",
|
|
8
|
+
"server"
|
|
8
9
|
],
|
|
9
10
|
"docs": "https://www.walkeros.io/docs/destinations/demo",
|
|
10
|
-
"source": "https://github.com/elbwalker/walkerOS/tree/main/packages/
|
|
11
|
+
"source": "https://github.com/elbwalker/walkerOS/tree/main/packages/destinations/demo/src"
|
|
11
12
|
},
|
|
12
13
|
"schemas": {
|
|
13
14
|
"mapping": {
|
|
@@ -128,7 +129,7 @@
|
|
|
128
129
|
"consent": {
|
|
129
130
|
"functional": true
|
|
130
131
|
},
|
|
131
|
-
"id": "
|
|
132
|
+
"id": "01007f0f56d828bd",
|
|
132
133
|
"trigger": "load",
|
|
133
134
|
"entity": "order",
|
|
134
135
|
"action": "complete",
|
|
@@ -220,7 +221,7 @@
|
|
|
220
221
|
"consent": {
|
|
221
222
|
"functional": true
|
|
222
223
|
},
|
|
223
|
-
"id": "
|
|
224
|
+
"id": "c3910ec1d30ef01b",
|
|
224
225
|
"trigger": "load",
|
|
225
226
|
"entity": "order",
|
|
226
227
|
"action": "complete",
|
|
@@ -275,7 +276,7 @@
|
|
|
275
276
|
"consent": {
|
|
276
277
|
"functional": true
|
|
277
278
|
},
|
|
278
|
-
"id": "
|
|
279
|
+
"id": "f0e436737797bee8",
|
|
279
280
|
"trigger": "load",
|
|
280
281
|
"entity": "page",
|
|
281
282
|
"action": "view",
|
|
@@ -328,7 +329,7 @@
|
|
|
328
329
|
"consent": {
|
|
329
330
|
"functional": true
|
|
330
331
|
},
|
|
331
|
-
"id": "
|
|
332
|
+
"id": "5d01a411ac027c02",
|
|
332
333
|
"trigger": "load",
|
|
333
334
|
"entity": "page",
|
|
334
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.0.
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"walkerOS": {
|
|
10
10
|
"type": "destination",
|
|
11
11
|
"platform": [
|
|
12
|
-
"web"
|
|
12
|
+
"web",
|
|
13
|
+
"server"
|
|
13
14
|
],
|
|
14
15
|
"docs": "https://www.walkeros.io/docs/destinations/demo"
|
|
15
16
|
},
|
|
@@ -38,11 +39,11 @@
|
|
|
38
39
|
"test": "jest"
|
|
39
40
|
},
|
|
40
41
|
"dependencies": {
|
|
41
|
-
"@walkeros/core": "4.0.
|
|
42
|
+
"@walkeros/core": "4.0.2"
|
|
42
43
|
},
|
|
43
44
|
"repository": {
|
|
44
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|
|
45
|
-
"directory": "packages/
|
|
46
|
+
"directory": "packages/destinations/demo"
|
|
46
47
|
},
|
|
47
48
|
"author": "elbwalker <hello@elbwalker.com>",
|
|
48
49
|
"homepage": "https://github.com/elbwalker/walkerOS#readme",
|