@walkeros/server-destination-snapchat 4.2.1-next-1781682752679 → 4.2.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 CHANGED
@@ -1,14 +1,16 @@
1
1
  # @walkeros/server-destination-meta
2
2
 
3
- ## 4.2.1-next-1781682752679
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [5cbcd23]
8
+ - Updated dependencies [31c6858]
9
+ - Updated dependencies [d1b41ca]
8
10
  - Updated dependencies [0a8a08b]
9
11
  - Updated dependencies [8afb7cc]
10
- - @walkeros/core@4.2.1-next-1781682752679
11
- - @walkeros/server-core@4.2.1-next-1781682752679
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/server-core@4.2.1
12
14
 
13
15
  ## 4.2.0
14
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-snapchat",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -134,6 +134,8 @@
134
134
  "timestamp": 1700000901000,
135
135
  "timing": 3.14,
136
136
  "source": {
137
+ "count": 1,
138
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
137
139
  "type": "browser",
138
140
  "platform": "web",
139
141
  "url": "https://shop.example.com/products/running-shoes"
@@ -221,6 +223,8 @@
221
223
  "timestamp": 1700000903000,
222
224
  "timing": 3.14,
223
225
  "source": {
226
+ "count": 1,
227
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
224
228
  "type": "browser",
225
229
  "platform": "web",
226
230
  "url": "https://example.com/contact"
@@ -301,6 +305,8 @@
301
305
  "timestamp": 1700000902000,
302
306
  "timing": 3.14,
303
307
  "source": {
308
+ "count": 1,
309
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
304
310
  "type": "browser",
305
311
  "platform": "web",
306
312
  "url": "https://example.com/docs/"
@@ -361,6 +367,8 @@
361
367
  "timestamp": 1700000900000,
362
368
  "timing": 3.14,
363
369
  "source": {
370
+ "count": 1,
371
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
364
372
  "type": "browser",
365
373
  "platform": "web",
366
374
  "url": "https://shop.example.com/checkout/complete"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-snapchat",
3
3
  "description": "Snapchat Conversions API server destination for walkerOS",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -35,11 +35,11 @@
35
35
  "update": "npx npm-check-updates -u && npm update"
36
36
  },
37
37
  "dependencies": {
38
- "@walkeros/core": "4.2.1-next-1781682752679",
39
- "@walkeros/server-core": "4.2.1-next-1781682752679"
38
+ "@walkeros/core": "4.2.1",
39
+ "@walkeros/server-core": "4.2.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "4.2.1-next-1781682752679"
42
+ "@walkeros/collector": "4.2.1"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",