@alwatr/deep-clone 1.0.22 → 1.0.23

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/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.23](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.22...@alwatr/deep-clone@1.0.23) (2024-09-15)
7
+
8
+ ### Dependencies update
9
+
10
+ * bump the development-dependencies group across 1 directory with 10 updates ([9ed98ff](https://github.com/Alwatr/nanolib/commit/9ed98ffd0668d5a36e255c82edab3af53bffda8f)) by @dependabot[bot]
11
+
6
12
  ## [1.0.22](https://github.com/Alwatr/nanolib/compare/@alwatr/deep-clone@1.0.21...@alwatr/deep-clone@1.0.22) (2024-08-31)
7
13
 
8
14
  ### Miscellaneous Chores
package/dist/main.cjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/deep-clone v1.0.22 */
1
+ /* @alwatr/deep-clone v1.0.23 */
2
2
  "use strict";var o=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var T=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var d=(n,e)=>{for(var u in e)o(n,u,{get:e[u],enumerable:!0})},f=(n,e,u,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of T(e))!i.call(n,l)&&l!==u&&o(n,l,{get:()=>e[l],enumerable:!(r=t(e,l))||r.enumerable});return n};var p=n=>f(o({},"__esModule",{value:!0}),n);var x={};d(x,{deepClone:()=>c});module.exports=p(x);function c(n){return n==null?null:JSON.parse(JSON.stringify(n))}0&&(module.exports={deepClone});
3
3
  //# sourceMappingURL=main.cjs.map
package/dist/main.mjs CHANGED
@@ -1,3 +1,3 @@
1
- /* @alwatr/deep-clone v1.0.22 */
1
+ /* @alwatr/deep-clone v1.0.23 */
2
2
  function e(n){return n==null?null:JSON.parse(JSON.stringify(n))}export{e as deepClone};
3
3
  //# sourceMappingURL=main.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/deep-clone",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "description": "Clone deeply nested objects and arrays in JavaScript.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -67,10 +67,10 @@
67
67
  "clean": "rm -rfv dist *.tsbuildinfo"
68
68
  },
69
69
  "devDependencies": {
70
- "@alwatr/nano-build": "^1.3.8",
70
+ "@alwatr/nano-build": "^1.3.9",
71
71
  "@alwatr/prettier-config": "^1.0.4",
72
72
  "@alwatr/tsconfig-base": "^1.2.0",
73
- "typescript": "^5.5.4"
73
+ "typescript": "^5.6.2"
74
74
  },
75
- "gitHead": "1f163e85c5f0c769d5dcdf232e8042c64ec1854d"
75
+ "gitHead": "30b89ecac526d2549d7361843ec47f8dde056d45"
76
76
  }