@walkeros/server-destination-api 4.0.0 → 4.1.0-next-1778155282668
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/dist/walkerOS.json +4 -4
- package/package.json +3 -3
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-api",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.1.0-next-1778155282668",
|
|
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": "
|
|
98
|
+
"id": "c2c3a39e6d82e9c5",
|
|
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": "
|
|
201
|
+
"id": "483cc0df5af6c717",
|
|
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": "
|
|
269
|
+
"id": "87e75418606381c7",
|
|
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.
|
|
4
|
+
"version": "4.1.0-next-1778155282668",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"update": "npx npm-check-updates -u && npm update"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@walkeros/core": "4.
|
|
41
|
-
"@walkeros/server-core": "4.
|
|
40
|
+
"@walkeros/core": "4.1.0-next-1778155282668",
|
|
41
|
+
"@walkeros/server-core": "4.1.0-next-1778155282668"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {},
|
|
44
44
|
"repository": {
|