@walkeros/web-destination-matomo 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/web-destination-matomo",
4
- "version": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -190,7 +190,7 @@
190
190
  "group": "gr0up",
191
191
  "count": 1,
192
192
  "version": {
193
- "source": "3.4.0-next-1776749829492",
193
+ "source": "3.4.0",
194
194
  "tagging": 1
195
195
  },
196
196
  "source": {
@@ -286,7 +286,7 @@
286
286
  "group": "gr0up",
287
287
  "count": 1,
288
288
  "version": {
289
- "source": "3.4.0-next-1776749829492",
289
+ "source": "3.4.0",
290
290
  "tagging": 1
291
291
  },
292
292
  "source": {
@@ -430,7 +430,7 @@
430
430
  "group": "gr0up",
431
431
  "count": 1,
432
432
  "version": {
433
- "source": "3.4.0-next-1776749829492",
433
+ "source": "3.4.0",
434
434
  "tagging": 1
435
435
  },
436
436
  "source": {
@@ -558,7 +558,7 @@
558
558
  "group": "gr0up",
559
559
  "count": 1,
560
560
  "version": {
561
- "source": "3.4.0-next-1776749829492",
561
+ "source": "3.4.0",
562
562
  "tagging": 1
563
563
  },
564
564
  "source": {
@@ -683,7 +683,7 @@
683
683
  "group": "gr0up",
684
684
  "count": 1,
685
685
  "version": {
686
- "source": "3.4.0-next-1776749829492",
686
+ "source": "3.4.0",
687
687
  "tagging": 1
688
688
  },
689
689
  "source": {
@@ -745,7 +745,7 @@
745
745
  "group": "gr0up",
746
746
  "count": 1,
747
747
  "version": {
748
- "source": "3.4.0-next-1776749829492",
748
+ "source": "3.4.0",
749
749
  "tagging": 1
750
750
  },
751
751
  "source": {
@@ -844,7 +844,7 @@
844
844
  "group": "gr0up",
845
845
  "count": 1,
846
846
  "version": {
847
- "source": "3.4.0-next-1776749829492",
847
+ "source": "3.4.0",
848
848
  "tagging": 1
849
849
  },
850
850
  "source": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-matomo",
3
3
  "description": "Matomo web destination for walkerOS",
4
- "version": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -37,11 +37,11 @@
37
37
  "update": "npx npm-check-updates -u && npm update"
38
38
  },
39
39
  "dependencies": {
40
- "@walkeros/core": "3.4.0-next-1776749829492",
41
- "@walkeros/web-core": "3.4.0-next-1776749829492"
40
+ "@walkeros/core": "3.4.0",
41
+ "@walkeros/web-core": "3.4.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@walkeros/collector": "3.4.0-next-1776749829492"
44
+ "@walkeros/collector": "3.4.0"
45
45
  },
46
46
  "repository": {
47
47
  "url": "git+https://github.com/elbwalker/walkerOS.git",