@walkeros/server-destination-hubspot 4.2.1-next-1781715165983 → 4.2.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/server-destination-hubspot
2
2
 
3
- ## 4.2.1-next-1781715165983
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  - Updated dependencies [d1b41ca]
10
10
  - Updated dependencies [0a8a08b]
11
11
  - Updated dependencies [8afb7cc]
12
- - @walkeros/core@4.2.1-next-1781715165983
13
- - @walkeros/server-core@4.2.1-next-1781715165983
12
+ - @walkeros/core@4.2.1
13
+ - @walkeros/server-core@4.2.1
14
14
 
15
15
  ## 4.2.0
16
16
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-hubspot",
4
- "version": "4.2.1-next-1781715165983",
4
+ "version": "4.2.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -147,7 +147,7 @@
147
147
  "consent": {
148
148
  "functional": true
149
149
  },
150
- "id": "4a76b249033bf795",
150
+ "id": "21c5662a39ea133d",
151
151
  "trigger": "load",
152
152
  "entity": "product",
153
153
  "action": "view",
@@ -211,7 +211,7 @@
211
211
  "consent": {
212
212
  "functional": true
213
213
  },
214
- "id": "0e015e60d467082c",
214
+ "id": "a96538d5bb264958",
215
215
  "trigger": "load",
216
216
  "entity": "page",
217
217
  "action": "view",
@@ -286,7 +286,7 @@
286
286
  "consent": {
287
287
  "functional": true
288
288
  },
289
- "id": "ccf859a441e7dbce",
289
+ "id": "c03892fee102c842",
290
290
  "trigger": "load",
291
291
  "entity": "page",
292
292
  "action": "view",
@@ -411,7 +411,7 @@
411
411
  "consent": {
412
412
  "functional": true
413
413
  },
414
- "id": "d0632325f84a7dfe",
414
+ "id": "433ec7f26def8b46",
415
415
  "trigger": "load",
416
416
  "entity": "order",
417
417
  "action": "complete",
@@ -481,7 +481,7 @@
481
481
  "consent": {
482
482
  "functional": true
483
483
  },
484
- "id": "1561e4bfd7947837",
484
+ "id": "915b25b4f3e9264a",
485
485
  "trigger": "load",
486
486
  "entity": "product",
487
487
  "action": "view",
@@ -527,7 +527,7 @@
527
527
  "consent": {
528
528
  "functional": true
529
529
  },
530
- "id": "85684f12e4c6c168",
530
+ "id": "62e07ac253c63d6b",
531
531
  "trigger": "load",
532
532
  "entity": "product",
533
533
  "action": "view",
@@ -592,7 +592,7 @@
592
592
  "consent": {
593
593
  "functional": true
594
594
  },
595
- "id": "3c35cd99fe7ac09a",
595
+ "id": "fc64c06b8431f68c",
596
596
  "trigger": "test",
597
597
  "entity": "user",
598
598
  "action": "login",
@@ -677,7 +677,7 @@
677
677
  "consent": {
678
678
  "functional": true
679
679
  },
680
- "id": "d35695d789ff811c",
680
+ "id": "0703e09652c6214f",
681
681
  "trigger": "test",
682
682
  "entity": "debug",
683
683
  "action": "noise",
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": "4.2.1-next-1781715165983",
4
+ "version": "4.2.1",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@hubspot/api-client": "^13.0.0",
39
- "@walkeros/core": "4.2.1-next-1781715165983",
40
- "@walkeros/server-core": "4.2.1-next-1781715165983"
39
+ "@walkeros/core": "4.2.1",
40
+ "@walkeros/server-core": "4.2.1"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1-next-1781715165983"
43
+ "@walkeros/collector": "4.2.1"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",