@walkeros/web-destination-piwikpro 3.0.2 → 3.1.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.
- package/dist/index.browser.js +1 -1
- package/dist/index.es5.js +1 -1
- package/dist/walkerOS.json +10 -8
- package/package.json +7 -5
package/dist/walkerOS.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-piwikpro",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
|
-
"platform":
|
|
6
|
+
"platform": [
|
|
7
|
+
"web"
|
|
8
|
+
],
|
|
7
9
|
"docs": "https://www.walkeros.io/docs/destinations/web/piwikpro",
|
|
8
10
|
"source": "https://github.com/elbwalker/walkerOS/tree/main/packages/web/destinations/piwikpro/src"
|
|
9
11
|
},
|
|
@@ -145,7 +147,7 @@
|
|
|
145
147
|
"group": "gr0up",
|
|
146
148
|
"count": 1,
|
|
147
149
|
"version": {
|
|
148
|
-
"source": "3.0.
|
|
150
|
+
"source": "3.0.2",
|
|
149
151
|
"tagging": 1
|
|
150
152
|
},
|
|
151
153
|
"source": {
|
|
@@ -268,7 +270,7 @@
|
|
|
268
270
|
"group": "gr0up",
|
|
269
271
|
"count": 1,
|
|
270
272
|
"version": {
|
|
271
|
-
"source": "3.0.
|
|
273
|
+
"source": "3.0.2",
|
|
272
274
|
"tagging": 1
|
|
273
275
|
},
|
|
274
276
|
"source": {
|
|
@@ -342,7 +344,7 @@
|
|
|
342
344
|
"group": "gr0up",
|
|
343
345
|
"count": 1,
|
|
344
346
|
"version": {
|
|
345
|
-
"source": "3.0.
|
|
347
|
+
"source": "3.0.2",
|
|
346
348
|
"tagging": 1
|
|
347
349
|
},
|
|
348
350
|
"source": {
|
|
@@ -495,7 +497,7 @@
|
|
|
495
497
|
"group": "gr0up",
|
|
496
498
|
"count": 1,
|
|
497
499
|
"version": {
|
|
498
|
-
"source": "3.0.
|
|
500
|
+
"source": "3.0.2",
|
|
499
501
|
"tagging": 1
|
|
500
502
|
},
|
|
501
503
|
"source": {
|
|
@@ -643,7 +645,7 @@
|
|
|
643
645
|
"group": "gr0up",
|
|
644
646
|
"count": 1,
|
|
645
647
|
"version": {
|
|
646
|
-
"source": "3.0.
|
|
648
|
+
"source": "3.0.2",
|
|
647
649
|
"tagging": 1
|
|
648
650
|
},
|
|
649
651
|
"source": {
|
|
@@ -702,7 +704,7 @@
|
|
|
702
704
|
"group": "gr0up",
|
|
703
705
|
"count": 1,
|
|
704
706
|
"version": {
|
|
705
|
-
"source": "3.0.
|
|
707
|
+
"source": "3.0.2",
|
|
706
708
|
"tagging": 1
|
|
707
709
|
},
|
|
708
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.0
|
|
4
|
+
"version": "3.1.0",
|
|
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.1.0",
|
|
40
|
+
"@walkeros/web-core": "^3.1.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "^3.0
|
|
43
|
+
"@walkeros/collector": "^3.1.0"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|
|
@@ -53,7 +53,9 @@
|
|
|
53
53
|
},
|
|
54
54
|
"walkerOS": {
|
|
55
55
|
"type": "destination",
|
|
56
|
-
"platform":
|
|
56
|
+
"platform": [
|
|
57
|
+
"web"
|
|
58
|
+
],
|
|
57
59
|
"docs": "https://www.walkeros.io/docs/destinations/web/piwikpro"
|
|
58
60
|
},
|
|
59
61
|
"keywords": [
|