@walkeros/server-destination-api 4.0.1-next-1778230564486 → 4.0.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-api",
4
- "version": "4.0.1-next-1778230564486",
4
+ "version": "4.0.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -95,7 +95,7 @@
95
95
  "consent": {
96
96
  "functional": true
97
97
  },
98
- "id": "a01ccb7d4b2839b6",
98
+ "id": "1b6372add4d545b2",
99
99
  "trigger": "test",
100
100
  "entity": "form",
101
101
  "action": "submit",
@@ -198,7 +198,7 @@
198
198
  "consent": {
199
199
  "functional": true
200
200
  },
201
- "id": "f7550ff789c31d74",
201
+ "id": "058b554aaf65c6ab",
202
202
  "trigger": "load",
203
203
  "entity": "order",
204
204
  "action": "complete",
@@ -266,7 +266,7 @@
266
266
  "consent": {
267
267
  "functional": true
268
268
  },
269
- "id": "5c51a8b6a85efef7",
269
+ "id": "cb51fc8f5dba06d5",
270
270
  "trigger": "load",
271
271
  "entity": "page",
272
272
  "action": "view",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-api",
3
3
  "description": "API server destination for walkerOS",
4
- "version": "4.0.1-next-1778230564486",
4
+ "version": "4.0.1",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "scripts": {
31
31
  "build": "tsup --silent",
32
- "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
32
+ "clean": "rm -rf .turbo && rm -rf dist",
33
33
  "dev": "jest --watchAll --colors",
34
34
  "typecheck": "tsc --noEmit",
35
35
  "lint": "eslint \"**/*.ts*\"",
@@ -37,8 +37,8 @@
37
37
  "update": "npx npm-check-updates -u && npm update"
38
38
  },
39
39
  "dependencies": {
40
- "@walkeros/core": "4.0.1-next-1778230564486",
41
- "@walkeros/server-core": "4.0.1-next-1778230564486"
40
+ "@walkeros/core": "4.0.1",
41
+ "@walkeros/server-core": "4.0.1"
42
42
  },
43
43
  "devDependencies": {},
44
44
  "repository": {