@walkeros/server-destination-tiktok 3.3.0 → 3.3.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/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": "
|
|
4
|
+
"version": "3.3.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"group": "gr0up",
|
|
130
130
|
"count": 1,
|
|
131
131
|
"version": {
|
|
132
|
-
"source": "3.
|
|
132
|
+
"source": "3.3.1",
|
|
133
133
|
"tagging": 1
|
|
134
134
|
},
|
|
135
135
|
"source": {
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"group": "gr0up",
|
|
250
250
|
"count": 1,
|
|
251
251
|
"version": {
|
|
252
|
-
"source": "3.
|
|
252
|
+
"source": "3.3.1",
|
|
253
253
|
"tagging": 1
|
|
254
254
|
},
|
|
255
255
|
"source": {
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
"group": "gr0up",
|
|
347
347
|
"count": 1,
|
|
348
348
|
"version": {
|
|
349
|
-
"source": "3.
|
|
349
|
+
"source": "3.3.1",
|
|
350
350
|
"tagging": 1
|
|
351
351
|
},
|
|
352
352
|
"source": {
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"group": "gr0up",
|
|
421
421
|
"count": 1,
|
|
422
422
|
"version": {
|
|
423
|
-
"source": "3.
|
|
423
|
+
"source": "3.3.1",
|
|
424
424
|
"tagging": 1
|
|
425
425
|
},
|
|
426
426
|
"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.3.
|
|
4
|
+
"version": "3.3.1",
|
|
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.3.
|
|
38
|
-
"@walkeros/server-core": "3.3.
|
|
37
|
+
"@walkeros/core": "3.3.1",
|
|
38
|
+
"@walkeros/server-core": "3.3.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "3.3.
|
|
41
|
+
"@walkeros/collector": "3.3.1"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|