@walkeros/web-destination-plausible 4.0.0-next-1777882869103 → 4.0.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-plausible",
4
- "version": "4.0.0-next-1777882869103",
4
+ "version": "4.0.0",
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": "c2e55577beb8d9d6",
118
+ "id": "5b1533531dbeb130",
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": "d2860e4935d9e275",
257
+ "id": "c6c3141029b09c58",
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.0.0-next-1777882869103",
4
+ "version": "4.0.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -37,10 +37,10 @@
37
37
  "update": "npx npm-check-updates -u && npm update"
38
38
  },
39
39
  "dependencies": {
40
- "@walkeros/web-core": "4.0.0-next-1777882869103"
40
+ "@walkeros/web-core": "4.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.0.0-next-1777882869103"
43
+ "@walkeros/collector": "4.0.0"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",