shopify-admin-api
Advanced tools
Comparing version
{ | ||
"sync-rsync.sites": [ | ||
{ | ||
"localPath": "/home/jumplink/Projekte/Shopify-Prime/", | ||
"remotePath": "app@the-developer-app.artandcode.studio:/home/app/Shopify-Prime/" | ||
} | ||
], | ||
// "sync-rsync.include": ["**/*"], | ||
"sync-rsync.exclude": [ | ||
".git", | ||
".vscode", | ||
"node_modules" | ||
], | ||
"sync-rsync.autoShowOutput": true, | ||
"sync-rsync.notification": true, | ||
"sync-rsync.onSave": true, | ||
"sync-rsync.delete": true, | ||
"search.exclude": { | ||
"**/.yarn": true, | ||
"**/.pnp.*": true | ||
}, | ||
"typescript.tsdk": ".yarn/sdks/typescript/lib", | ||
"typescript.enablePromptUseWorkspaceTsdk": true | ||
} |
{ | ||
"name": "shopify-admin-api", | ||
"version": "2.16.3", | ||
"version": "2.16.4", | ||
"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.", | ||
@@ -43,3 +43,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@yarnpkg/pnpify": "^2.3.3", | ||
"@yarnpkg/pnpify": "^2.4.0", | ||
"crypto-js": "^4.0.0", | ||
@@ -55,4 +55,4 @@ "jsuri": "^1.3.1", | ||
"@types/jsuri": "^1.3.30", | ||
"@types/node": "^14.14.8", | ||
"@types/node-fetch": "^2.5.7", | ||
"@types/node": "^14.14.25", | ||
"@types/node-fetch": "^2.5.8", | ||
"@types/url-join": "^4.0.0", | ||
@@ -67,5 +67,5 @@ "alsatian": "^3.2.1", | ||
"tap-spec": "^5.0.0", | ||
"ts-node": "^9.0.0", | ||
"ts-node": "^9.1.1", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.0.5" | ||
"typescript": "^4.1.4" | ||
}, | ||
@@ -72,0 +72,0 @@ "scripts": { |
1171724
-0.03%17574
-0.07%Updated