@os-design/media
Advanced tools
Comparing version 1.0.10 to 1.0.11
"use strict"; | ||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } | ||
@@ -5,0 +5,0 @@ Object.defineProperty(exports, "__esModule", { |
{ | ||
"name": "@os-design/media", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"license": "UNLICENSED", | ||
@@ -31,5 +31,5 @@ "repository": "git@gitlab.com:os-team/libs/os-design.git", | ||
"peerDependencies": { | ||
"react": ">=17" | ||
"react": ">=18" | ||
}, | ||
"gitHead": "30385b2b5eaec279fe19bd29cc775c74178e6893" | ||
"gitHead": "990fa0eb8e38bbb94ebea1ba0c825574ff11fe5e" | ||
} |
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
30021