@shopify/address-consts
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -20,3 +20,3 @@ 'use strict'; | ||
const GRAPHQL_ENDPOINT = 'https://country-service.shopifycloud.com/graphql'; | ||
const GRAPHQL_ENDPOINT = 'https://atlas.shopifycloud.com/graphql'; | ||
exports.GraphqlOperationName = void 0; | ||
@@ -23,0 +23,0 @@ |
@@ -82,3 +82,3 @@ export declare enum FieldName { | ||
} | ||
export declare const GRAPHQL_ENDPOINT = "https://country-service.shopifycloud.com/graphql"; | ||
export declare const GRAPHQL_ENDPOINT = "https://atlas.shopifycloud.com/graphql"; | ||
export declare enum GraphqlOperationName { | ||
@@ -85,0 +85,0 @@ Countries = "countries", |
@@ -14,3 +14,3 @@ export var FieldName; | ||
})(FieldName || (FieldName = {})); | ||
export const GRAPHQL_ENDPOINT = 'https://country-service.shopifycloud.com/graphql'; | ||
export const GRAPHQL_ENDPOINT = 'https://atlas.shopifycloud.com/graphql'; | ||
export var GraphqlOperationName; | ||
@@ -17,0 +17,0 @@ (function (GraphqlOperationName) { |
@@ -1,1 +0,4 @@ | ||
module.exports = require("./build/cjs/index.js"); | ||
function interopRequireDefault(obj) { | ||
return obj && obj.__esModule ? obj : {default: obj}; | ||
} | ||
module.exports = interopRequireDefault(require("./build/cjs/index.js")); |
{ | ||
"name": "@shopify/address-consts", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
@@ -44,3 +44,3 @@ "description": "Constants and types relating to `@shopify/address`", | ||
}, | ||
"gitHead": "0edc9e3b7df7b6a4805cc3ff1443641cdb8e8a72" | ||
"gitHead": "6b1c6b60e03edd29c068005989595ff013d4f25b" | ||
} |
Sorry, the diff of this file is not supported yet
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
266464
168