@walkeros/web-destination-piwikpro 3.1.0 → 3.1.1
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.1.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"group": "gr0up",
|
|
148
148
|
"count": 1,
|
|
149
149
|
"version": {
|
|
150
|
-
"source": "3.0
|
|
150
|
+
"source": "3.1.0",
|
|
151
151
|
"tagging": 1
|
|
152
152
|
},
|
|
153
153
|
"source": {
|
|
@@ -270,7 +270,7 @@
|
|
|
270
270
|
"group": "gr0up",
|
|
271
271
|
"count": 1,
|
|
272
272
|
"version": {
|
|
273
|
-
"source": "3.0
|
|
273
|
+
"source": "3.1.0",
|
|
274
274
|
"tagging": 1
|
|
275
275
|
},
|
|
276
276
|
"source": {
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"group": "gr0up",
|
|
345
345
|
"count": 1,
|
|
346
346
|
"version": {
|
|
347
|
-
"source": "3.0
|
|
347
|
+
"source": "3.1.0",
|
|
348
348
|
"tagging": 1
|
|
349
349
|
},
|
|
350
350
|
"source": {
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"group": "gr0up",
|
|
498
498
|
"count": 1,
|
|
499
499
|
"version": {
|
|
500
|
-
"source": "3.0
|
|
500
|
+
"source": "3.1.0",
|
|
501
501
|
"tagging": 1
|
|
502
502
|
},
|
|
503
503
|
"source": {
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"group": "gr0up",
|
|
646
646
|
"count": 1,
|
|
647
647
|
"version": {
|
|
648
|
-
"source": "3.0
|
|
648
|
+
"source": "3.1.0",
|
|
649
649
|
"tagging": 1
|
|
650
650
|
},
|
|
651
651
|
"source": {
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"group": "gr0up",
|
|
705
705
|
"count": 1,
|
|
706
706
|
"version": {
|
|
707
|
-
"source": "3.0
|
|
707
|
+
"source": "3.1.0",
|
|
708
708
|
"tagging": 1
|
|
709
709
|
},
|
|
710
710
|
"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.1.
|
|
4
|
+
"version": "3.1.1",
|
|
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.1.
|
|
40
|
-
"@walkeros/web-core": "^3.1.
|
|
39
|
+
"@walkeros/core": "^3.1.1",
|
|
40
|
+
"@walkeros/web-core": "^3.1.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "^3.1.
|
|
43
|
+
"@walkeros/collector": "^3.1.1"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|