@walkeros/server-destination-hubspot 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 +9 -9
- 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-hubspot",
|
|
4
|
-
"version": "3.4.0
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"group": "gr0up",
|
|
155
155
|
"count": 1,
|
|
156
156
|
"version": {
|
|
157
|
-
"source": "3.4.0
|
|
157
|
+
"source": "3.4.0",
|
|
158
158
|
"tagging": 1
|
|
159
159
|
},
|
|
160
160
|
"source": {
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"group": "gr0up",
|
|
229
229
|
"count": 1,
|
|
230
230
|
"version": {
|
|
231
|
-
"source": "3.4.0
|
|
231
|
+
"source": "3.4.0",
|
|
232
232
|
"tagging": 1
|
|
233
233
|
},
|
|
234
234
|
"source": {
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"group": "gr0up",
|
|
314
314
|
"count": 1,
|
|
315
315
|
"version": {
|
|
316
|
-
"source": "3.4.0
|
|
316
|
+
"source": "3.4.0",
|
|
317
317
|
"tagging": 1
|
|
318
318
|
},
|
|
319
319
|
"source": {
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
"group": "gr0up",
|
|
442
442
|
"count": 1,
|
|
443
443
|
"version": {
|
|
444
|
-
"source": "3.4.0
|
|
444
|
+
"source": "3.4.0",
|
|
445
445
|
"tagging": 1
|
|
446
446
|
},
|
|
447
447
|
"source": {
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"group": "gr0up",
|
|
516
516
|
"count": 1,
|
|
517
517
|
"version": {
|
|
518
|
-
"source": "3.4.0
|
|
518
|
+
"source": "3.4.0",
|
|
519
519
|
"tagging": 1
|
|
520
520
|
},
|
|
521
521
|
"source": {
|
|
@@ -564,7 +564,7 @@
|
|
|
564
564
|
"group": "gr0up",
|
|
565
565
|
"count": 1,
|
|
566
566
|
"version": {
|
|
567
|
-
"source": "3.4.0
|
|
567
|
+
"source": "3.4.0",
|
|
568
568
|
"tagging": 1
|
|
569
569
|
},
|
|
570
570
|
"source": {
|
|
@@ -639,7 +639,7 @@
|
|
|
639
639
|
"group": "gr0up",
|
|
640
640
|
"count": 1,
|
|
641
641
|
"version": {
|
|
642
|
-
"source": "3.4.0
|
|
642
|
+
"source": "3.4.0",
|
|
643
643
|
"tagging": 1
|
|
644
644
|
},
|
|
645
645
|
"source": {
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
"group": "gr0up",
|
|
736
736
|
"count": 1,
|
|
737
737
|
"version": {
|
|
738
|
-
"source": "3.4.0
|
|
738
|
+
"source": "3.4.0",
|
|
739
739
|
"tagging": 1
|
|
740
740
|
},
|
|
741
741
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-hubspot",
|
|
3
3
|
"description": "HubSpot CRM server destination for walkerOS (@hubspot/api-client, custom events + contact upsert)",
|
|
4
|
-
"version": "3.4.0
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@hubspot/api-client": "^13.0.0",
|
|
38
|
-
"@walkeros/core": "3.4.0
|
|
39
|
-
"@walkeros/server-core": "3.4.0
|
|
38
|
+
"@walkeros/core": "3.4.0",
|
|
39
|
+
"@walkeros/server-core": "3.4.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "3.4.0
|
|
42
|
+
"@walkeros/collector": "3.4.0"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|