@walkeros/server-destination-pinterest 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.
- package/dist/walkerOS.json +6 -6
- 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-pinterest",
|
|
4
|
-
"version": "3.4.0
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"group": "gr0up",
|
|
128
128
|
"count": 1,
|
|
129
129
|
"version": {
|
|
130
|
-
"source": "3.4.0
|
|
130
|
+
"source": "3.4.0",
|
|
131
131
|
"tagging": 1
|
|
132
132
|
},
|
|
133
133
|
"source": {
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"group": "gr0up",
|
|
227
227
|
"count": 1,
|
|
228
228
|
"version": {
|
|
229
|
-
"source": "3.4.0
|
|
229
|
+
"source": "3.4.0",
|
|
230
230
|
"tagging": 1
|
|
231
231
|
},
|
|
232
232
|
"source": {
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"group": "gr0up",
|
|
343
343
|
"count": 1,
|
|
344
344
|
"version": {
|
|
345
|
-
"source": "3.4.0
|
|
345
|
+
"source": "3.4.0",
|
|
346
346
|
"tagging": 1
|
|
347
347
|
},
|
|
348
348
|
"source": {
|
|
@@ -415,7 +415,7 @@
|
|
|
415
415
|
"group": "gr0up",
|
|
416
416
|
"count": 1,
|
|
417
417
|
"version": {
|
|
418
|
-
"source": "3.4.0
|
|
418
|
+
"source": "3.4.0",
|
|
419
419
|
"tagging": 1
|
|
420
420
|
},
|
|
421
421
|
"source": {
|
|
@@ -498,7 +498,7 @@
|
|
|
498
498
|
"group": "gr0up",
|
|
499
499
|
"count": 1,
|
|
500
500
|
"version": {
|
|
501
|
-
"source": "3.4.0
|
|
501
|
+
"source": "3.4.0",
|
|
502
502
|
"tagging": 1
|
|
503
503
|
},
|
|
504
504
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-pinterest",
|
|
3
3
|
"description": "Pinterest server destination for walkerOS",
|
|
4
|
-
"version": "3.4.0
|
|
4
|
+
"version": "3.4.0",
|
|
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.0
|
|
38
|
-
"@walkeros/server-core": "3.4.0
|
|
37
|
+
"@walkeros/core": "3.4.0",
|
|
38
|
+
"@walkeros/server-core": "3.4.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "3.4.0
|
|
41
|
+
"@walkeros/collector": "3.4.0"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|