@walkeros/server-destination-twitter 3.4.0-next-1776749829492 → 3.4.0

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.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -186,7 +186,7 @@
186
186
  "group": "gr0up",
187
187
  "count": 1,
188
188
  "version": {
189
- "source": "3.4.0-next-1776749829492",
189
+ "source": "3.4.0",
190
190
  "tagging": 1
191
191
  },
192
192
  "source": {
@@ -291,7 +291,7 @@
291
291
  "group": "gr0up",
292
292
  "count": 1,
293
293
  "version": {
294
- "source": "3.4.0-next-1776749829492",
294
+ "source": "3.4.0",
295
295
  "tagging": 1
296
296
  },
297
297
  "source": {
@@ -405,7 +405,7 @@
405
405
  "group": "gr0up",
406
406
  "count": 1,
407
407
  "version": {
408
- "source": "3.4.0-next-1776749829492",
408
+ "source": "3.4.0",
409
409
  "tagging": 1
410
410
  },
411
411
  "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.0-next-1776749829492",
4
+ "version": "3.4.0",
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.0-next-1776749829492",
38
- "@walkeros/server-core": "3.4.0-next-1776749829492",
37
+ "@walkeros/core": "3.4.0",
38
+ "@walkeros/server-core": "3.4.0",
39
39
  "oauth-1.0a": "^2.2.6"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "3.4.0-next-1776749829492"
42
+ "@walkeros/collector": "3.4.0"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",