@walkeros/web-destination-plausible 4.2.1-next-1781682752679 → 4.2.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/CHANGELOG.md +5 -3
- package/dist/walkerOS.json +7 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
# @walkeros/web-destination-plausible
|
|
2
2
|
|
|
3
|
-
## 4.2.1
|
|
3
|
+
## 4.2.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies [5cbcd23]
|
|
8
|
+
- Updated dependencies [31c6858]
|
|
9
|
+
- Updated dependencies [d1b41ca]
|
|
8
10
|
- Updated dependencies [0a8a08b]
|
|
9
11
|
- Updated dependencies [8afb7cc]
|
|
10
|
-
- @walkeros/core@4.2.1
|
|
11
|
-
- @walkeros/web-core@4.2.1
|
|
12
|
+
- @walkeros/core@4.2.1
|
|
13
|
+
- @walkeros/web-core@4.2.1
|
|
12
14
|
|
|
13
15
|
## 4.2.0
|
|
14
16
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-plausible",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -115,13 +115,15 @@
|
|
|
115
115
|
"consent": {
|
|
116
116
|
"functional": true
|
|
117
117
|
},
|
|
118
|
-
"id": "
|
|
118
|
+
"id": "c73f68bf78201cde",
|
|
119
119
|
"trigger": "test",
|
|
120
120
|
"entity": "entity",
|
|
121
121
|
"action": "action",
|
|
122
122
|
"timestamp": 1700000201,
|
|
123
123
|
"timing": 3.14,
|
|
124
124
|
"source": {
|
|
125
|
+
"count": 1,
|
|
126
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
125
127
|
"type": "collector",
|
|
126
128
|
"schema": "4"
|
|
127
129
|
}
|
|
@@ -254,13 +256,15 @@
|
|
|
254
256
|
"consent": {
|
|
255
257
|
"functional": true
|
|
256
258
|
},
|
|
257
|
-
"id": "
|
|
259
|
+
"id": "d2d2affdac1b9892",
|
|
258
260
|
"trigger": "load",
|
|
259
261
|
"entity": "order",
|
|
260
262
|
"action": "complete",
|
|
261
263
|
"timestamp": 1700000200,
|
|
262
264
|
"timing": 3.14,
|
|
263
265
|
"source": {
|
|
266
|
+
"count": 1,
|
|
267
|
+
"trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
|
|
264
268
|
"type": "collector",
|
|
265
269
|
"schema": "4"
|
|
266
270
|
}
|
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": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"update": "npx npm-check-updates -u && npm update"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@walkeros/core": "4.2.1
|
|
42
|
-
"@walkeros/web-core": "4.2.1
|
|
41
|
+
"@walkeros/core": "4.2.1",
|
|
42
|
+
"@walkeros/web-core": "4.2.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.2.1
|
|
45
|
+
"@walkeros/collector": "4.2.1"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|