@dotdev/next-components
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -0,1 +1,2 @@ | ||
import "whatwg-fetch"; | ||
export declare class Cart { | ||
@@ -2,0 +3,0 @@ private context; |
@@ -50,2 +50,3 @@ "use strict"; | ||
var cart = require("@shopify/theme-cart"); | ||
require("whatwg-fetch"); | ||
var Cart = /** @class */ (function () { | ||
@@ -52,0 +53,0 @@ function Cart() { |
@@ -0,1 +1,2 @@ | ||
import "whatwg-fetch"; | ||
export declare class Helpers { | ||
@@ -2,0 +3,0 @@ private context; |
@@ -38,2 +38,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("whatwg-fetch"); | ||
var Helpers = /** @class */ (function () { | ||
@@ -40,0 +41,0 @@ function Helpers() { |
@@ -0,1 +1,2 @@ | ||
import "whatwg-fetch"; | ||
export declare class Wishlist { | ||
@@ -2,0 +3,0 @@ private context; |
@@ -38,2 +38,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
require("whatwg-fetch"); | ||
var universal_cookie_1 = require("universal-cookie"); | ||
@@ -40,0 +41,0 @@ var Wishlist = /** @class */ (function () { |
{ | ||
"name": "@dotdev/next-components", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"license": "UNLICENSED", | ||
@@ -18,3 +18,4 @@ "description": "Common components for Next projects", | ||
"url-search-params-polyfill": "^6.0.0", | ||
"voca": "^1.4.0" | ||
"voca": "^1.4.0", | ||
"whatwg-fetch": "^3.0.0" | ||
}, | ||
@@ -21,0 +22,0 @@ "devDependencies": { |
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
118895
1785
11
+ Addedwhatwg-fetch@^3.0.0
+ Addedwhatwg-fetch@3.6.20(transitive)