@walkeros/web-destination-plausible 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/dev.js +1 -1
- package/dist/dev.js.map +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/dev.mjs.map +1 -1
- package/dist/examples/index.js +14121 -22
- package/dist/examples/index.mjs +14121 -22
- package/dist/index.browser.js +1 -1
- package/dist/index.es5.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/walkerOS.json +6 -4
- package/package.json +6 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-plausible",
|
|
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/plausible",
|
|
8
10
|
"source": "https://github.com/elbwalker/walkerOS/tree/main/packages/web/destinations/plausible/src"
|
|
9
11
|
},
|
|
@@ -127,7 +129,7 @@
|
|
|
127
129
|
"group": "gr0up",
|
|
128
130
|
"count": 1,
|
|
129
131
|
"version": {
|
|
130
|
-
"source": "3.0.
|
|
132
|
+
"source": "3.0.2",
|
|
131
133
|
"tagging": 1
|
|
132
134
|
},
|
|
133
135
|
"source": {
|
|
@@ -249,7 +251,7 @@
|
|
|
249
251
|
"group": "gr0up",
|
|
250
252
|
"count": 1,
|
|
251
253
|
"version": {
|
|
252
|
-
"source": "3.0.
|
|
254
|
+
"source": "3.0.2",
|
|
253
255
|
"tagging": 1
|
|
254
256
|
},
|
|
255
257
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-plausible",
|
|
3
3
|
"description": "Plausible web 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,10 +36,10 @@
|
|
|
36
36
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@walkeros/web-core": "^3.0
|
|
39
|
+
"@walkeros/web-core": "^3.1.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "^3.0
|
|
42
|
+
"@walkeros/collector": "^3.1.0"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
},
|
|
53
53
|
"walkerOS": {
|
|
54
54
|
"type": "destination",
|
|
55
|
-
"platform":
|
|
55
|
+
"platform": [
|
|
56
|
+
"web"
|
|
57
|
+
],
|
|
56
58
|
"docs": "https://www.walkeros.io/docs/destinations/web/plausible"
|
|
57
59
|
},
|
|
58
60
|
"keywords": [
|