@walkeros/web-destination-api 4.1.1-next-1779822275564 → 4.1.1
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 +3 -3
- package/dist/walkerOS.json +4 -4
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/web-destination-api
|
|
2
2
|
|
|
3
|
-
## 4.1.1
|
|
3
|
+
## 4.1.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
- Updated dependencies [b0279ee]
|
|
9
9
|
- Updated dependencies [0b7f494]
|
|
10
10
|
- Updated dependencies [edd3836]
|
|
11
|
-
- @walkeros/core@4.1.1
|
|
12
|
-
- @walkeros/web-core@4.1.1
|
|
11
|
+
- @walkeros/core@4.1.1
|
|
12
|
+
- @walkeros/web-core@4.1.1
|
|
13
13
|
|
|
14
14
|
## 4.1.0
|
|
15
15
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-api",
|
|
4
|
-
"version": "4.1.1
|
|
4
|
+
"version": "4.1.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"consent": {
|
|
154
154
|
"functional": true
|
|
155
155
|
},
|
|
156
|
-
"id": "
|
|
156
|
+
"id": "fe02019c1fe6e0c6",
|
|
157
157
|
"trigger": "load",
|
|
158
158
|
"entity": "order",
|
|
159
159
|
"action": "complete",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"consent": {
|
|
232
232
|
"functional": true
|
|
233
233
|
},
|
|
234
|
-
"id": "
|
|
234
|
+
"id": "67fda5e0f7d10bee",
|
|
235
235
|
"trigger": "test",
|
|
236
236
|
"entity": "entity",
|
|
237
237
|
"action": "action",
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"consent": {
|
|
298
298
|
"functional": true
|
|
299
299
|
},
|
|
300
|
-
"id": "
|
|
300
|
+
"id": "54773c0501d6afdf",
|
|
301
301
|
"trigger": "load",
|
|
302
302
|
"entity": "page",
|
|
303
303
|
"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.1.1
|
|
4
|
+
"version": "4.1.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"update": "npx npm-check-updates -u && npm update"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@walkeros/core": "4.1.1
|
|
42
|
-
"@walkeros/web-core": "4.1.1
|
|
41
|
+
"@walkeros/core": "4.1.1",
|
|
42
|
+
"@walkeros/web-core": "4.1.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.1.1
|
|
45
|
+
"@walkeros/collector": "4.1.1"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|