@walkeros/web-destination-piwikpro 2.1.0 → 2.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-piwikpro",
4
- "version": "2.0.1",
4
+ "version": "2.1.0",
5
5
  "type": "destination",
6
6
  "platform": "web"
7
7
  },
@@ -140,7 +140,7 @@
140
140
  "group": "gr0up",
141
141
  "count": 1,
142
142
  "version": {
143
- "source": "2.0.1",
143
+ "source": "2.1.0",
144
144
  "tagging": 1
145
145
  },
146
146
  "source": {
@@ -252,7 +252,7 @@
252
252
  "group": "gr0up",
253
253
  "count": 1,
254
254
  "version": {
255
- "source": "2.0.1",
255
+ "source": "2.1.0",
256
256
  "tagging": 1
257
257
  },
258
258
  "source": {
@@ -405,7 +405,7 @@
405
405
  "group": "gr0up",
406
406
  "count": 1,
407
407
  "version": {
408
- "source": "2.0.1",
408
+ "source": "2.1.0",
409
409
  "tagging": 1
410
410
  },
411
411
  "source": {
@@ -538,7 +538,7 @@
538
538
  "group": "gr0up",
539
539
  "count": 1,
540
540
  "version": {
541
- "source": "2.0.1",
541
+ "source": "2.1.0",
542
542
  "tagging": 1
543
543
  },
544
544
  "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": "2.1.0",
4
+ "version": "2.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": "^2.1.0",
40
- "@walkeros/web-core": "^2.1.0"
39
+ "@walkeros/core": "^2.1.1",
40
+ "@walkeros/web-core": "^2.1.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "^2.1.0"
43
+ "@walkeros/collector": "^2.1.1"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",