@fruits-chain/dashu-bottom-bar-pro
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -69,3 +69,4 @@ "use strict"; | ||
for (const btnLayoutIndex in buttonsLayout) { | ||
if (Object.hasOwn(buttonsLayout, btnLayoutIndex)) { | ||
// eslint-disable-next-line prefer-object-has-own | ||
if (Object.prototype.hasOwnProperty.call(buttonsLayout, btnLayoutIndex)) { | ||
const btnLayout = buttonsLayout[btnLayoutIndex]; | ||
@@ -72,0 +73,0 @@ res[btnLayoutIndex] = btnLayout; |
@@ -60,3 +60,4 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
for (const btnLayoutIndex in buttonsLayout) { | ||
if (Object.hasOwn(buttonsLayout, btnLayoutIndex)) { | ||
// eslint-disable-next-line prefer-object-has-own | ||
if (Object.prototype.hasOwnProperty.call(buttonsLayout, btnLayoutIndex)) { | ||
const btnLayout = buttonsLayout[btnLayoutIndex]; | ||
@@ -63,0 +64,0 @@ res[btnLayoutIndex] = btnLayout; |
{ | ||
"name": "@fruits-chain/dashu-bottom-bar-pro", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"main": "dist/commonjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/module/index.js", |
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
Sorry, the diff of this file is not supported yet
68551
951