ast-loose-compare 4.0.13 → 4.0.15

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2010-2023 Roy Revelt and other contributors
3
+ Copyright (c) 2010-2024 Roy Revelt and other contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
package/README.md CHANGED
@@ -69,6 +69,6 @@ To report bugs or request features or assistance, [raise an issue](https://githu
69
69
 
70
70
  MIT License.
71
71
 
72
- Copyright © 2010-2023 Roy Revelt and other contributors.
72
+ Copyright © 2010-2024 Roy Revelt and other contributors.
73
73
 
74
74
  <p align="center"><img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center"></p>
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * @name ast-loose-compare
3
3
  * @fileoverview Compare anything: AST, objects, arrays and strings
4
- * @version 4.0.13
4
+ * @version 4.0.15
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/ast-loose-compare/}
8
8
  */
9
9
 
10
- import{empty as r}from"ast-contains-only-empty-space";import{isPlainObject as p}from"codsen-utils";var l="4.0.13";var h=l;function a(t,e,s){function u(o){return o!=null}let n,i;if(s===void 0){if(!u(t)||!u(e))return}else if(!u(t)||!u(e))return!1;if(s=s||!0,typeof t!=typeof e)return!!(r(t)&&r(e));if(Array.isArray(t)&&Array.isArray(e))if(e.length){for(n=0,i=e.length;n<i;n++)if(Array.isArray(e[n])||p(e[n])){if(s=a(t[n],e[n],s),!s)return!1}else if(e[n]!==t[n])return!!(r(e[n])&&r(t[n]))}else return!!(e.length===0&&t.length===0||r(e)&&r(t));else if(p(t)&&p(e))if(Object.keys(e).length){let o=Object.keys(e);for(n=0,i=o.length;n<i;n++)if(Array.isArray(e[o[n]])||p(e[o[n]])||typeof e[o[n]]=="string"){if(s=a(t[o[n]],e[o[n]],s),!s)return!1}else if(e[o[n]]!==t[o[n]]&&(!r(e[o[n]])||!r(t[o[n]])))return!1}else return!!(Object.keys(e).length===0&&Object.keys(t).length===0||r(e)&&r(t));else if(typeof t=="string"&&typeof e=="string"){if(t!==e)return!!(r(e)&&r(t))}else return!!(r(e)&&r(t));return s}function k(t,e){return a(t,e)}export{k as looseCompare,h as version};
10
+ import{empty as r}from"ast-contains-only-empty-space";import{isPlainObject as p}from"codsen-utils";var l="4.0.15";var h=l;function a(t,e,s){function u(o){return o!=null}let n,i;if(s===void 0){if(!u(t)||!u(e))return}else if(!u(t)||!u(e))return!1;if(s=s||!0,typeof t!=typeof e)return!!(r(t)&&r(e));if(Array.isArray(t)&&Array.isArray(e))if(e.length){for(n=0,i=e.length;n<i;n++)if(Array.isArray(e[n])||p(e[n])){if(s=a(t[n],e[n],s),!s)return!1}else if(e[n]!==t[n])return!!(r(e[n])&&r(t[n]))}else return!!(e.length===0&&t.length===0||r(e)&&r(t));else if(p(t)&&p(e))if(Object.keys(e).length){let o=Object.keys(e);for(n=0,i=o.length;n<i;n++)if(Array.isArray(e[o[n]])||p(e[o[n]])||typeof e[o[n]]=="string"){if(s=a(t[o[n]],e[o[n]],s),!s)return!1}else if(e[o[n]]!==t[o[n]]&&(!r(e[o[n]])||!r(t[o[n]])))return!1}else return!!(Object.keys(e).length===0&&Object.keys(t).length===0||r(e)&&r(t));else if(typeof t=="string"&&typeof e=="string"){if(t!==e)return!!(r(e)&&r(t))}else return!!(r(e)&&r(t));return s}function k(t,e){return a(t,e)}export{k as looseCompare,h as version};
@@ -1,17 +1,17 @@
1
1
  /**
2
2
  * @name ast-loose-compare
3
3
  * @fileoverview Compare anything: AST, objects, arrays and strings
4
- * @version 4.0.13
4
+ * @version 4.0.15
5
5
  * @author Roy Revelt, Codsen Ltd
6
6
  * @license MIT
7
7
  * {@link https://codsen.com/os/ast-loose-compare/}
8
8
  */
