@shopify/address-consts
Advanced tools
Comparing version 2.2.6 to 3.0.0
@@ -1,10 +0,7 @@ | ||
"use strict"; | ||
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.HEADERS = exports.GraphqlOperationName = exports.GRAPHQL_ENDPOINT = exports.FieldName = void 0; | ||
var FieldName; | ||
exports.FieldName = FieldName; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
exports.FieldName = void 0; | ||
(function (FieldName) { | ||
@@ -21,8 +18,6 @@ FieldName["FirstName"] = "firstName"; | ||
FieldName["Company"] = "company"; | ||
})(FieldName || (exports.FieldName = FieldName = {})); | ||
})(exports.FieldName || (exports.FieldName = {})); | ||
var GRAPHQL_ENDPOINT = 'https://country-service.shopifycloud.com/graphql'; | ||
exports.GRAPHQL_ENDPOINT = GRAPHQL_ENDPOINT; | ||
var GraphqlOperationName; | ||
exports.GraphqlOperationName = GraphqlOperationName; | ||
const GRAPHQL_ENDPOINT = 'https://country-service.shopifycloud.com/graphql'; | ||
exports.GraphqlOperationName = void 0; | ||
@@ -32,8 +27,10 @@ (function (GraphqlOperationName) { | ||
GraphqlOperationName["Country"] = "country"; | ||
})(GraphqlOperationName || (exports.GraphqlOperationName = GraphqlOperationName = {})); | ||
})(exports.GraphqlOperationName || (exports.GraphqlOperationName = {})); | ||
var HEADERS = { | ||
const HEADERS = { | ||
'Content-Type': 'application/json', | ||
'Access-Control-Allow-Origin': '*' | ||
}; | ||
exports.HEADERS = HEADERS; | ||
exports.GRAPHQL_ENDPOINT = GRAPHQL_ENDPOINT; | ||
exports.HEADERS = HEADERS; |
@@ -10,2 +10,8 @@ # Changelog | ||
## 3.0.0 - 2021-05-21 | ||
### Breaking Change | ||
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. [#1906](https://github.com/Shopify/quilt/pull/1906) | ||
## 2.2.4 - 2021-04-13 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "@shopify/address-consts", | ||
"version": "2.2.6", | ||
"version": "3.0.0", | ||
"license": "MIT", | ||
@@ -23,2 +23,5 @@ "description": "Constants and types relating to `@shopify/address`", | ||
"homepage": "https://github.com/Shopify/quilt/blob/main/packages/address-consts/README.md", | ||
"engines": { | ||
"node": ">=12.14.0" | ||
}, | ||
"files": [ | ||
@@ -42,3 +45,3 @@ "build/*", | ||
}, | ||
"gitHead": "4324f27f72ae7b1800ec6bde9087af4ed89b3833" | ||
"gitHead": "40de4af181104f298cbab42d2d3d68e228a9a31a" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12561
14
164