@zoralabs/nft-components
Advanced tools
Comparing version 1.1.1 to 1.1.2
"use strict"; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -7,3 +10,3 @@ exports.MediaConfiguration = void 0; | ||
const nft_hooks_1 = require("@zoralabs/nft-hooks"); | ||
const merge_anything_1 = require("merge-anything"); | ||
const deepmerge_1 = __importDefault(require("deepmerge")); | ||
const content_components_1 = require("../content-components"); | ||
@@ -19,4 +22,4 @@ const MediaContext_1 = require("./MediaContext"); | ||
// TODO(iain): Fix typing | ||
style: merge_anything_1.merge(superContext.style, style), | ||
strings: merge_anything_1.merge(superContext.strings, strings), | ||
style: deepmerge_1.default(superContext.style, style), | ||
strings: deepmerge_1.default(superContext.strings, strings), | ||
renderers, | ||
@@ -23,0 +26,0 @@ networkId: newNetworkId, |
{ | ||
"name": "@zoralabs/nft-components", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "NFT Media Rendering Components", | ||
@@ -22,2 +22,3 @@ "typings": "dist/index.d.ts", | ||
"@zoralabs/nft-hooks": "1.1.7", | ||
"deepmerge": "^4.2.2", | ||
"merge-anything": "^4.0.1", | ||
@@ -27,4 +28,2 @@ "tslib": "^2.2.0" | ||
"devDependencies": { | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"@babel/core": "^7.14.2", | ||
@@ -45,2 +44,4 @@ "@storybook/addon-a11y": "^6.4.18", | ||
"prettier": "^2.3.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"ts-jest": "^27.0.3", | ||
@@ -47,0 +48,0 @@ "typescript": "^4.2.4" |
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
312300
6370
7
+ Addeddeepmerge@^4.2.2