@walkeros/server-destination-api 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,14 @@
1
1
  # @walkeros/server-destination-api
2
2
 
3
+ ## 4.1.1-next-1779485810490
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b0279ee]
8
+ - Updated dependencies [b0279ee]
9
+ - @walkeros/core@4.1.1-next-1779485810490
10
+ - @walkeros/server-core@4.1.1-next-1779485810490
11
+
3
12
  ## 4.1.0
4
13
 
5
14
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-api",
4
- "version": "4.1.0",
4
+ "version": "4.1.1-next-1779485810490",
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": "5b006fa2d2b4e79d",
98
+ "id": "943095bc6f8b79e9",
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": "551fbeac8a2d6786",
201
+ "id": "c659bacadb3d1dea",
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": "5baeeb192e7a3626",
269
+ "id": "3b8c701520375e9e",
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.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,8 +38,8 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.1.0",
42
- "@walkeros/server-core": "4.1.0"
41
+ "@walkeros/core": "4.1.1-next-1779485810490",
42
+ "@walkeros/server-core": "4.1.1-next-1779485810490"
43
43
  },
44
44
  "devDependencies": {},
45
45
  "repository": {