@walkeros/web-destination-piwikpro 3.4.0-next-1776749829492 → 3.4.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/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.0
|
|
4
|
+
"version": "3.4.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.4.0
|
|
150
|
+
"source": "3.4.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.4.0
|
|
273
|
+
"source": "3.4.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.4.0
|
|
347
|
+
"source": "3.4.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.4.0
|
|
500
|
+
"source": "3.4.0",
|
|
501
501
|
"tagging": 1
|
|
502
502
|
},
|
|
503
503
|
"source": {
|
|
@@ -676,7 +676,7 @@
|
|
|
676
676
|
"group": "gr0up",
|
|
677
677
|
"count": 1,
|
|
678
678
|
"version": {
|
|
679
|
-
"source": "3.4.0
|
|
679
|
+
"source": "3.4.0",
|
|
680
680
|
"tagging": 1
|
|
681
681
|
},
|
|
682
682
|
"source": {
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
"group": "gr0up",
|
|
736
736
|
"count": 1,
|
|
737
737
|
"version": {
|
|
738
|
-
"source": "3.4.0
|
|
738
|
+
"source": "3.4.0",
|
|
739
739
|
"tagging": 1
|
|
740
740
|
},
|
|
741
741
|
"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.0
|
|
4
|
+
"version": "3.4.0",
|
|
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.0
|
|
41
|
-
"@walkeros/web-core": "3.4.0
|
|
40
|
+
"@walkeros/core": "3.4.0",
|
|
41
|
+
"@walkeros/web-core": "3.4.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@walkeros/collector": "3.4.0
|
|
44
|
+
"@walkeros/collector": "3.4.0"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|