@alwatr/render-state 5.4.0 → 5.5.1

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,20 @@
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
+ ## [5.5.1](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@5.5.0...@alwatr/render-state@5.5.1) (2025-03-18)
7
+
8
+ **Note:** Version bump only for package @alwatr/render-state
9
+
10
+ ## [5.5.0](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@5.4.0...@alwatr/render-state@5.5.0) (2025-03-06)
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ * update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
15
+
16
+ ### Dependencies update
17
+
18
+ * bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
19
+
6
20
  ## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.8...@alwatr/render-state@5.4.0) (2025-02-18)
7
21
 
8
22
  ## 5.3.0 (2025-02-03)
@@ -84,7 +98,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
84
98
 
85
99
  ### Miscellaneous Chores
86
100
 
87
- - include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @AliMD
101
+ - include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @alimd
88
102
 
89
103
  ## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.2...@alwatr/render-state@1.0.3) (2024-10-11)
90
104
 
@@ -108,5 +122,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
108
122
 
109
123
  ### Miscellaneous Chores
110
124
 
111
- - fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @AliMD
112
- - Remove change log file ([1955c9c](https://github.com/Alwatr/nanolib/commit/1955c9c20fc72df6c07e8e37a4bad48f1bd9125f)) by @AliMD
125
+ - fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @alimd
126
+ - 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 v5.4.0 */
1
+ /* @alwatr/render-state v5.5.1 */
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", "5.4.0");
29
+ __dev_mode__: import_package_tracer.packageTracer.add("@alwatr/render-state", "5.5.1");
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 });
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,WAAW,GAAI,CAAC,EAAE,CAAC,SAAS,MAAM,SACtC,CAAC,gBACM,MAAM,CAAC,CAAC,GAAG,UAAU,EAAE,SAAS,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,YACtD,OAAO,KACf,CAAC,GAAG,SAuCN,CAAC"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,WAAW,GAAI,CAAC,EAAE,CAAC,SAAS,MAAM,EAC7C,OAAO,CAAC,EACR,cAAc,MAAM,CAAC,CAAC,GAAG,UAAU,EAAE,SAAS,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAC/D,UAAS,OAAc,KACtB,CAAC,GAAG,SAuCN,CAAC"}
package/dist/main.mjs CHANGED
@@ -1,9 +1,9 @@
1
- /* @alwatr/render-state v5.4.0 */
1
+ /* @alwatr/render-state v5.5.1 */
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", "5.4.0");
6
+ __dev_mode__: packageTracer.add("@alwatr/render-state", "5.5.1");
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": "5.4.0",
3
+ "version": "5.5.1",
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": "^5.4.0",
67
- "@alwatr/package-tracer": "^5.4.0"
66
+ "@alwatr/logger": "^5.5.1",
67
+ "@alwatr/package-tracer": "^5.5.1"
68
68
  },
69
69
  "devDependencies": {
70
- "@alwatr/nano-build": "^5.4.0",
70
+ "@alwatr/nano-build": "^5.5.1",
71
71
  "@alwatr/prettier-config": "^5.0.0",
72
72
  "@alwatr/tsconfig-base": "^5.0.0",
73
- "typescript": "^5.7.3"
73
+ "typescript": "^5.8.2"
74
74
  },
75
- "gitHead": "074be0d0fe780bf929e163045f8f598cd2697636"
75
+ "gitHead": "21cb1fe0f26a580944d9e72a313fc99308cd8be7"
76
76
  }