shopify-admin-api
Advanced tools
Comparing version
@@ -6,3 +6,4 @@ import * as Auth from './auth'; | ||
import * as Options from './options'; | ||
import * as WebhooksReponse from './webhooks/interfaces'; | ||
export * from "./services"; | ||
export { Enums, Infrastructure, Auth, Models, Options, }; | ||
export { Enums, Infrastructure, Auth, Models, Options, WebhooksReponse, }; |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Options = exports.Models = exports.Auth = exports.Infrastructure = exports.Enums = void 0; | ||
exports.WebhooksReponse = exports.Options = exports.Models = exports.Auth = exports.Infrastructure = exports.Enums = void 0; | ||
const Auth = require("./auth"); | ||
@@ -25,3 +25,5 @@ exports.Auth = Auth; | ||
exports.Options = Options; | ||
const WebhooksReponse = require("./webhooks/interfaces"); | ||
exports.WebhooksReponse = WebhooksReponse; | ||
// Export services at the top level | ||
__exportStar(require("./services"), exports); |
@@ -17,2 +17,4 @@ "use strict"; | ||
const uri = require("jsuri"); | ||
// TODO use https://www.npmjs.com/package/bottleneck | ||
// used on https://github.com/dcworldwide/Shopify-Prime/blob/master/infrastructure/base_service.ts? | ||
const p_queue_1 = require("p-queue"); | ||
@@ -19,0 +21,0 @@ class ApiInfo { |
@@ -16,2 +16,3 @@ export * from "./address"; | ||
export * from "./comment"; | ||
export * from "./country"; | ||
export * from "./customer"; | ||
@@ -18,0 +19,0 @@ export * from "./discount"; |
@@ -28,2 +28,3 @@ "use strict"; | ||
__exportStar(require("./comment"), exports); | ||
__exportStar(require("./country"), exports); | ||
__exportStar(require("./customer"), exports); | ||
@@ -30,0 +31,0 @@ __exportStar(require("./discount"), exports); |
export * from "./articles"; | ||
export * from "./base"; | ||
export * from "./blogs"; | ||
export * from "./collects"; | ||
export * from "./comments"; | ||
export * from "./country"; | ||
export * from "./customers"; | ||
export * from "./discounts"; | ||
export * from "./blogs"; | ||
export * from "./customers"; | ||
export * from "./gift_cards"; | ||
@@ -9,0 +10,0 @@ export * from "./inventory_items"; |
@@ -15,7 +15,8 @@ "use strict"; | ||
__exportStar(require("./base"), exports); | ||
__exportStar(require("./blogs"), exports); | ||
__exportStar(require("./collects"), exports); | ||
__exportStar(require("./comments"), exports); | ||
__exportStar(require("./country"), exports); | ||
__exportStar(require("./customers"), exports); | ||
__exportStar(require("./discounts"), exports); | ||
__exportStar(require("./blogs"), exports); | ||
__exportStar(require("./customers"), exports); | ||
__exportStar(require("./gift_cards"), exports); | ||
@@ -22,0 +23,0 @@ __exportStar(require("./inventory_items"), exports); |
@@ -9,4 +9,5 @@ export * from "./api_permissions"; | ||
export * from "./checkouts"; | ||
export * from "./collects"; | ||
export * from "./comments"; | ||
export * from "./collects"; | ||
export * from "./countries"; | ||
export * from "./custom_collections"; | ||
@@ -13,0 +14,0 @@ export * from "./customers"; |
@@ -21,4 +21,5 @@ "use strict"; | ||
__exportStar(require("./checkouts"), exports); | ||
__exportStar(require("./collects"), exports); | ||
__exportStar(require("./comments"), exports); | ||
__exportStar(require("./collects"), exports); | ||
__exportStar(require("./countries"), exports); | ||
__exportStar(require("./custom_collections"), exports); | ||
@@ -25,0 +26,0 @@ __exportStar(require("./customers"), exports); |
{ | ||
"name": "shopify-admin-api", | ||
"version": "2.15.0-alpha.5", | ||
"version": "2.15.0", | ||
"description": "Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.", | ||
@@ -47,3 +47,3 @@ "main": "dist/index.js", | ||
"node-fetch": "^2.6.0", | ||
"p-queue": "^6.5.0", | ||
"p-queue": "^6.6.0", | ||
"tap-bail": "^1.0.0", | ||
@@ -68,3 +68,3 @@ "url-join": "^4.0.1" | ||
"tslint": "^6.1.2", | ||
"typescript": "^3.9.6" | ||
"typescript": "^3.9.7" | ||
}, | ||
@@ -71,0 +71,0 @@ "scripts": { |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
2173901
1.26%361
5.87%46182
2.3%0
-100%Updated