snaptrade-typescript-sdk 10.0.3 → 10.0.4

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.mjs CHANGED
@@ -7099,7 +7099,7 @@ var Configuration = class {
7099
7099
  this.accessToken = param.accessToken;
7100
7100
  this.basePath = param.basePath;
7101
7101
  this.baseOptions = param.baseOptions ?? {};
7102
- this.userAgent = param.userAgent === void 0 ? "Konfig/10.0.3/typescript" : param.userAgent;
7102
+ this.userAgent = param.userAgent === void 0 ? "Konfig/10.0.4/typescript" : param.userAgent;
7103
7103
  this.formDataCtor = param.formDataCtor;
7104
7104
  }
7105
7105
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snaptrade-typescript-sdk",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "description": "Client for SnapTrade",
5
5
  "author": "Konfig",
6
6
  "engines": {
@@ -22,9 +22,14 @@
22
22
  "sideEffects": false,
23
23
  "main": "./dist/index.cjs",
24
24
  "module": "./dist/index.mjs",
25
+ "browser": "./dist/index.browser.mjs",
25
26
  "types": "./dist/index.d.ts",
26
27
  "exports": {
27
28
  ".": {
29
+ "browser": {
30
+ "types": "./dist/index.d.mts",
31
+ "default": "./dist/index.browser.mjs"
32
+ },
28
33
  "require": {
29
34
  "types": "./dist/index.d.cts",
30
35
  "default": "./dist/index.cjs"