@walkeros/server-destination-pinterest 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 +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
|
+
"version": "3.3.1",
|
|
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.
|
|
130
|
+
"source": "3.3.1",
|
|
131
131
|
"tagging": 1
|
|
132
132
|
},
|
|
133
133
|
"source": {
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"group": "gr0up",
|
|
243
243
|
"count": 1,
|
|
244
244
|
"version": {
|
|
245
|
-
"source": "3.
|
|
245
|
+
"source": "3.3.1",
|
|
246
246
|
"tagging": 1
|
|
247
247
|
},
|
|
248
248
|
"source": {
|
|
@@ -376,7 +376,7 @@
|
|
|
376
376
|
"group": "gr0up",
|
|
377
377
|
"count": 1,
|
|
378
378
|
"version": {
|
|
379
|
-
"source": "3.
|
|
379
|
+
"source": "3.3.1",
|
|
380
380
|
"tagging": 1
|
|
381
381
|
},
|
|
382
382
|
"source": {
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
"group": "gr0up",
|
|
454
454
|
"count": 1,
|
|
455
455
|
"version": {
|
|
456
|
-
"source": "3.
|
|
456
|
+
"source": "3.3.1",
|
|
457
457
|
"tagging": 1
|
|
458
458
|
},
|
|
459
459
|
"source": {
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
"group": "gr0up",
|
|
544
544
|
"count": 1,
|
|
545
545
|
"version": {
|
|
546
|
-
"source": "3.
|
|
546
|
+
"source": "3.3.1",
|
|
547
547
|
"tagging": 1
|
|
548
548
|
},
|
|
549
549
|
"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.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",
|