@walkeros/server-destination-mparticle 3.4.1-next-1776790594143 → 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 +5 -5
- 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-mparticle",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"group": "gr0up",
|
|
219
219
|
"count": 1,
|
|
220
220
|
"version": {
|
|
221
|
-
"source": "3.4.
|
|
221
|
+
"source": "3.4.2",
|
|
222
222
|
"tagging": 1
|
|
223
223
|
},
|
|
224
224
|
"source": {
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"group": "gr0up",
|
|
299
299
|
"count": 1,
|
|
300
300
|
"version": {
|
|
301
|
-
"source": "3.4.
|
|
301
|
+
"source": "3.4.2",
|
|
302
302
|
"tagging": 1
|
|
303
303
|
},
|
|
304
304
|
"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": {
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
"group": "gr0up",
|
|
447
447
|
"count": 1,
|
|
448
448
|
"version": {
|
|
449
|
-
"source": "3.4.
|
|
449
|
+
"source": "3.4.2",
|
|
450
450
|
"tagging": 1
|
|
451
451
|
},
|
|
452
452
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-mparticle",
|
|
3
3
|
"description": "mParticle server destination for walkerOS",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -34,11 +34,11 @@
|
|
|
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
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "3.4.
|
|
41
|
+
"@walkeros/collector": "3.4.2"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|