@walkeros/web-destination-plausible 4.1.0-next-1778668930820 → 4.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/CHANGELOG.md +225 -0
- package/README.md +28 -36
- 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 +3 -41
- package/dist/examples/index.mjs +3 -41
- 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 +3 -3
- package/package.json +6 -4
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
# @walkeros/web-destination-plausible
|
|
2
|
+
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [e155ff8]
|
|
8
|
+
- Updated dependencies [e800974]
|
|
9
|
+
- Updated dependencies [e155ff8]
|
|
10
|
+
- Updated dependencies [1a8f2d7]
|
|
11
|
+
- Updated dependencies [1a8f2d7]
|
|
12
|
+
- Updated dependencies [b276173]
|
|
13
|
+
- Updated dependencies [dd9f5ad]
|
|
14
|
+
- Updated dependencies [c60ef35]
|
|
15
|
+
- Updated dependencies [adeebea]
|
|
16
|
+
- Updated dependencies [13aaeaa]
|
|
17
|
+
- Updated dependencies [e800974]
|
|
18
|
+
- Updated dependencies [adeebea]
|
|
19
|
+
- Updated dependencies [e800974]
|
|
20
|
+
- Updated dependencies [e800974]
|
|
21
|
+
- Updated dependencies [058f7ed]
|
|
22
|
+
- Updated dependencies [28a8ac2]
|
|
23
|
+
- Updated dependencies [fd6076e]
|
|
24
|
+
- @walkeros/core@4.1.0
|
|
25
|
+
- @walkeros/web-core@4.1.0
|
|
26
|
+
|
|
27
|
+
## 4.0.2
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- @walkeros/web-core@4.0.2
|
|
32
|
+
|
|
33
|
+
## 4.0.1
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- @walkeros/web-core@4.0.1
|
|
38
|
+
|
|
39
|
+
## 4.0.0
|
|
40
|
+
|
|
41
|
+
### Major Changes
|
|
42
|
+
|
|
43
|
+
- 93ea9c4: Event model v4: breaking changes to the `Event`, `Source`, and
|
|
44
|
+
`Entity` shapes.
|
|
45
|
+
- `event.id` is now a W3C span_id (16 lowercase hex chars), generated by the
|
|
46
|
+
collector. Reference: W3C Trace Context (W3C Recommendation, January 2020).
|
|
47
|
+
- `event.version`, `event.group`, `event.count` are removed.
|
|
48
|
+
- `source.type` is now the source kind (e.g. `browser`, `gtag`, `mcp`, `cli`).
|
|
49
|
+
New `source.platform` holds the runtime (`web` | `server` | `app` | ...).
|
|
50
|
+
- `source.id` and `source.previous_id` are removed.
|
|
51
|
+
- Browser source now sets `source.url` and `source.referrer`.
|
|
52
|
+
- MCP source sets `source.tool` per emission. CLI source sets
|
|
53
|
+
`source.command`.
|
|
54
|
+
- `Entity.nested` and `Entity.context` are now optional. Root `event.nested`
|
|
55
|
+
and `event.context` remain required.
|
|
56
|
+
- Each source self-registers via TypeScript module augmentation of `SourceMap`
|
|
57
|
+
in `@walkeros/core`.
|
|
58
|
+
- App-side coordination (`/workspaces/developer/app`) is a follow-up plan, not
|
|
59
|
+
part of this release. Telemetry from v4 CLI/MCP will not validate against
|
|
60
|
+
the existing app schema until that follow-up ships.
|
|
61
|
+
- `Mapping.Rule.skip` is renamed to `Mapping.Rule.silent`. Customer flow.json
|
|
62
|
+
configs using `skip: true` in mapping rules must rename to `silent: true`.
|
|
63
|
+
Hard cut: no legacy alias, the field is gone.
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- Updated dependencies [93ea9c4]
|
|
68
|
+
- @walkeros/web-core@4.0.0
|
|
69
|
+
|
|
70
|
+
## 3.4.2
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- @walkeros/web-core@3.4.2
|
|
75
|
+
|
|
76
|
+
## 3.4.1
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- Updated dependencies [caea905]
|
|
81
|
+
- @walkeros/web-core@3.4.1
|
|
82
|
+
|
|
83
|
+
## 3.4.0
|
|
84
|
+
|
|
85
|
+
### Minor Changes
|
|
86
|
+
|
|
87
|
+
- 724f97e: Migrate every step example in every walkerOS package to the
|
|
88
|
+
standardized `[callable, ...args][]` shape introduced in `@walkeros/core`.
|
|
89
|
+
Every step example's `out` is now an array of effect tuples whose first
|
|
90
|
+
element is the callable's public SDK name (`'gtag'`, `'analytics.track'`,
|
|
91
|
+
`'fbq'`, `'dataLayer.push'`, `'sendServer'`, `'fetch'`, `'trackClient.track'`,
|
|
92
|
+
`'amplitude.track'`, `'fs.writeFile'`, `'producer.send'`, `'client.xadd'`,
|
|
93
|
+
`'client.send'`, `'dataset.table.insert'`, etc.). Source examples use `'elb'`
|
|
94
|
+
as the callable; transformer examples use the reserved `'return'` keyword;
|
|
95
|
+
store examples use store-operation callables (`'get'`, `'set'`). Tests capture
|
|
96
|
+
real calls on each component's spy and assert against `example.out` directly —
|
|
97
|
+
the hardcoded `PACKAGE_CALLS` registry in the app is no longer consulted
|
|
98
|
+
(emptied; plan #3 removes it structurally).
|
|
99
|
+
|
|
100
|
+
### Patch Changes
|
|
101
|
+
|
|
102
|
+
- @walkeros/web-core@3.4.0
|
|
103
|
+
|
|
104
|
+
## 3.3.1
|
|
105
|
+
|
|
106
|
+
### Patch Changes
|
|
107
|
+
|
|
108
|
+
- @walkeros/web-core@3.3.1
|
|
109
|
+
|
|
110
|
+
## 3.3.0
|
|
111
|
+
|
|
112
|
+
### Patch Changes
|
|
113
|
+
|
|
114
|
+
- @walkeros/web-core@3.3.0
|
|
115
|
+
|
|
116
|
+
## 3.2.0
|
|
117
|
+
|
|
118
|
+
### Patch Changes
|
|
119
|
+
|
|
120
|
+
- @walkeros/web-core@3.2.0
|
|
121
|
+
|
|
122
|
+
## 3.1.1
|
|
123
|
+
|
|
124
|
+
### Patch Changes
|
|
125
|
+
|
|
126
|
+
- @walkeros/web-core@3.1.1
|
|
127
|
+
|
|
128
|
+
## 3.1.0
|
|
129
|
+
|
|
130
|
+
### Patch Changes
|
|
131
|
+
|
|
132
|
+
- Updated dependencies [ff58828]
|
|
133
|
+
- @walkeros/web-core@3.1.0
|
|
134
|
+
|
|
135
|
+
## 3.0.2
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- @walkeros/web-core@3.0.2
|
|
140
|
+
|
|
141
|
+
## 3.0.1
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- @walkeros/web-core@3.0.1
|
|
146
|
+
|
|
147
|
+
## 3.0.0
|
|
148
|
+
|
|
149
|
+
### Patch Changes
|
|
150
|
+
|
|
151
|
+
- 499e27a: Add sideEffects declarations to all packages for bundler tree-shaking
|
|
152
|
+
support.
|
|
153
|
+
- Updated dependencies [499e27a]
|
|
154
|
+
- @walkeros/web-core@3.0.0
|
|
155
|
+
|
|
156
|
+
## 2.1.1
|
|
157
|
+
|
|
158
|
+
### Patch Changes
|
|
159
|
+
|
|
160
|
+
- @walkeros/web-core@2.1.1
|
|
161
|
+
|
|
162
|
+
## 2.1.0
|
|
163
|
+
|
|
164
|
+
### Minor Changes
|
|
165
|
+
|
|
166
|
+
- 97df0b2: Step examples: upgrade all packages to blueprint pattern with inline
|
|
167
|
+
mapping, no intermediate variables, no `all` export
|
|
168
|
+
|
|
169
|
+
### Patch Changes
|
|
170
|
+
|
|
171
|
+
- 97df0b2: Remove legacy events/mapping/outputs example files; tests now derive
|
|
172
|
+
from step examples
|
|
173
|
+
- @walkeros/web-core@2.1.0
|
|
174
|
+
|
|
175
|
+
## 2.0.1
|
|
176
|
+
|
|
177
|
+
## 1.0.6
|
|
178
|
+
|
|
179
|
+
### Patch Changes
|
|
180
|
+
|
|
181
|
+
- @walkeros/web-core@2.0.0
|
|
182
|
+
|
|
183
|
+
## 1.0.5
|
|
184
|
+
|
|
185
|
+
### Patch Changes
|
|
186
|
+
|
|
187
|
+
- @walkeros/web-core@1.0.5
|
|
188
|
+
|
|
189
|
+
## 1.0.4
|
|
190
|
+
|
|
191
|
+
### Patch Changes
|
|
192
|
+
|
|
193
|
+
- @walkeros/web-core@1.0.4
|
|
194
|
+
|
|
195
|
+
## 1.0.3
|
|
196
|
+
|
|
197
|
+
### Patch Changes
|
|
198
|
+
|
|
199
|
+
- @walkeros/web-core@1.0.3
|
|
200
|
+
|
|
201
|
+
## 1.0.2
|
|
202
|
+
|
|
203
|
+
### Patch Changes
|
|
204
|
+
|
|
205
|
+
- @walkeros/web-core@1.0.2
|
|
206
|
+
|
|
207
|
+
## 1.0.1
|
|
208
|
+
|
|
209
|
+
### Patch Changes
|
|
210
|
+
|
|
211
|
+
- @walkeros/web-core@1.0.1
|
|
212
|
+
|
|
213
|
+
## 1.0.0
|
|
214
|
+
|
|
215
|
+
### Major Changes
|
|
216
|
+
|
|
217
|
+
- 67c9e1d: Hello World! walkerOS v1.0.0
|
|
218
|
+
|
|
219
|
+
Open-source event data collection. Collect event data for digital analytics in
|
|
220
|
+
a unified and privacy-centric way.
|
|
221
|
+
|
|
222
|
+
### Patch Changes
|
|
223
|
+
|
|
224
|
+
- Updated dependencies [67c9e1d]
|
|
225
|
+
- @walkeros/web-core@1.0.0
|
package/README.md
CHANGED
|
@@ -4,54 +4,46 @@
|
|
|
4
4
|
</a>
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
|
-
#
|
|
7
|
+
# @walkeros/web-destination-plausible
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
•
|
|
11
|
-
[NPM Package](https://www.npmjs.com/package/@walkeros/web-destination-plausible)
|
|
9
|
+
Simple, privacy-friendly and lightweight analytics.
|
|
12
10
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
walkerOS follows a **source → collector → destination** architecture. This
|
|
18
|
-
Plausible destination receives processed events from the walkerOS collector and
|
|
19
|
-
transforms them into Plausible Analytics format, providing lightweight,
|
|
20
|
-
privacy-focused web analytics without cookies or personal data collection.
|
|
11
|
+
[Documentation](https://www.walkeros.io/docs/destinations/web/plausible) •
|
|
12
|
+
[NPM Package](https://www.npmjs.com/package/@walkeros/web-destination-plausible)
|
|
13
|
+
•
|
|
14
|
+
[Source Code](https://github.com/elbwalker/walkerOS/tree/main/packages/web/destinations/plausible)
|
|
21
15
|
|
|
22
16
|
## Installation
|
|
23
17
|
|
|
24
|
-
```
|
|
18
|
+
```bash
|
|
25
19
|
npm install @walkeros/web-destination-plausible
|
|
26
20
|
```
|
|
27
21
|
|
|
28
|
-
##
|
|
29
|
-
|
|
30
|
-
Here's a basic example of how to use the Plausible destination:
|
|
31
|
-
|
|
32
|
-
```typescript
|
|
33
|
-
import { startFlow } from '@walkeros/collector';
|
|
34
|
-
import { destinationPlausible } from '@walkeros/web-destination-plausible';
|
|
22
|
+
## Quick start
|
|
35
23
|
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
},
|
|
24
|
+
```json
|
|
25
|
+
{
|
|
26
|
+
"version": 4,
|
|
27
|
+
"flows": {
|
|
28
|
+
"default": {
|
|
29
|
+
"config": {
|
|
30
|
+
"platform": "web"
|
|
44
31
|
},
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
32
|
+
"destinations": {
|
|
33
|
+
"plausible": {
|
|
34
|
+
"package": "@walkeros/web-destination-plausible",
|
|
35
|
+
"config": {}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
48
41
|
```
|
|
49
42
|
|
|
50
|
-
##
|
|
43
|
+
## Documentation
|
|
51
44
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
| `domain` | `string` | The domain of your site as registered in Plausible | No | `'walkeros.io'` |
|
|
45
|
+
Full configuration, mapping, and examples live in the docs:
|
|
46
|
+
**https://www.walkeros.io/docs/destinations/web/plausible**
|
|
55
47
|
|
|
56
48
|
## Contribute
|
|
57
49
|
|
|
@@ -62,4 +54,4 @@ Feel free to contribute by submitting an
|
|
|
62
54
|
|
|
63
55
|
## License
|
|
64
56
|
|
|
65
|
-
|
|
57
|
+
MIT
|