@walkeros/server-destination-datamanager 4.2.0-next-1781000333052 → 4.2.0

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,6 +1,6 @@
1
1
  # @walkeros/server-destination-datamanager
2
2
 
3
- ## 4.2.0-next-1781000333052
3
+ ## 4.2.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -24,11 +24,11 @@
24
24
  - Updated dependencies [654ba38]
25
25
  - Updated dependencies [6a72a32]
26
26
  - Updated dependencies [3eb2467]
27
- - Updated dependencies [7d8ebf9]
28
- - Updated dependencies [f1c74e8]
27
+ - Updated dependencies [5b1a134]
28
+ - Updated dependencies [23d4b86]
29
29
  - Updated dependencies [18c9469]
30
- - @walkeros/core@4.2.0-next-1781000333052
31
- - @walkeros/server-core@4.2.0-next-1781000333052
30
+ - @walkeros/core@4.2.0
31
+ - @walkeros/server-core@4.2.0
32
32
 
33
33
  ## 4.1.2
34
34
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-datamanager",
4
- "version": "4.2.0-next-1781000333052",
4
+ "version": "4.2.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
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.0-next-1781000333052",
4
+ "version": "4.2.0",
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.0-next-1781000333052",
39
- "@walkeros/server-core": "4.2.0-next-1781000333052",
38
+ "@walkeros/core": "4.2.0",
39
+ "@walkeros/server-core": "4.2.0",
40
40
  "google-auth-library": "^10.5.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.0-next-1781000333052"
43
+ "@walkeros/collector": "4.2.0"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",