@walkeros/server-destination-datamanager 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-datamanager
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-datamanager",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -281,6 +281,8 @@
281
281
  "timestamp": 1700000902000,
282
282
  "timing": 3.14,
283
283
  "source": {
284
+ "count": 1,
285
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
284
286
  "type": "express",
285
287
  "platform": "server"
286
288
  }
@@ -353,6 +355,8 @@
353
355
  "timestamp": 1700000901000,
354
356
  "timing": 3.14,
355
357
  "source": {
358
+ "count": 1,
359
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
356
360
  "type": "express",
357
361
  "platform": "server"
358
362
  }
@@ -474,6 +478,8 @@
474
478
  "timestamp": 1700000900000,
475
479
  "timing": 3.14,
476
480
  "source": {
481
+ "count": 1,
482
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
477
483
  "type": "express",
478
484
  "platform": "server"
479
485
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-datamanager",
3
3
  "description": "Google Data Manager server destination for walkerOS",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -35,12 +35,12 @@
35
35
  "update": "npx npm-check-updates -u && npm update"
36
36
  },
37
37
  "dependencies": {
38
- "@walkeros/core": "4.2.1-next-1781682752679",
39
- "@walkeros/server-core": "4.2.1-next-1781682752679",
38
+ "@walkeros/core": "4.2.1",
39
+ "@walkeros/server-core": "4.2.1",
40
40
  "google-auth-library": "^10.5.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1-next-1781682752679"
43
+ "@walkeros/collector": "4.2.1"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",