@walkeros/web-destination-api 4.1.2 → 4.1.3-next-1780071196115

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/web-destination-api
2
2
 
3
+ ## 4.1.3-next-1780071196115
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [908d6f0]
8
+ - Updated dependencies [3eb2467]
9
+ - @walkeros/core@4.1.3-next-1780071196115
10
+ - @walkeros/web-core@4.1.3-next-1780071196115
11
+
3
12
  ## 4.1.2
4
13
 
5
14
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-api",
4
- "version": "4.1.2",
4
+ "version": "4.1.3-next-1780071196115",
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": "4fdec33b920c0b30",
156
+ "id": "c07636a5d825cfbc",
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": "8939a0af6080f014",
234
+ "id": "656a486abc3f3bab",
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": "38f9164ace86c3a9",
300
+ "id": "562d73b252dc55ba",
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.2",
4
+ "version": "4.1.3-next-1780071196115",
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.2",
42
- "@walkeros/web-core": "4.1.2"
41
+ "@walkeros/core": "4.1.3-next-1780071196115",
42
+ "@walkeros/web-core": "4.1.3-next-1780071196115"
43
43
  },
44
44
  "devDependencies": {
45
- "@walkeros/collector": "4.1.2"
45
+ "@walkeros/collector": "4.1.3-next-1780071196115"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",