9
9
 
10
- "use strict";var astLooseCompare=(()=>{var J=Object.create;var w=Object.defineProperty,P=Object.defineProperties,T=Object.getOwnPropertyDescriptor,j=Object.getOwnPropertyDescriptors,L=Object.getOwnPropertyNames,b=Object.getOwnPropertySymbols,R=Object.getPrototypeOf,$=Object.prototype.hasOwnProperty,F=Object.prototype.propertyIsEnumerable;var C=(n,e,a)=>e in n?w(n,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):n[e]=a,h=(n,e)=>{for(var a in e||(e={}))$.call(e,a)&&C(n,a,e[a]);if(b)for(var a of b(e))F.call(e,a)&&C(n,a,e[a]);return n},v=(n,e)=>P(n,j(e));var K=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),O=(n,e)=>{for(var a in e)w(n,a,{get:e[a],enumerable:!0})},V=(n,e,a,l)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of L(e))!$.call(n,r)&&r!==a&&w(n,r,{get:()=>e[r],enumerable:!(l=T(e,r))||l.enumerable});return n};var B=(n,e,a)=>(a=n!=null?J(R(n)):{},V(e||!n||!n.__esModule?w(a,"default",{value:n,enumerable:!0}):a,n)),Q=n=>V(w({},"__esModule",{value:!0}),n);var g=K((X,M)=>{"use strict";M.exports=k;function A(n){return n instanceof Buffer?Buffer.from(n):new n.constructor(n.buffer.slice(),n.byteOffset,n.length)}function k(n){if(n=n||{},n.circles)return q(n);return n.proto?l:a;function e(r,f){for(var t=Object.keys(r),s=new Array(t.length),o=0;o<t.length;o++){var i=t[o],u=r[i];typeof u!="object"||u===null?s[i]=u:u instanceof Date?s[i]=new Date(u):ArrayBuffer.isView(u)?s[i]=A(u):s[i]=f(u)}return s}function a(r){if(typeof r!="object"||r===null)return r;if(r instanceof Date)return new Date(r);if(Array.isArray(r))return e(r,a);if(r instanceof Map)return new Map(e(Array.from(r),a));if(r instanceof Set)return new Set(e(Array.from(r),a));var f={};for(var t in r)if(Object.hasOwnProperty.call(r,t)!==!1){var s=r[t];typeof s!="object"||s===null?f[t]=s:s instanceof Date?f[t]=new Date(s):s instanceof Map?f[t]=new Map(e(Array.from(s),a)):s instanceof Set?f[t]=new Set(e(Array.from(s),a)):ArrayBuffer.isView(s)?f[t]=A(s):f[t]=a(s)}return f}function l(r){if(typeof r!="object"||r===null)return r;if(r instanceof Date)return new Date(r);if(Array.isArray(r))return e(r,l);if(r instanceof Map)return new Map(e(Array.from(r),l));if(r instanceof Set)return new Set(e(Array.from(r),l));var f={};for(var t in r){var s=r[t];typeof s!="object"||s===null?f[t]=s:s instanceof Date?f[t]=new Date(s):s instanceof Map?f[t]=new Map(e(Array.from(s),l)):s instanceof Set?f[t]=new Set(e(Array.from(s),l)):ArrayBuffer.isView(s)?f[t]=A(s):f[t]=l(s)}return f}}function q(n){var e=[],a=[];return n.proto?f:r;function l(t,s){for(var o=Object.keys(t),i=new Array(o.length),u=0;u<o.length;u++){var p=o[u],c=t[p];if(typeof c!="object"||c===null)i[p]=c;else if(c instanceof Date)i[p]=new Date(c);else if(ArrayBuffer.isView(c))i[p]=A(c);else{var m=e.indexOf(c);m!==-1?i[p]=a[m]:i[p]=s(c)}}return i}function r(t){if(typeof t!="object"||t===null)return t;if(t instanceof Date)return new Date(t);if(Array.isArray(t))return l(t,r);if(t instanceof Map)return new Map(l(Array.from(t),r));if(t instanceof Set)return new Set(l(Array.from(t),r));var s={};e.push(t),a.push(s);for(var o in t)if(Object.hasOwnProperty.call(t,o)!==!1){var i=t[o];if(typeof i!="object"||i===null)s[o]=i;else if(i instanceof Date)s[o]=new Date(i);else if(i instanceof Map)s[o]=new Map(l(Array.from(i),r));else if(i instanceof Set)s[o]=new Set(l(Array.from(i),r));else if(ArrayBuffer.isView(i))s[o]=A(i);else{var u=e.indexOf(i);u!==-1?s[o]=a[u]:s[o]=r(i)}}return e.pop(),a.pop(),s}function f(t){if(typeof t!="object"||t===null)return t;if(t instanceof Date)return new Date(t);if(Array.isArray(t))return l(t,f);if(t instanceof Map)return new Map(l(Array.from(t),f));if(t instanceof Set)return new Set(l(Array.from(t),f));var s={};e.push(t),a.push(s);for(var o in t){var i=t[o];if(typeof i!="object"||i===null)s[o]=i;else if(i instanceof Date)s[o]=new Date(i);else if(i instanceof Map)s[o]=new Map(l(Array.from(i),f));else if(i instanceof Set)s[o]=new Set(l(Array.from(i),f));else if(ArrayBuffer.isView(i))s[o]=A(i);else{var u=e.indexOf(i);u!==-1?s[o]=a[u]:s[o]=f(i)}}return e.pop(),a.pop(),s}}});var z={};O(z,{looseCompare:()=>_,version:()=>Z});var N=B(g(),1);var U=B(g(),1);var Y=(0,U.default)();function d(n){if(n==null||typeof n!="object")return!1;let e=Object.getPrototypeOf(n);return e!==null&&e!==Object.prototype&&Object.getPrototypeOf(e)!==null?!1:!(Symbol.iterator in n)&&!(Symbol.toStringTag in n)}function W(n){if(n.includes(".")){let e=n.lastIndexOf(".");if(!n.slice(0,e).includes("."))return n.slice(0,e);for(let a=e-1;a--;)if(n[a]===".")return n.slice(a+1,e)}return null}var x=W;var S=(0,N.default)();function E(n,e){let a={now:!1};function l(r,f,t,s){let o=S(r),i,u=h({depth:-1,path:""},t);if(u.depth+=1,Array.isArray(o))for(let p=0,c=o.length;p<c&&!s.now;p++){let m=u.path?`${u.path}.${p}`:`${p}`;o[p]!==void 0?(u.parent=S(o),u.parentType="array",u.parentKey=x(m),i=l(f(o[p],void 0,v(h({},u),{path:m}),s),f,v(h({},u),{path:m}),s),Number.isNaN(i)&&p<o.length?(o.splice(p,1),p-=1):o[p]=i):o.splice(p,1)}else if(d(o))for(let p in o){if(s.now&&p!=null)break;let c=u.path?`${u.path}.${p}`:p;u.depth===0&&p!=null&&(u.topmostKey=p),u.parent=S(o),u.parentType="object",u.parentKey=x(c),i=l(f(p,o[p],v(h({},u),{path:c}),s),f,v(h({},u),{path:c}),s),Number.isNaN(i)?delete o[p]:o[p]=i}return o}return l(n,e,{},a)}function y(n){if(typeof n=="string")return!n.trim();if(!["object","string"].includes(typeof n)||!n)return!1;let e=!0;return n=E(n,(a,l,r,f)=>{let t=l!==void 0?l:a;return typeof t=="string"&&t.trim()&&(e=!1,f.now=!0),t}),e}var I="4.0.13";var Z=I;function D(n,e,a){function l(t){return t!=null}let r,f;if(a===void 0){if(!l(n)||!l(e))return}else if(!l(n)||!l(e))return!1;if(a=a||!0,typeof n!=typeof e)return!!(y(n)&&y(e));if(Array.isArray(n)&&Array.isArray(e))if(e.length){for(r=0,f=e.length;r<f;r++)if(Array.isArray(e[r])||d(e[r])){if(a=D(n[r],e[r],a),!a)return!1}else if(e[r]!==n[r])return!!(y(e[r])&&y(n[r]))}else return!!(e.length===0&&n.length===0||y(e)&&y(n));else if(d(n)&&d(e))if(Object.keys(e).length){let t=Object.keys(e);for(r=0,f=t.length;r<f;r++)if(Array.isArray(e[t[r]])||d(e[t[r]])||typeof e[t[r]]=="string"){if(a=D(n[t[r]],e[t[r]],a),!a)return!1}else if(e[t[r]]!==n[t[r]]&&(!y(e[t[r]])||!y(n[t[r]])))return!1}else return!!(Object.keys(e).length===0&&Object.keys(n).length===0||y(e)&&y(n));else if(typeof n=="string"&&typeof e=="string"){if(n!==e)return!!(y(e)&&y(n))}else return!!(y(e)&&y(n));return a}function _(n,e){return D(n,e)}return Q(z);})();
10
+ "use strict";var astLooseCompare=(()=>{var J=Object.create;var w=Object.defineProperty,P=Object.defineProperties,T=Object.getOwnPropertyDescriptor,j=Object.getOwnPropertyDescriptors,L=Object.getOwnPropertyNames,b=Object.getOwnPropertySymbols,R=Object.getPrototypeOf,$=Object.prototype.hasOwnProperty,F=Object.prototype.propertyIsEnumerable;var C=(n,e,a)=>e in n?w(n,e,{enumerable:!0,configurable:!0,writable:!0,value:a}):n[e]=a,h=(n,e)=>{for(var a in e||(e={}))$.call(e,a)&&C(n,a,e[a]);if(b)for(var a of b(e))F.call(e,a)&&C(n,a,e[a]);return n},v=(n,e)=>P(n,j(e));var K=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports),O=(n,e)=>{for(var a in e)w(n,a,{get:e[a],enumerable:!0})},V=(n,e,a,l)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of L(e))!$.call(n,r)&&r!==a&&w(n,r,{get:()=>e[r],enumerable:!(l=T(e,r))||l.enumerable});return n};var B=(n,e,a)=>(a=n!=null?J(R(n)):{},V(e||!n||!n.__esModule?w(a,"default",{value:n,enumerable:!0}):a,n)),Q=n=>V(w({},"__esModule",{value:!0}),n);var g=K((X,M)=>{"use strict";M.exports=k;function A(n){return n instanceof Buffer?Buffer.from(n):new n.constructor(n.buffer.slice(),n.byteOffset,n.length)}function k(n){if(n=n||{},n.circles)return q(n);return n.proto?l:a;function e(r,f){for(var t=Object.keys(r),s=new Array(t.length),o=0;o<t.length;o++){var i=t[o],u=r[i];typeof u!="object"||u===null?s[i]=u:u instanceof Date?s[i]=new Date(u):ArrayBuffer.isView(u)?s[i]=A(u):s[i]=f(u)}return s}function a(r){if(typeof r!="object"||r===null)return r;if(r instanceof Date)return new Date(r);if(Array.isArray(r))return e(r,a);if(r instanceof Map)return new Map(e(Array.from(r),a));if(r instanceof Set)return new Set(e(Array.from(r),a));var f={};for(var t in r)if(Object.hasOwnProperty.call(r,t)!==!1){var s=r[t];typeof s!="object"||s===null?f[t]=s:s instanceof Date?f[t]=new Date(s):s instanceof Map?f[t]=new Map(e(Array.from(s),a)):s instanceof Set?f[t]=new Set(e(Array.from(s),a)):ArrayBuffer.isView(s)?f[t]=A(s):f[t]=a(s)}return f}function l(r){if(typeof r!="object"||r===null)return r;if(r instanceof Date)return new Date(r);if(Array.isArray(r))return e(r,l);if(r instanceof Map)return new Map(e(Array.from(r),l));if(r instanceof Set)return new Set(e(Array.from(r),l));var f={};for(var t in r){var s=r[t];typeof s!="object"||s===null?f[t]=s:s instanceof Date?f[t]=new Date(s):s instanceof Map?f[t]=new Map(e(Array.from(s),l)):s instanceof Set?f[t]=new Set(e(Array.from(s),l)):ArrayBuffer.isView(s)?f[t]=A(s):f[t]=l(s)}return f}}function q(n){var e=[],a=[];return n.proto?f:r;function l(t,s){for(var o=Object.keys(t),i=new Array(o.length),u=0;u<o.length;u++){var p=o[u],c=t[p];if(typeof c!="object"||c===null)i[p]=c;else if(c instanceof Date)i[p]=new Date(c);else if(ArrayBuffer.isView(c))i[p]=A(c);else{var m=e.indexOf(c);m!==-1?i[p]=a[m]:i[p]=s(c)}}return i}function r(t){if(typeof t!="object"||t===null)return t;if(t instanceof Date)return new Date(t);if(Array.isArray(t))return l(t,r);if(t instanceof Map)return new Map(l(Array.from(t),r));if(t instanceof Set)return new Set(l(Array.from(t),r));var s={};e.push(t),a.push(s);for(var o in t)if(Object.hasOwnProperty.call(t,o)!==!1){var i=t[o];if(typeof i!="object"||i===null)s[o]=i;else if(i instanceof Date)s[o]=new Date(i);else if(i instanceof Map)s[o]=new Map(l(Array.from(i),r));else if(i instanceof Set)s[o]=new Set(l(Array.from(i),r));else if(ArrayBuffer.isView(i))s[o]=A(i);else{var u=e.indexOf(i);u!==-1?s[o]=a[u]:s[o]=r(i)}}return e.pop(),a.pop(),s}function f(t){if(typeof t!="object"||t===null)return t;if(t instanceof Date)return new Date(t);if(Array.isArray(t))return l(t,f);if(t instanceof Map)return new Map(l(Array.from(t),f));if(t instanceof Set)return new Set(l(Array.from(t),f));var s={};e.push(t),a.push(s);for(var o in t){var i=t[o];if(typeof i!="object"||i===null)s[o]=i;else if(i instanceof Date)s[o]=new Date(i);else if(i instanceof Map)s[o]=new Map(l(Array.from(i),f));else if(i instanceof Set)s[o]=new Set(l(Array.from(i),f));else if(ArrayBuffer.isView(i))s[o]=A(i);else{var u=e.indexOf(i);u!==-1?s[o]=a[u]:s[o]=f(i)}}return e.pop(),a.pop(),s}}});var z={};O(z,{looseCompare:()=>_,version:()=>Z});var N=B(g(),1);var U=B(g(),1);var Y=(0,U.default)();function d(n){if(n==null||typeof n!="object")return!1;let e=Object.getPrototypeOf(n);return e!==null&&e!==Object.prototype&&Object.getPrototypeOf(e)!==null?!1:!(Symbol.iterator in n)&&!(Symbol.toStringTag in n)}function W(n){if(n.includes(".")){let e=n.lastIndexOf(".");if(!n.slice(0,e).includes("."))return n.slice(0,e);for(let a=e-1;a--;)if(n[a]===".")return n.slice(a+1,e)}return null}var x=W;var S=(0,N.default)();function E(n,e){let a={now:!1};function l(r,f,t,s){let o=S(r),i,u=h({depth:-1,path:""},t);if(u.depth+=1,Array.isArray(o))for(let p=0,c=o.length;p<c&&!s.now;p++){let m=u.path?`${u.path}.${p}`:`${p}`;o[p]!==void 0?(u.parent=S(o),u.parentType="array",u.parentKey=x(m),i=l(f(o[p],void 0,v(h({},u),{path:m}),s),f,v(h({},u),{path:m}),s),Number.isNaN(i)&&p<o.length?(o.splice(p,1),p-=1):o[p]=i):o.splice(p,1)}else if(d(o))for(let p in o){if(s.now&&p!=null)break;let c=u.path?`${u.path}.${p}`:p;u.depth===0&&p!=null&&(u.topmostKey=p),u.parent=S(o),u.parentType="object",u.parentKey=x(c),i=l(f(p,o[p],v(h({},u),{path:c}),s),f,v(h({},u),{path:c}),s),Number.isNaN(i)?delete o[p]:o[p]=i}return o}return l(n,e,{},a)}function y(n){if(typeof n=="string")return!n.trim();if(!["object","string"].includes(typeof n)||!n)return!1;let e=!0;return n=E(n,(a,l,r,f)=>{let t=l!==void 0?l:a;return typeof t=="string"&&t.trim()&&(e=!1,f.now=!0),t}),e}var I="4.0.15";var Z=I;function D(n,e,a){function l(t){return t!=null}let r,f;if(a===void 0){if(!l(n)||!l(e))return}else if(!l(n)||!l(e))return!1;if(a=a||!0,typeof n!=typeof e)return!!(y(n)&&y(e));if(Array.isArray(n)&&Array.isArray(e))if(e.length){for(r=0,f=e.length;r<f;r++)if(Array.isArray(e[r])||d(e[r])){if(a=D(n[r],e[r],a),!a)return!1}else if(e[r]!==n[r])return!!(y(e[r])&&y(n[r]))}else return!!(e.length===0&&n.length===0||y(e)&&y(n));else if(d(n)&&d(e))if(Object.keys(e).length){let t=Object.keys(e);for(r=0,f=t.length;r<f;r++)if(Array.isArray(e[t[r]])||d(e[t[r]])||typeof e[t[r]]=="string"){if(a=D(n[t[r]],e[t[r]],a),!a)return!1}else if(e[t[r]]!==n[t[r]]&&(!y(e[t[r]])||!y(n[t[r]])))return!1}else return!!(Object.keys(e).length===0&&Object.keys(n).length===0||y(e)&&y(n));else if(typeof n=="string"&&typeof e=="string"){if(n!==e)return!!(y(e)&&y(n))}else return!!(y(e)&&y(n));return a}function _(n,e){return D(n,e)}return Q(z);})();
11
11
  /**
12
12
  * @name codsen-utils
13
13
  * @fileoverview Various utility functions
14
- * @version 1.6.2
14
+ * @version 1.6.3
15
15
  * @author Roy Revelt, Codsen Ltd
16
16
  * @license MIT
17
17
  * {@link https://codsen.com/os/codsen-utils/}
@@ -19,7 +19,7 @@
19
19
  /**
20
20
  * @name ast-monkey-util
21
21
  * @fileoverview Utility library of AST helper functions
22
- * @version 3.0.7
22
+ * @version 3.0.8
23
23
  * @author Roy Revelt, Codsen Ltd
24
24
  * @license MIT
25
25
  * {@link https://codsen.com/os/ast-monkey-util/}
@@ -27,7 +27,7 @@
27
27
  /**
28
28
  * @name ast-monkey-traverse
29
29
  * @fileoverview Utility library to traverse AST
30
- * @version 4.0.13
30
+ * @version 4.0.15
31
31
  * @author Roy Revelt, Codsen Ltd
32
32
  * @license MIT
33
33
  * {@link https://codsen.com/os/ast-monkey-traverse/}
@@ -35,7 +35,7 @@
35
35
  /**
36
36
  * @name ast-contains-only-empty-space
37
37
  * @fileoverview Does AST contain only empty space?
38
- * @version 4.0.13
38
+ * @version 4.0.15
39
39
  * @author Roy Revelt, Codsen Ltd
40
40
  * @license MIT
41
41
  * {@link https://codsen.com/os/ast-contains-only-empty-space/}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ast-loose-compare",
3
- "version": "4.0.13",
3
+ "version": "4.0.15",
4
4
  "description": "Compare anything: AST, objects, arrays and strings",
5
5
  "keywords": [
6
6
  "array",
@@ -79,7 +79,7 @@
79
79
  }
80
80
  },
81
81
  "dependencies": {
82
- "ast-contains-only-empty-space": "^4.0.13",
83
- "codsen-utils": "^1.6.2"
82
+ "ast-contains-only-empty-space": "^4.0.15",
83
+ "codsen-utils": "^1.6.3"
84
84
  }
85
85
  }