@sp-api-sdk/orders-api-v0
Advanced tools
Comparing version 1.4.0 to 1.4.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.OrdersApiClient = exports.RATE_LIMITS = void 0; | ||
/* eslint-disable prefer-regex-literals, no-floating-decimal, unicorn/no-zero-fractions */ | ||
/* eslint-disable prefer-regex-literals */ | ||
const api_model_1 = require("./api-model"); | ||
@@ -6,0 +6,0 @@ const common_1 = require("@sp-api-sdk/common"); |
@@ -1,2 +0,2 @@ | ||
/* eslint-disable prefer-regex-literals, no-floating-decimal, unicorn/no-zero-fractions */ | ||
/* eslint-disable prefer-regex-literals */ | ||
import { Configuration, OrdersV0Api } from './api-model'; | ||
@@ -3,0 +3,0 @@ import { endpoints, awsRegionByCode, createAxiosInstance } from '@sp-api-sdk/common'; |
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Orders helps you programmatically retrieve order information. These APIs let you develop fast, flexible, custom applications in areas like order synchronization, order research, and demand-based decision support tools.", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"main": "dist/cjs/index.js", | ||
@@ -28,13 +28,6 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@aws-sdk/client-sts": "^3.16.0", | ||
"@sp-api-sdk/auth": "^0.3.2", | ||
"@sp-api-sdk/common": "^0.6.0", | ||
"@sp-api-sdk/auth": "^0.3.3", | ||
"@sp-api-sdk/common": "^0.6.1", | ||
"axios": "^0.21.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.23", | ||
"jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.5.6" | ||
}, | ||
"repository": { | ||
@@ -58,3 +51,3 @@ "type": "git", | ||
], | ||
"gitHead": "e0159dfc0d374e22bfba9dcf99135e0ee56d314b" | ||
"gitHead": "eb3d4db11d7d990ea0c8a4ddf57e020eedb6589a" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3
0
110
379505
- Removed@aws-sdk/client-sts@^3.16.0
Updated@sp-api-sdk/auth@^0.3.3
Updated@sp-api-sdk/common@^0.6.1