@walkeros/web-destination-matomo 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 +8 -8
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-matomo",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
"group": "gr0up",
|
|
193
193
|
"count": 1,
|
|
194
194
|
"version": {
|
|
195
|
-
"source": "3.4.
|
|
195
|
+
"source": "3.4.2",
|
|
196
196
|
"tagging": 1
|
|
197
197
|
},
|
|
198
198
|
"source": {
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"group": "gr0up",
|
|
291
291
|
"count": 1,
|
|
292
292
|
"version": {
|
|
293
|
-
"source": "3.4.
|
|
293
|
+
"source": "3.4.2",
|
|
294
294
|
"tagging": 1
|
|
295
295
|
},
|
|
296
296
|
"source": {
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"group": "gr0up",
|
|
437
437
|
"count": 1,
|
|
438
438
|
"version": {
|
|
439
|
-
"source": "3.4.
|
|
439
|
+
"source": "3.4.2",
|
|
440
440
|
"tagging": 1
|
|
441
441
|
},
|
|
442
442
|
"source": {
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
"group": "gr0up",
|
|
567
567
|
"count": 1,
|
|
568
568
|
"version": {
|
|
569
|
-
"source": "3.4.
|
|
569
|
+
"source": "3.4.2",
|
|
570
570
|
"tagging": 1
|
|
571
571
|
},
|
|
572
572
|
"source": {
|
|
@@ -695,7 +695,7 @@
|
|
|
695
695
|
"group": "gr0up",
|
|
696
696
|
"count": 1,
|
|
697
697
|
"version": {
|
|
698
|
-
"source": "3.4.
|
|
698
|
+
"source": "3.4.2",
|
|
699
699
|
"tagging": 1
|
|
700
700
|
},
|
|
701
701
|
"source": {
|
|
@@ -759,7 +759,7 @@
|
|
|
759
759
|
"group": "gr0up",
|
|
760
760
|
"count": 1,
|
|
761
761
|
"version": {
|
|
762
|
-
"source": "3.4.
|
|
762
|
+
"source": "3.4.2",
|
|
763
763
|
"tagging": 1
|
|
764
764
|
},
|
|
765
765
|
"source": {
|
|
@@ -860,7 +860,7 @@
|
|
|
860
860
|
"group": "gr0up",
|
|
861
861
|
"count": 1,
|
|
862
862
|
"version": {
|
|
863
|
-
"source": "3.4.
|
|
863
|
+
"source": "3.4.2",
|
|
864
864
|
"tagging": 1
|
|
865
865
|
},
|
|
866
866
|
"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.
|
|
4
|
+
"version": "3.4.2",
|
|
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.
|
|
41
|
-
"@walkeros/web-core": "3.4.
|
|
40
|
+
"@walkeros/core": "3.4.2",
|
|
41
|
+
"@walkeros/web-core": "3.4.2"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@walkeros/collector": "3.4.
|
|
44
|
+
"@walkeros/collector": "3.4.2"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|