@shipengine/alchemy 0.5.6 → 0.5.8

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.
Files changed (3) hide show
  1. package/index.js +6 -2
  2. package/index.mjs +6 -2
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
4
 
5
5
  const React = require('react');
6
- const jsxRuntime = require('react/jsx-runtime.js');
6
+ const jsxRuntime = require('react/jsx-runtime');
7
7
  const react = require('@emotion/react');
8
8
  const brands = require('@packlink/brands');
9
9
  const giger = require('@packlink/giger');
@@ -7610,7 +7610,11 @@ class FundingSourcesAPI {
7610
7610
  return Promise.reject([new CodedError("Unable to get IP address")]);
7611
7611
  return yield this.client.put(
7612
7612
  `/v1/funding_sources/${fundingSourceId}`,
7613
- { billingInfo, endUserIpAddress, paymentMethod: { creditCardInfo } }
7613
+ {
7614
+ billingInfo,
7615
+ endUserIpAddress,
7616
+ paymentMethod: { creditCardInfo }
7617
+ }
7614
7618
  );
7615
7619
  });
7616
7620
  this.registerCarrier = (carrier) => __async$p(this, null, function* () {
package/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { createContext, forwardRef, useContext, createElement as createElement$1, Fragment, useState, useEffect, useMemo } from 'react';
3
- import { jsx as jsx$1, jsxs as jsxs$1 } from 'react/jsx-runtime.js';
3
+ import { jsx as jsx$1, jsxs as jsxs$1 } from 'react/jsx-runtime';
4
4
  import { css, Global, ThemeProvider, CacheProvider } from '@emotion/react';
5
5
  import { BrandName, Theme } from '@packlink/brands';
6
6
  import { getEmotionResetStyles, GigerConfigProvider } from '@packlink/giger';
@@ -7588,7 +7588,11 @@ class FundingSourcesAPI {
7588
7588
  return Promise.reject([new CodedError("Unable to get IP address")]);
7589
7589
  return yield this.client.put(
7590
7590
  `/v1/funding_sources/${fundingSourceId}`,
7591
- { billingInfo, endUserIpAddress, paymentMethod: { creditCardInfo } }
7591
+ {
7592
+ billingInfo,
7593
+ endUserIpAddress,
7594
+ paymentMethod: { creditCardInfo }
7595
+ }
7592
7596
  );
7593
7597
  });
7594
7598
  this.registerCarrier = (carrier) => __async$p(this, null, function* () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/alchemy",
3
- "version": "0.5.6",
3
+ "version": "0.5.8",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {