@walkeros/server-destination-twitter 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-twitter
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-twitter",
4
- "version": "4.2.1-next-1781682752679",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -179,6 +179,8 @@
179
179
  "timestamp": 1700000901000,
180
180
  "timing": 3.14,
181
181
  "source": {
182
+ "count": 1,
183
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
182
184
  "type": "express",
183
185
  "platform": "server"
184
186
  }
@@ -279,6 +281,8 @@
279
281
  "timestamp": 1700000900000,
280
282
  "timing": 3.14,
281
283
  "source": {
284
+ "count": 1,
285
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
282
286
  "type": "express",
283
287
  "platform": "server"
284
288
  }
@@ -388,6 +392,8 @@
388
392
  "timestamp": 1700000902000,
389
393
  "timing": 3.14,
390
394
  "source": {
395
+ "count": 1,
396
+ "trace": "0a1b2c3d4e5f60718293a4b5c6d7e8f9",
391
397
  "type": "express",
392
398
  "platform": "server"
393
399
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-twitter",
3
3
  "description": "X (Twitter) 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,12 +35,12 @@
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
  "oauth-1.0a": "^2.2.6"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1-next-1781682752679"
43
+ "@walkeros/collector": "4.2.1"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",