@walkeros/server-destination-api 4.2.1 → 4.2.2-next-1782236179392

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,12 @@
1
1
  # @walkeros/server-destination-api
2
2
 
3
+ ## 4.2.2-next-1782236179392
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.2.2-next-1782236179392
8
+ - @walkeros/server-core@4.2.2-next-1782236179392
9
+
3
10
  ## 4.2.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-api",
4
- "version": "4.2.1",
4
+ "version": "4.2.2-next-1782236179392",
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": "ddaee278ce4ae264",
98
+ "id": "55be3237245da4d8",
99
99
  "trigger": "test",
100
100
  "entity": "form",
101
101
  "action": "submit",
@@ -200,7 +200,7 @@
200
200
  "consent": {
201
201
  "functional": true
202
202
  },
203
- "id": "dae1c5078cafe5b1",
203
+ "id": "96f72fb3b4f3860a",
204
204
  "trigger": "load",
205
205
  "entity": "order",
206
206
  "action": "complete",
@@ -270,7 +270,7 @@
270
270
  "consent": {
271
271
  "functional": true
272
272
  },
273
- "id": "9523ab1d5a023220",
273
+ "id": "a8fd33b030fc3c6f",
274
274
  "trigger": "load",
275
275
  "entity": "page",
276
276
  "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.2.1",
4
+ "version": "4.2.2-next-1782236179392",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,8 +38,8 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.2.1",
42
- "@walkeros/server-core": "4.2.1"
41
+ "@walkeros/core": "4.2.2-next-1782236179392",
42
+ "@walkeros/server-core": "4.2.2-next-1782236179392"
43
43
  },
44
44
  "devDependencies": {},
45
45
  "repository": {