@walkeros/server-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 CHANGED
@@ -1,14 +1,16 @@
1
1
  # @walkeros/server-destination-api
2
2
 
3
- ## 4.2.1-next-1781682752679
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-next-1781682752679
11
- - @walkeros/server-core@4.2.1-next-1781682752679
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/server-core@4.2.1
12
14
 
13
15
  ## 4.2.0
14
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-api",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -95,13 +95,15 @@
95
95
  "consent": {
96
96
  "functional": true
97
97
  },
98
- "id": "8e77b8350e6168ce",
98
+ "id": "ddaee278ce4ae264",
99
99
  "trigger": "test",
100
100
  "entity": "form",
101
101
  "action": "submit",
102
102
  "timestamp": 1700000801,
103
103
  "timing": 3.14,
104
104
  "source": {
105
+ "count": 1,
106
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
105
107
  "type": "express",
106
108
  "platform": "server"
107
109
  }
@@ -198,13 +200,15 @@
198
200
  "consent": {
199
201
  "functional": true
200
202
  },
201
- "id": "fb37b5477e1b78c4",
203
+ "id": "dae1c5078cafe5b1",
202
204
  "trigger": "load",
203
205
  "entity": "order",
204
206
  "action": "complete",
205
207
  "timestamp": 1700000802,
206
208
  "timing": 3.14,
207
209
  "source": {
210
+ "count": 1,
211
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
208
212
  "type": "express",
209
213
  "platform": "server"
210
214
  }
@@ -266,13 +270,15 @@
266
270
  "consent": {
267
271
  "functional": true
268
272
  },
269
- "id": "44c15fee487f12fe",
273
+ "id": "9523ab1d5a023220",
270
274
  "trigger": "load",
271
275
  "entity": "page",
272
276
  "action": "view",
273
277
  "timestamp": 1700000800,
274
278
  "timing": 3.14,
275
279
  "source": {
280
+ "count": 1,
281
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
276
282
  "type": "express",
277
283
  "platform": "server"
278
284
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-api",
3
3
  "description": "API server destination for walkerOS",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,8 +38,8 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.2.1-next-1781682752679",
42
- "@walkeros/server-core": "4.2.1-next-1781682752679"
41
+ "@walkeros/core": "4.2.1",
42
+ "@walkeros/server-core": "4.2.1"
43
43
  },
44
44
  "devDependencies": {},
45
45
  "repository": {