@walkeros/server-destination-pinterest 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-pinterest
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-pinterest",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -127,6 +127,8 @@
127
127
  "timestamp": 1700000901,
128
128
  "timing": 3.14,
129
129
  "source": {
130
+ "count": 1,
131
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
130
132
  "type": "browser",
131
133
  "platform": "web",
132
134
  "url": "https://shop.example.com/products"
@@ -222,6 +224,8 @@
222
224
  "timestamp": 1700000900,
223
225
  "timing": 3.14,
224
226
  "source": {
227
+ "count": 1,
228
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
225
229
  "type": "browser",
226
230
  "platform": "web",
227
231
  "url": "https://shop.example.com"
@@ -327,6 +331,8 @@
327
331
  "timestamp": 1700000902,
328
332
  "timing": 3.14,
329
333
  "source": {
334
+ "count": 1,
335
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
330
336
  "type": "browser",
331
337
  "platform": "web",
332
338
  "url": "https://www.example.com/docs/"
@@ -389,6 +395,8 @@
389
395
  "timestamp": 1700000903,
390
396
  "timing": 3.14,
391
397
  "source": {
398
+ "count": 1,
399
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
392
400
  "type": "browser",
393
401
  "platform": "web",
394
402
  "url": "https://www.example.com/search"
@@ -461,6 +469,8 @@
461
469
  "timestamp": 1700000904,
462
470
  "timing": 3.14,
463
471
  "source": {
472
+ "count": 1,
473
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
464
474
  "type": "browser",
465
475
  "platform": "web",
466
476
  "url": "https://www.example.com/register"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-pinterest",
3
3
  "description": "Pinterest 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",