@walkeros/server-destination-mparticle 3.4.0-next-1776749829492 → 3.4.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-mparticle",
4
- "version": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -216,7 +216,7 @@
216
216
  "group": "gr0up",
217
217
  "count": 1,
218
218
  "version": {
219
- "source": "3.4.0-next-1776749829492",
219
+ "source": "3.4.0",
220
220
  "tagging": 1
221
221
  },
222
222
  "source": {
@@ -294,7 +294,7 @@
294
294
  "group": "gr0up",
295
295
  "count": 1,
296
296
  "version": {
297
- "source": "3.4.0-next-1776749829492",
297
+ "source": "3.4.0",
298
298
  "tagging": 1
299
299
  },
300
300
  "source": {
@@ -366,7 +366,7 @@
366
366
  "group": "gr0up",
367
367
  "count": 1,
368
368
  "version": {
369
- "source": "3.4.0-next-1776749829492",
369
+ "source": "3.4.0",
370
370
  "tagging": 1
371
371
  },
372
372
  "source": {
@@ -438,7 +438,7 @@
438
438
  "group": "gr0up",
439
439
  "count": 1,
440
440
  "version": {
441
- "source": "3.4.0-next-1776749829492",
441
+ "source": "3.4.0",
442
442
  "tagging": 1
443
443
  },
444
444
  "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.0-next-1776749829492",
4
+ "version": "3.4.0",
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.0-next-1776749829492",
38
- "@walkeros/server-core": "3.4.0-next-1776749829492"
37
+ "@walkeros/core": "3.4.0",
38
+ "@walkeros/server-core": "3.4.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@walkeros/collector": "3.4.0-next-1776749829492"
41
+ "@walkeros/collector": "3.4.0"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",