@atoms-studio/commercelayer-sdk
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -0,1 +1,8 @@ | ||
### [1.4.1](https://github.com/atoms-studio/commercelayer-sdk/compare/1.4.0...1.4.1) (2022-11-03) | ||
### Features | ||
* export additional methods ([4b4409e](https://github.com/atoms-studio/commercelayer-sdk/commit/4b4409e3f041fcb2e5a897fc6e4f1f549174429f)) | ||
## [1.4.0](https://github.com/atoms-studio/commercelayer-sdk/compare/1.3.2...1.4.0) (2022-04-21) | ||
@@ -2,0 +9,0 @@ |
@@ -16,3 +16,5 @@ export declare const Auth: { | ||
__setCurrentToken: (token: string, expires: number) => void; | ||
getCurrentToken: () => import("./session").TokenCacheEntry; | ||
getRefreshTokenInterceptor: (config: Readonly<import("../config").InternalConfig>) => any[]; | ||
}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -732,2 +732,4 @@ 'use strict'; | ||
__setCurrentToken: cacheToken, | ||
getCurrentToken, | ||
getRefreshTokenInterceptor, | ||
}; | ||
@@ -1516,2 +1518,3 @@ | ||
exports.WireTransfers = WireTransfers; | ||
exports.getConfig = getConfig; | ||
exports.init = initConfig; |
@@ -724,2 +724,4 @@ import axios from 'axios'; | ||
__setCurrentToken: cacheToken, | ||
getCurrentToken, | ||
getRefreshTokenInterceptor, | ||
}; | ||
@@ -1477,2 +1479,2 @@ | ||
export { Addresses, Adjustments, Attachments, Auth, CustomerAddresses, CustomerGroups, CustomerPasswordResets, CustomerPaymentSources, Customers, DeliveryLeadTimes, GiftCards, LineItems, Markets, OrderCopies, OrderSubscriptions, Orders, PaymentGateways, PaymentMethods, PriceLists, Prices, Refunds, ResourceError, Returns, Shipments, ShippingCategories, ShippingMethods, Skus, StockItems, StockLocations, StripePayments, WireTransfers, initConfig as init }; | ||
export { Addresses, Adjustments, Attachments, Auth, CustomerAddresses, CustomerGroups, CustomerPasswordResets, CustomerPaymentSources, Customers, DeliveryLeadTimes, GiftCards, LineItems, Markets, OrderCopies, OrderSubscriptions, Orders, PaymentGateways, PaymentMethods, PriceLists, Prices, Refunds, ResourceError, Returns, Shipments, ShippingCategories, ShippingMethods, Skus, StockItems, StockLocations, StripePayments, WireTransfers, getConfig, initConfig as init }; |
@@ -1,2 +0,2 @@ | ||
export { initConfig as init } from './config'; | ||
export { initConfig as init, getConfig } from './config'; | ||
export { Auth } from './auth'; | ||
@@ -3,0 +3,0 @@ export { ResourceError } from './errors'; |
{ | ||
"name": "@atoms-studio/commercelayer-sdk", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"repository": "git@github.com:atoms-studio/commercelayer-sdk.git", | ||
@@ -5,0 +5,0 @@ "author": "atoms.studio", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
202388
3977
1