@shopify/shopify-api
Advanced tools
Comparing version 0.5.0 to 1.0.0
@@ -8,4 +8,8 @@ # Changelog | ||
## [Unreleased] | ||
## [1.0.0] | ||
- Initial public release | ||
## [0.5.0] | ||
### Added | ||
@@ -12,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const SHOPIFY_API_LIBRARY_VERSION = "0.5.0"; | ||
export declare const SHOPIFY_API_LIBRARY_VERSION = "1.0.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SHOPIFY_API_LIBRARY_VERSION = void 0; | ||
exports.SHOPIFY_API_LIBRARY_VERSION = '0.5.0'; | ||
exports.SHOPIFY_API_LIBRARY_VERSION = '1.0.0'; |
{ | ||
"name": "@shopify/shopify-api", | ||
"version": "0.5.0", | ||
"version": "1.0.0", | ||
"description": "Shopify TypeScript API to support core API functionality (auth, graphql proxy, webhooks)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -41,2 +41,4 @@ # `@shopify/shopify-api` | ||
- [Add your OAuth callback route](docs/usage/oauth.md#add-your-oauth-callback-route) | ||
- [Fetching sessions](docs/usage/oauth.md#fetching-sessions) | ||
- [Detecting scope changes](docs/usage/oauth.md#detecting-scope-changes) | ||
- [Make a REST API call](docs/usage/rest.md) | ||
@@ -43,0 +45,0 @@ - [Make a GraphQL API call](docs/usage/graphql.md) |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
144794
0
50