@walkeros/web-destination-api 4.0.0-next-1777463920154 → 4.0.0
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/web-destination-api",
|
|
4
|
-
"version": "4.0.0
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"consent": {
|
|
156
156
|
"functional": true
|
|
157
157
|
},
|
|
158
|
-
"id": "
|
|
158
|
+
"id": "28e73a15e0eb008d",
|
|
159
159
|
"trigger": "load",
|
|
160
160
|
"entity": "order",
|
|
161
161
|
"action": "complete",
|
|
@@ -233,7 +233,7 @@
|
|
|
233
233
|
"consent": {
|
|
234
234
|
"functional": true
|
|
235
235
|
},
|
|
236
|
-
"id": "
|
|
236
|
+
"id": "0bcee93bb26dc7e1",
|
|
237
237
|
"trigger": "test",
|
|
238
238
|
"entity": "entity",
|
|
239
239
|
"action": "action",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"consent": {
|
|
300
300
|
"functional": true
|
|
301
301
|
},
|
|
302
|
-
"id": "
|
|
302
|
+
"id": "2f335d25d3dc2048",
|
|
303
303
|
"trigger": "load",
|
|
304
304
|
"entity": "page",
|
|
305
305
|
"action": "view",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-api",
|
|
3
3
|
"description": "Web API destination for walkerOS",
|
|
4
|
-
"version": "4.0.0
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"update": "npx npm-check-updates -u && npm update"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@walkeros/web-core": "4.0.0
|
|
40
|
+
"@walkeros/web-core": "4.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@walkeros/collector": "4.0.0
|
|
43
|
+
"@walkeros/collector": "4.0.0"
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|