@hs-x/hubspot 0.2.2 → 0.2.3
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/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HubSpot, APIError as SdkAPIError, RateLimitError as SdkRateLimitError } from '@hubspot/sdk';
|
|
2
2
|
import type { Redacted as RedactedValue } from 'effect/Redacted';
|
|
3
|
-
export declare const HUBSPOT_CLIENT_VERSION = "0.2.
|
|
3
|
+
export declare const HUBSPOT_CLIENT_VERSION = "0.2.3";
|
|
4
4
|
export { HubSpot } from '@hubspot/sdk';
|
|
5
5
|
/**
|
|
6
6
|
* SDK-thrown error classes re-exported for `instanceof` checks against the
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HubSpot, APIError as SdkAPIError, RateLimitError as SdkRateLimitError, } from '@hubspot/sdk';
|
|
2
2
|
import { Redacted } from 'effect';
|
|
3
|
-
export const HUBSPOT_CLIENT_VERSION = '0.2.
|
|
3
|
+
export const HUBSPOT_CLIENT_VERSION = '0.2.3';
|
|
4
4
|
export { HubSpot } from '@hubspot/sdk';
|
|
5
5
|
/**
|
|
6
6
|
* SDK-thrown error classes re-exported for `instanceof` checks against the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hs-x/hubspot",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "Thin wrap over @hubspot/sdk with install scoping, portal-schema typing, and rate-limiter integration.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@hs-x/types": "0.2.
|
|
33
|
+
"@hs-x/types": "0.2.3",
|
|
34
34
|
"@hubspot/sdk": "0.1.0-alpha.9",
|
|
35
35
|
"effect": "^3.10.19"
|
|
36
36
|
},
|