@walkeros/web-destination-piwikpro 3.0.1 → 3.0.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.0.
|
|
4
|
+
"version": "3.0.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": "web",
|
|
7
7
|
"docs": "https://www.walkeros.io/docs/destinations/web/piwikpro",
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"group": "gr0up",
|
|
146
146
|
"count": 1,
|
|
147
147
|
"version": {
|
|
148
|
-
"source": "3.0.
|
|
148
|
+
"source": "3.0.1",
|
|
149
149
|
"tagging": 1
|
|
150
150
|
},
|
|
151
151
|
"source": {
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"group": "gr0up",
|
|
269
269
|
"count": 1,
|
|
270
270
|
"version": {
|
|
271
|
-
"source": "3.0.
|
|
271
|
+
"source": "3.0.1",
|
|
272
272
|
"tagging": 1
|
|
273
273
|
},
|
|
274
274
|
"source": {
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"group": "gr0up",
|
|
343
343
|
"count": 1,
|
|
344
344
|
"version": {
|
|
345
|
-
"source": "3.0.
|
|
345
|
+
"source": "3.0.1",
|
|
346
346
|
"tagging": 1
|
|
347
347
|
},
|
|
348
348
|
"source": {
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
"group": "gr0up",
|
|
496
496
|
"count": 1,
|
|
497
497
|
"version": {
|
|
498
|
-
"source": "3.0.
|
|
498
|
+
"source": "3.0.1",
|
|
499
499
|
"tagging": 1
|
|
500
500
|
},
|
|
501
501
|
"source": {
|
|
@@ -643,7 +643,7 @@
|
|
|
643
643
|
"group": "gr0up",
|
|
644
644
|
"count": 1,
|
|
645
645
|
"version": {
|
|
646
|
-
"source": "3.0.
|
|
646
|
+
"source": "3.0.1",
|
|
647
647
|
"tagging": 1
|
|
648
648
|
},
|
|
649
649
|
"source": {
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
"group": "gr0up",
|
|
703
703
|
"count": 1,
|
|
704
704
|
"version": {
|
|
705
|
-
"source": "3.0.
|
|
705
|
+
"source": "3.0.1",
|
|
706
706
|
"tagging": 1
|
|
707
707
|
},
|
|
708
708
|
"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.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@walkeros/core": "^3.0.
|
|
40
|
-
"@walkeros/web-core": "^3.0.
|
|
39
|
+
"@walkeros/core": "^3.0.2",
|
|
40
|
+
"@walkeros/web-core": "^3.0.2"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "^3.0.
|
|
43
|
+
"@walkeros/collector": "^3.0.2"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|