@walkeros/server-destination-datamanager 3.0.2 → 3.1.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/dist/walkerOS.json +7 -5
- package/package.json +7 -5
package/dist/walkerOS.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-datamanager",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
|
-
"platform":
|
|
6
|
+
"platform": [
|
|
7
|
+
"server"
|
|
8
|
+
],
|
|
7
9
|
"docs": "https://www.walkeros.io/docs/destinations/server/datamanager",
|
|
8
10
|
"source": "https://github.com/elbwalker/walkerOS/tree/main/packages/server/destinations/datamanager/src"
|
|
9
11
|
},
|
|
@@ -267,7 +269,7 @@
|
|
|
267
269
|
"group": "gr0up",
|
|
268
270
|
"count": 1,
|
|
269
271
|
"version": {
|
|
270
|
-
"source": "3.0.
|
|
272
|
+
"source": "3.0.2",
|
|
271
273
|
"tagging": 1
|
|
272
274
|
},
|
|
273
275
|
"source": {
|
|
@@ -346,7 +348,7 @@
|
|
|
346
348
|
"group": "gr0up",
|
|
347
349
|
"count": 1,
|
|
348
350
|
"version": {
|
|
349
|
-
"source": "3.0.
|
|
351
|
+
"source": "3.0.2",
|
|
350
352
|
"tagging": 1
|
|
351
353
|
},
|
|
352
354
|
"source": {
|
|
@@ -466,7 +468,7 @@
|
|
|
466
468
|
"group": "gr0up",
|
|
467
469
|
"count": 1,
|
|
468
470
|
"version": {
|
|
469
|
-
"source": "3.0.
|
|
471
|
+
"source": "3.0.2",
|
|
470
472
|
"tagging": 1
|
|
471
473
|
},
|
|
472
474
|
"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
|
|
4
|
+
"version": "3.1.0",
|
|
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
|
|
37
|
-
"@walkeros/server-core": "^3.0
|
|
36
|
+
"@walkeros/core": "^3.1.0",
|
|
37
|
+
"@walkeros/server-core": "^3.1.0",
|
|
38
38
|
"google-auth-library": "^10.5.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "^3.0
|
|
41
|
+
"@walkeros/collector": "^3.1.0"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|
|
@@ -51,7 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"walkerOS": {
|
|
53
53
|
"type": "destination",
|
|
54
|
-
"platform":
|
|
54
|
+
"platform": [
|
|
55
|
+
"server"
|
|
56
|
+
],
|
|
55
57
|
"docs": "https://www.walkeros.io/docs/destinations/server/datamanager"
|
|
56
58
|
},
|
|
57
59
|
"keywords": [
|