@walkeros/server-destination-datamanager 3.4.1 → 3.4.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.
- package/dist/walkerOS.json +4 -4
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-datamanager",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"group": "gr0up",
|
|
287
287
|
"count": 1,
|
|
288
288
|
"version": {
|
|
289
|
-
"source": "3.4.
|
|
289
|
+
"source": "3.4.2",
|
|
290
290
|
"tagging": 1
|
|
291
291
|
},
|
|
292
292
|
"source": {
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"group": "gr0up",
|
|
373
373
|
"count": 1,
|
|
374
374
|
"version": {
|
|
375
|
-
"source": "3.4.
|
|
375
|
+
"source": "3.4.2",
|
|
376
376
|
"tagging": 1
|
|
377
377
|
},
|
|
378
378
|
"source": {
|
|
@@ -500,7 +500,7 @@
|
|
|
500
500
|
"group": "gr0up",
|
|
501
501
|
"count": 1,
|
|
502
502
|
"version": {
|
|
503
|
-
"source": "3.4.
|
|
503
|
+
"source": "3.4.2",
|
|
504
504
|
"tagging": 1
|
|
505
505
|
},
|
|
506
506
|
"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.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
"update": "npx npm-check-updates -u && npm update"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@walkeros/core": "3.4.
|
|
38
|
-
"@walkeros/server-core": "3.4.
|
|
37
|
+
"@walkeros/core": "3.4.2",
|
|
38
|
+
"@walkeros/server-core": "3.4.2",
|
|
39
39
|
"google-auth-library": "^10.5.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "3.4.
|
|
42
|
+
"@walkeros/collector": "3.4.2"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|