@tamagui/code-to-html 1.91.0 → 1.91.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.mjs
CHANGED
|
@@ -12950,7 +12950,7 @@ function bail(error) {
|
|
|
12950
12950
|
// ../../node_modules/unified/lib/index.js
|
|
12951
12951
|
var import_is_buffer2 = __toESM(require_is_buffer(), 1), import_extend = __toESM(require_extend(), 1);
|
|
12952
12952
|
|
|
12953
|
-
// ../../node_modules/
|
|
12953
|
+
// ../../node_modules/is-plain-obj/index.js
|
|
12954
12954
|
function isPlainObject(value) {
|
|
12955
12955
|
if (typeof value != "object" || value === null)
|
|
12956
12956
|
return !1;
|
package/dist/esm/index.native.js
CHANGED
|
@@ -33861,7 +33861,7 @@ function bail(error) {
|
|
|
33861
33861
|
// ../../node_modules/unified/lib/index.js
|
|
33862
33862
|
var import_is_buffer2 = __toESM(require_is_buffer(), 1), import_extend = __toESM(require_extend(), 1);
|
|
33863
33863
|
|
|
33864
|
-
// ../../node_modules/
|
|
33864
|
+
// ../../node_modules/is-plain-obj/index.js
|
|
33865
33865
|
function isPlainObject(value) {
|
|
33866
33866
|
if (typeof value != "object" || value === null)
|
|
33867
33867
|
return !1;
|