@alwatr/render-state 1.0.5 → 1.0.7

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,17 +3,25 @@
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.7](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.6...@alwatr/render-state@1.0.7) (2024-10-25)
7
+
8
+ **Note:** Version bump only for package @alwatr/render-state
9
+
10
+ ## [1.0.6](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.5...@alwatr/render-state@1.0.6) (2024-10-12)
11
+
12
+ **Note:** Version bump only for package @alwatr/render-state
13
+
6
14
  ## [1.0.5](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.4...@alwatr/render-state@1.0.5) (2024-10-11)
7
15
 
8
16
  ### Code Refactoring
9
17
 
10
- * prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar
18
+ - prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @mohammadhonarvar
11
19
 
12
20
  ## [1.0.4](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.3...@alwatr/render-state@1.0.4) (2024-10-11)
13
21
 
14
22
  ### Miscellaneous Chores
15
23
 
16
- * include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
24
+ - include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
17
25
 
18
26
  ## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.2...@alwatr/render-state@1.0.3) (2024-10-11)
19
27
 
@@ -23,7 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
23
31
 
24
32
  ### Dependencies update
25
33
 
26
- * bump the development-dependencies group with 10 updates ([fa4aaf0](https://github.com/Alwatr/nanolib/commit/fa4aaf04c907ecae06aa14000ce35216170c15ad)) by @dependabot[bot]
34
+ - bump the development-dependencies group with 10 updates ([fa4aaf0](https://github.com/Alwatr/nanolib/commit/fa4aaf04c907ecae06aa14000ce35216170c15ad)) by @dependabot[bot]
27
35
 
28
36
  ## [1.0.1](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.0...@alwatr/render-state@1.0.1) (2024-10-08)
29
37
 
@@ -33,9 +41,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
33
41
 
34
42
  ### Features
35
43
 
36
- * **render-state:** add `render-state` package ([7f5b112](https://github.com/Alwatr/nanolib/commit/7f5b1122482a5df205cb4fee1113005310c9464f)) by @mohammadhonarvar
44
+ - **render-state:** add `render-state` package ([7f5b112](https://github.com/Alwatr/nanolib/commit/7f5b1122482a5df205cb4fee1113005310c9464f)) by @mohammadhonarvar
37
45
 
38
46
  ### Miscellaneous Chores
39
47
 
40
- * fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @AliMD
41
- * Remove change log file ([1955c9c](https://github.com/Alwatr/nanolib/commit/1955c9c20fc72df6c07e8e37a4bad48f1bd9125f)) by @AliMD
48
+ - fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @AliMD
49
+ - Remove change log file ([1955c9c](https://github.com/Alwatr/nanolib/commit/1955c9c20fc72df6c07e8e37a4bad48f1bd9125f)) by @AliMD
package/dist/main.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /* @alwatr/render-state v1.0.5 */
1
+ /* @alwatr/render-state v1.0.7 */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -26,7 +26,7 @@ __export(main_exports, {
26
26
  module.exports = __toCommonJS(main_exports);
27
27
  var import_logger = require("@alwatr/logger");
28
28
  var import_package_tracer = require("@alwatr/package-tracer");
29
- __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/render-state", "1.0.5");
29
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/render-state", "1.0.7");
30
30
  var logger = /* @__PURE__ */ (0, import_logger.createLogger)("@alwatr/render-state");
31
31
  var renderState = (state, renderRecord, thisArg = null) => {
32
32
  logger.logMethodArgs?.("renderState", { state, renderRecord });
package/dist/main.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* @alwatr/render-state v1.0.5 */
1
+ /* @alwatr/render-state v1.0.7 */
2
2
 
3
3
  // src/main.ts
4
4
  import { createLogger } from "@alwatr/logger";
5
5
  import { packageTracer } from "@alwatr/package-tracer";
6
- __dev_mode__: packageTracer.add("@alwatr/render-state", "1.0.5");
6
+ __dev_mode__: packageTracer.add("@alwatr/render-state", "1.0.7");
7
7
  var logger = /* @__PURE__ */ createLogger("@alwatr/render-state");
8
8
  var renderState = (state, renderRecord, thisArg = null) => {
9
9
  logger.logMethodArgs?.("renderState", { state, renderRecord });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alwatr/render-state",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "Clone deeply nested objects and arrays in JavaScript.",
5
5
  "author": "S. Ali Mihandoost <ali.mihandoost@gmail.com>",
6
6
  "keywords": [
@@ -63,14 +63,14 @@
63
63
  "clean": "rm -rfv dist *.tsbuildinfo"
64
64
  },
65
65
  "dependencies": {
66
- "@alwatr/logger": "^4.0.5",
67
- "@alwatr/package-tracer": "^1.0.5"
66
+ "@alwatr/logger": "^4.0.7",
67
+ "@alwatr/package-tracer": "^1.0.7"
68
68
  },
69
69
  "devDependencies": {
70
- "@alwatr/nano-build": "^2.0.1",
70
+ "@alwatr/nano-build": "^2.0.3",
71
71
  "@alwatr/prettier-config": "^1.0.6",
72
- "@alwatr/tsconfig-base": "^1.3.2",
72
+ "@alwatr/tsconfig-base": "^1.3.3",
73
73
  "typescript": "^5.6.3"
74
74
  },
75
- "gitHead": "e474bb77657795c7b476fa3e98c219373ee45c2e"
75
+ "gitHead": "a1e430a02f9a5711fc43f19012091bcd8806c4f9"
76
76
  }