@walkeros/server-destination-twitter 3.4.1-next-1776790594143 → 3.4.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-twitter",
4
- "version": "3.4.1-next-1776790594143",
4
+ "version": "3.4.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -188,7 +188,7 @@
188
188
  "group": "gr0up",
189
189
  "count": 1,
190
190
  "version": {
191
- "source": "3.4.1-next-1776790594143",
191
+ "source": "3.4.1",
192
192
  "tagging": 1
193
193
  },
194
194
  "source": {
@@ -295,7 +295,7 @@
295
295
  "group": "gr0up",
296
296
  "count": 1,
297
297
  "version": {
298
- "source": "3.4.1-next-1776790594143",
298
+ "source": "3.4.1",
299
299
  "tagging": 1
300
300
  },
301
301
  "source": {
@@ -411,7 +411,7 @@
411
411
  "group": "gr0up",
412
412
  "count": 1,
413
413
  "version": {
414
- "source": "3.4.1-next-1776790594143",
414
+ "source": "3.4.1",
415
415
  "tagging": 1
416
416
  },
417
417
  "source": {
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": "3.4.1-next-1776790594143",
4
+ "version": "3.4.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -34,12 +34,12 @@
34
34
  "update": "npx npm-check-updates -u && npm update"
35
35
  },
36
36
  "dependencies": {
37
- "@walkeros/core": "3.4.1-next-1776790594143",
38
- "@walkeros/server-core": "3.4.1-next-1776790594143",
37
+ "@walkeros/core": "3.4.1",
38
+ "@walkeros/server-core": "3.4.1",
39
39
  "oauth-1.0a": "^2.2.6"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "3.4.1-next-1776790594143"
42
+ "@walkeros/collector": "3.4.1"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",