@fuf-stack/pixels 0.34.1 → 0.34.2
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/Json/index.cjs +2 -2
- package/dist/Json/index.js +1 -1
- package/dist/{chunk-7UNMWC2W.cjs → chunk-264THKFK.cjs} +2 -2
- package/dist/{chunk-7UNMWC2W.cjs.map → chunk-264THKFK.cjs.map} +1 -1
- package/dist/{chunk-J7QVKEAW.js → chunk-CA5JB6OY.js} +2 -2
- package/dist/chunk-CA5JB6OY.js.map +1 -0
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/chunk-J7QVKEAW.js.map +0 -1
package/dist/Json/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk264THKFKcjs = require('../chunk-264THKFK.cjs');
|
|
5
5
|
require('../chunk-4X43AGXE.cjs');
|
|
6
6
|
require('../chunk-D4TLDLEX.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Json =
|
|
10
|
+
exports.Json = _chunk264THKFKcjs.Json_default; exports.default = _chunk264THKFKcjs.Json_default2;
|
|
11
11
|
//# sourceMappingURL=index.cjs.map
|
package/dist/Json/index.js
CHANGED
|
@@ -2709,7 +2709,7 @@ var handleCopy = (rawValue, onCopy) => {
|
|
|
2709
2709
|
}
|
|
2710
2710
|
} catch (_err) {
|
|
2711
2711
|
}
|
|
2712
|
-
const copyValue = isObject ? JSON.stringify(rawValue) : rawValue;
|
|
2712
|
+
const copyValue = isObject ? JSON.stringify(rawValue, null, 2) : rawValue;
|
|
2713
2713
|
setTimeout(() => navigator.clipboard.writeText(copyValue), 1);
|
|
2714
2714
|
if (onCopy) {
|
|
2715
2715
|
onCopy(copyValue);
|
|
@@ -2780,4 +2780,4 @@ var Json_default2 = Json_default;
|
|
|
2780
2780
|
|
|
2781
2781
|
|
|
2782
2782
|
exports.Json_default = Json_default; exports.Json_default2 = Json_default2;
|
|
2783
|
-
//# sourceMappingURL=chunk-
|
|
2783
|
+
//# sourceMappingURL=chunk-264THKFK.cjs.map
|