@powerlines/deepkit 0.4.9 → 0.4.11

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.
@@ -2,7 +2,7 @@ import { __commonJS, __name, __toESM } from './chunk-6PEHRAEP.js';
2
2
 
3
3
  // ../../node_modules/.pnpm/is-obj@2.0.0/node_modules/is-obj/index.js
4
4
  var require_is_obj = __commonJS({
5
- "../../node_modules/.pnpm/is-obj@2.0.0/node_modules/is-obj/index.js"(exports, module) {
5
+ "../../node_modules/.pnpm/is-obj@2.0.0/node_modules/is-obj/index.js"(exports$1, module) {
6
6
  module.exports = (value) => {
7
7
  const type = typeof value;
8
8
  return value !== null && (type === "object" || type === "function");
@@ -12,7 +12,7 @@ var require_is_obj = __commonJS({
12
12
 
13
13
  // ../../node_modules/.pnpm/dot-prop@5.3.0/node_modules/dot-prop/index.js
14
14
  var require_dot_prop = __commonJS({
15
- "../../node_modules/.pnpm/dot-prop@5.3.0/node_modules/dot-prop/index.js"(exports, module) {
15
+ "../../node_modules/.pnpm/dot-prop@5.3.0/node_modules/dot-prop/index.js"(exports$1, module) {
16
16
  var isObj = require_is_obj();
17
17
  var disallowedKeys = [
18
18
  "__proto__",
@@ -121,7 +121,7 @@ var require_dot_prop = __commonJS({
121
121
 
122
122
  // ../../node_modules/.pnpm/to-fast-properties@3.0.1/node_modules/to-fast-properties/index.js
123
123
  var require_to_fast_properties = __commonJS({
124
- "../../node_modules/.pnpm/to-fast-properties@3.0.1/node_modules/to-fast-properties/index.js"(exports, module) {
124
+ "../../node_modules/.pnpm/to-fast-properties@3.0.1/node_modules/to-fast-properties/index.js"(exports$1, module) {
125
125
  var fastProto = null;
126
126
  function FastObject(o) {
127
127
  if (fastProto !== null && typeof fastProto.property) {