@walkeros/server-destination-tiktok 3.4.1 → 3.4.2
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/dist/walkerOS.json +5 -5
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-tiktok",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"group": "gr0up",
|
|
132
132
|
"count": 1,
|
|
133
133
|
"version": {
|
|
134
|
-
"source": "3.4.
|
|
134
|
+
"source": "3.4.2",
|
|
135
135
|
"tagging": 1
|
|
136
136
|
},
|
|
137
137
|
"source": {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"group": "gr0up",
|
|
238
238
|
"count": 1,
|
|
239
239
|
"version": {
|
|
240
|
-
"source": "3.4.
|
|
240
|
+
"source": "3.4.2",
|
|
241
241
|
"tagging": 1
|
|
242
242
|
},
|
|
243
243
|
"source": {
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"group": "gr0up",
|
|
330
330
|
"count": 1,
|
|
331
331
|
"version": {
|
|
332
|
-
"source": "3.4.
|
|
332
|
+
"source": "3.4.2",
|
|
333
333
|
"tagging": 1
|
|
334
334
|
},
|
|
335
335
|
"source": {
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
"group": "gr0up",
|
|
402
402
|
"count": 1,
|
|
403
403
|
"version": {
|
|
404
|
-
"source": "3.4.
|
|
404
|
+
"source": "3.4.2",
|
|
405
405
|
"tagging": 1
|
|
406
406
|
},
|
|
407
407
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-tiktok",
|
|
3
3
|
"description": "TikTok Events API server destination for walkerOS",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"update": "npx npm-check-updates -u && npm update"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@walkeros/core": "3.4.
|
|
38
|
-
"@walkeros/server-core": "3.4.
|
|
37
|
+
"@walkeros/core": "3.4.2",
|
|
38
|
+
"@walkeros/server-core": "3.4.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "3.4.
|
|
41
|
+
"@walkeros/collector": "3.4.2"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|