@walkeros/web-destination-api 4.2.1-next-1781682752679 → 4.2.1
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 +5 -3
- package/dist/walkerOS.json +10 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
# @walkeros/web-destination-api
|
|
2
2
|
|
|
3
|
-
## 4.2.1
|
|
3
|
+
## 4.2.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [5cbcd23]
|
|
8
|
+
- Updated dependencies [31c6858]
|
|
9
|
+
- Updated dependencies [d1b41ca]
|
|
8
10
|
- Updated dependencies [0a8a08b]
|
|
9
11
|
- Updated dependencies [8afb7cc]
|
|
10
|
-
- @walkeros/core@4.2.1
|
|
11
|
-
- @walkeros/web-core@4.2.1
|
|
12
|
+
- @walkeros/core@4.2.1
|
|
13
|
+
- @walkeros/web-core@4.2.1
|
|
12
14
|
|
|
13
15
|
## 4.2.0
|
|
14
16
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-api",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -153,13 +153,15 @@
|
|
|
153
153
|
"consent": {
|
|
154
154
|
"functional": true
|
|
155
155
|
},
|
|
156
|
-
"id": "
|
|
156
|
+
"id": "1553f495ce404d15",
|
|
157
157
|
"trigger": "load",
|
|
158
158
|
"entity": "order",
|
|
159
159
|
"action": "complete",
|
|
160
160
|
"timestamp": 1700000502,
|
|
161
161
|
"timing": 3.14,
|
|
162
162
|
"source": {
|
|
163
|
+
"count": 1,
|
|
164
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
163
165
|
"type": "collector",
|
|
164
166
|
"schema": "4"
|
|
165
167
|
}
|
|
@@ -231,13 +233,15 @@
|
|
|
231
233
|
"consent": {
|
|
232
234
|
"functional": true
|
|
233
235
|
},
|
|
234
|
-
"id": "
|
|
236
|
+
"id": "c7b8871eaec47c35",
|
|
235
237
|
"trigger": "test",
|
|
236
238
|
"entity": "entity",
|
|
237
239
|
"action": "action",
|
|
238
240
|
"timestamp": 1700000500,
|
|
239
241
|
"timing": 3.14,
|
|
240
242
|
"source": {
|
|
243
|
+
"count": 1,
|
|
244
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
241
245
|
"type": "collector",
|
|
242
246
|
"schema": "4"
|
|
243
247
|
}
|
|
@@ -297,13 +301,15 @@
|
|
|
297
301
|
"consent": {
|
|
298
302
|
"functional": true
|
|
299
303
|
},
|
|
300
|
-
"id": "
|
|
304
|
+
"id": "7d3a34f3cdd48ebb",
|
|
301
305
|
"trigger": "load",
|
|
302
306
|
"entity": "page",
|
|
303
307
|
"action": "view",
|
|
304
308
|
"timestamp": 1700000501,
|
|
305
309
|
"timing": 3.14,
|
|
306
310
|
"source": {
|
|
311
|
+
"count": 1,
|
|
312
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
307
313
|
"type": "collector",
|
|
308
314
|
"schema": "4"
|
|
309
315
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-api",
|
|
3
3
|
"description": "Web API destination for walkerOS",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"update": "npx npm-check-updates -u && npm update"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@walkeros/core": "4.2.1
|
|
42
|
-
"@walkeros/web-core": "4.2.1
|
|
41
|
+
"@walkeros/core": "4.2.1",
|
|
42
|
+
"@walkeros/web-core": "4.2.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.2.1
|
|
45
|
+
"@walkeros/collector": "4.2.1"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|