@alwatr/render-state 1.0.6 → 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,6 +3,10 @@
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
+
6
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)
7
11
 
8
12
  **Note:** Version bump only for package @alwatr/render-state
@@ -11,13 +15,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
15
 
12
16
  ### Code Refactoring
13
17
 
14
- * 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
15
19
 
16
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)
17
21
 
18
22
  ### Miscellaneous Chores
19
23
 
20
- * 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
21
25
 
22
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)
23
27
 
@@ -27,7 +31,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
27
31
 
28
32
  ### Dependencies update
29
33
 
30
- * 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]
31
35
 
32
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)
33
37
 
@@ -37,9 +41,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
37
41
 
38
42
  ### Features
39
43
 
40
- * **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
41
45
 
42
46
  ### Miscellaneous Chores
43
47
 
44
- * fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @AliMD
45
- * 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.6 */
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.6");
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.6 */
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.6");
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.6",
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.6",
67
- "@alwatr/package-tracer": "^1.0.6"
66
+ "@alwatr/logger": "^4.0.7",
67
+ "@alwatr/package-tracer": "^1.0.7"
68
68
  },
69
69
  "devDependencies": {
70
- "@alwatr/nano-build": "^2.0.2",
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": "15d12342d2e69fbb6129675cce620132c5bd0bfc"
75
+ "gitHead": "a1e430a02f9a5711fc43f19012091bcd8806c4f9"
76
76
  }