@walkeros/server-destination-datamanager 3.0.0 → 3.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-datamanager",
4
- "version": "2.1.1",
4
+ "version": "3.0.1",
5
5
  "type": "destination",
6
6
  "platform": "server",
7
7
  "docs": "https://www.walkeros.io/docs/destinations/server/datamanager",
@@ -267,7 +267,7 @@
267
267
  "group": "gr0up",
268
268
  "count": 1,
269
269
  "version": {
270
- "source": "2.1.1",
270
+ "source": "3.0.1",
271
271
  "tagging": 1
272
272
  },
273
273
  "source": {
@@ -346,7 +346,7 @@
346
346
  "group": "gr0up",
347
347
  "count": 1,
348
348
  "version": {
349
- "source": "2.1.1",
349
+ "source": "3.0.1",
350
350
  "tagging": 1
351
351
  },
352
352
  "source": {
@@ -466,7 +466,7 @@
466
466
  "group": "gr0up",
467
467
  "count": 1,
468
468
  "version": {
469
- "source": "2.1.1",
469
+ "source": "3.0.1",
470
470
  "tagging": 1
471
471
  },
472
472
  "source": {
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": "3.0.0",
4
+ "version": "3.0.2",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -33,12 +33,12 @@
33
33
  "update": "npx npm-check-updates -u && npm update"
34
34
  },
35
35
  "dependencies": {
36
- "@walkeros/core": "^3.0.0",
37
- "@walkeros/server-core": "^3.0.0",
36
+ "@walkeros/core": "^3.0.2",
37
+ "@walkeros/server-core": "^3.0.2",
38
38
  "google-auth-library": "^10.5.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@walkeros/collector": "^3.0.0"
41
+ "@walkeros/collector": "^3.0.2"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",