@walkeros/web-destination-plausible 4.1.0 → 4.1.1-next-1779485810490

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @walkeros/web-destination-plausible
2
2
 
3
+ ## 4.1.1-next-1779485810490
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b0279ee]
8
+ - Updated dependencies [b0279ee]
9
+ - Updated dependencies [edd3836]
10
+ - @walkeros/core@4.1.1-next-1779485810490
11
+ - @walkeros/web-core@4.1.1-next-1779485810490
12
+
3
13
  ## 4.1.0
4
14
 
5
15
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-plausible",
4
- "version": "4.1.0",
4
+ "version": "4.1.1-next-1779485810490",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -115,7 +115,7 @@
115
115
  "consent": {
116
116
  "functional": true
117
117
  },
118
- "id": "d727e831f595d123",
118
+ "id": "963fa39384b3c5cd",
119
119
  "trigger": "test",
120
120
  "entity": "entity",
121
121
  "action": "action",
@@ -254,7 +254,7 @@
254
254
  "consent": {
255
255
  "functional": true
256
256
  },
257
- "id": "72e3d4916cba2d04",
257
+ "id": "c8275eb2fa368bc6",
258
258
  "trigger": "load",
259
259
  "entity": "order",
260
260
  "action": "complete",
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.1.0",
4
+ "version": "4.1.1-next-1779485810490",
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.1.0",
42
- "@walkeros/web-core": "4.1.0"
41
+ "@walkeros/core": "4.1.1-next-1779485810490",
42
+ "@walkeros/web-core": "4.1.1-next-1779485810490"
43
43
  },
44
44
  "devDependencies": {
45
- "@walkeros/collector": "4.1.0"
45
+ "@walkeros/collector": "4.1.1-next-1779485810490"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",