@walkeros/server-destination-api 4.5.0 → 4.6.0-next-1788817472881

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.6.0-next-1788817472881
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/server-core@4.6.0-next-1788817472881
8
+ - @walkeros/core@4.6.0-next-1788817472881
9
+
3
10
  ## 4.5.0
4
11
 
5
12
  ### Minor Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-api",
4
- "version": "4.5.0",
4
+ "version": "4.6.0-next-1788817472881",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -104,7 +104,7 @@
104
104
  "consent": {
105
105
  "functional": true
106
106
  },
107
- "id": "5e83c50e659cd25b",
107
+ "id": "76008e01f0cfac55",
108
108
  "trigger": "test",
109
109
  "entity": "form",
110
110
  "action": "submit",
@@ -209,7 +209,7 @@
209
209
  "consent": {
210
210
  "functional": true
211
211
  },
212
- "id": "14ef2cb376c756eb",
212
+ "id": "ab668b28ad0c03a9",
213
213
  "trigger": "load",
214
214
  "entity": "order",
215
215
  "action": "complete",
@@ -279,7 +279,7 @@
279
279
  "consent": {
280
280
  "functional": true
281
281
  },
282
- "id": "ce83c51ce270ca49",
282
+ "id": "2fcedb5d2937a17c",
283
283
  "trigger": "load",
284
284
  "entity": "page",
285
285
  "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.5.0",
4
+ "version": "4.6.0-next-1788817472881",
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.5.0",
42
- "@walkeros/server-core": "4.5.0"
41
+ "@walkeros/core": "4.6.0-next-1788817472881",
42
+ "@walkeros/server-core": "4.6.0-next-1788817472881"
43
43
  },
44
44
  "devDependencies": {},
45
45
  "repository": {