@walkeros/server-destination-datamanager 3.1.0 → 3.1.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/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.0
|
|
4
|
+
"version": "3.1.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"group": "gr0up",
|
|
270
270
|
"count": 1,
|
|
271
271
|
"version": {
|
|
272
|
-
"source": "3.0
|
|
272
|
+
"source": "3.1.0",
|
|
273
273
|
"tagging": 1
|
|
274
274
|
},
|
|
275
275
|
"source": {
|
|
@@ -348,7 +348,7 @@
|
|
|
348
348
|
"group": "gr0up",
|
|
349
349
|
"count": 1,
|
|
350
350
|
"version": {
|
|
351
|
-
"source": "3.0
|
|
351
|
+
"source": "3.1.0",
|
|
352
352
|
"tagging": 1
|
|
353
353
|
},
|
|
354
354
|
"source": {
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
"group": "gr0up",
|
|
469
469
|
"count": 1,
|
|
470
470
|
"version": {
|
|
471
|
-
"source": "3.0
|
|
471
|
+
"source": "3.1.0",
|
|
472
472
|
"tagging": 1
|
|
473
473
|
},
|
|
474
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.1.
|
|
4
|
+
"version": "3.1.1",
|
|
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.1.
|
|
37
|
-
"@walkeros/server-core": "^3.1.
|
|
36
|
+
"@walkeros/core": "^3.1.1",
|
|
37
|
+
"@walkeros/server-core": "^3.1.1",
|
|
38
38
|
"google-auth-library": "^10.5.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "^3.1.
|
|
41
|
+
"@walkeros/collector": "^3.1.1"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|