@walkeros/web-destination-piwikpro 3.4.1 → 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 +7 -7
- 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-piwikpro",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"group": "gr0up",
|
|
150
150
|
"count": 1,
|
|
151
151
|
"version": {
|
|
152
|
-
"source": "3.4.
|
|
152
|
+
"source": "3.4.2",
|
|
153
153
|
"tagging": 1
|
|
154
154
|
},
|
|
155
155
|
"source": {
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"group": "gr0up",
|
|
275
275
|
"count": 1,
|
|
276
276
|
"version": {
|
|
277
|
-
"source": "3.4.
|
|
277
|
+
"source": "3.4.2",
|
|
278
278
|
"tagging": 1
|
|
279
279
|
},
|
|
280
280
|
"source": {
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
"group": "gr0up",
|
|
351
351
|
"count": 1,
|
|
352
352
|
"version": {
|
|
353
|
-
"source": "3.4.
|
|
353
|
+
"source": "3.4.2",
|
|
354
354
|
"tagging": 1
|
|
355
355
|
},
|
|
356
356
|
"source": {
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"group": "gr0up",
|
|
506
506
|
"count": 1,
|
|
507
507
|
"version": {
|
|
508
|
-
"source": "3.4.
|
|
508
|
+
"source": "3.4.2",
|
|
509
509
|
"tagging": 1
|
|
510
510
|
},
|
|
511
511
|
"source": {
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
"group": "gr0up",
|
|
689
689
|
"count": 1,
|
|
690
690
|
"version": {
|
|
691
|
-
"source": "3.4.
|
|
691
|
+
"source": "3.4.2",
|
|
692
692
|
"tagging": 1
|
|
693
693
|
},
|
|
694
694
|
"source": {
|
|
@@ -749,7 +749,7 @@
|
|
|
749
749
|
"group": "gr0up",
|
|
750
750
|
"count": 1,
|
|
751
751
|
"version": {
|
|
752
|
-
"source": "3.4.
|
|
752
|
+
"source": "3.4.2",
|
|
753
753
|
"tagging": 1
|
|
754
754
|
},
|
|
755
755
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-piwikpro",
|
|
3
3
|
"description": "Piwik PRO 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",
|