@alwatr/render-state 5.3.0 → 5.5.0
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 +36 -3
- package/dist/main.cjs +2 -3
- package/dist/main.d.ts.map +1 -1
- package/dist/main.mjs +2 -3
- package/package.json +6 -6
- package/dist/main.cjs.LEGAL.txt +0 -0
- package/dist/main.mjs.LEGAL.txt +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,39 @@
|
|
|
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.0](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@5.4.0...@alwatr/render-state@5.5.0) (2025-03-06)
|
|
7
|
+
|
|
8
|
+
### Miscellaneous Chores
|
|
9
|
+
|
|
10
|
+
* update username casing in changelog entries ([9722ac9](https://github.com/Alwatr/nanolib/commit/9722ac9a078438a4e8ebfa5826ea70e0e3a52ca6)) by @
|
|
11
|
+
|
|
12
|
+
### Dependencies update
|
|
13
|
+
|
|
14
|
+
* bump the development-dependencies group across 1 directory with 11 updates ([720c395](https://github.com/Alwatr/nanolib/commit/720c3954da55c929fe8fb16957121f4c51fb7f0c)) by @dependabot[bot]
|
|
15
|
+
|
|
16
|
+
## [5.4.0](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.8...@alwatr/render-state@5.4.0) (2025-02-18)
|
|
17
|
+
|
|
18
|
+
## 5.3.0 (2025-02-03)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous Chores
|
|
21
|
+
|
|
22
|
+
* edit README ([3860b3d](https://github.com/Alwatr/nanolib/commit/3860b3df48ab82dc479d5236c2e8579df614aabf)) by @
|
|
23
|
+
|
|
24
|
+
### Dependencies update
|
|
25
|
+
|
|
26
|
+
* bump the development-dependencies group across 1 directory with 11 updates ([cb79d07](https://github.com/Alwatr/nanolib/commit/cb79d072a57c79e1c01abff1a293d6757bb65350)) by @
|
|
27
|
+
* update typescript and @types/node to version 5.7.3 and 22.13.0 respectively across multiple packages ([ddab05b](https://github.com/Alwatr/nanolib/commit/ddab05b5d767c30191f36a065e4bc88744e8e3fe)) by @
|
|
28
|
+
|
|
29
|
+
## 5.0.0 (2024-11-02)
|
|
30
|
+
|
|
31
|
+
### ⚠ BREAKING CHANGES
|
|
32
|
+
|
|
33
|
+
* To simplify version management and ensure consistency, all nanolib packages now use the same version as @alwatr/nanolib. This may require updates to your project's dependencies.
|
|
34
|
+
|
|
35
|
+
### Code Refactoring
|
|
36
|
+
|
|
37
|
+
* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @
|
|
38
|
+
|
|
6
39
|
## [5.3.0](https://github.com/Alwatr/nanolib/compare/v5.2.1...v5.3.0) (2025-02-03)
|
|
7
40
|
|
|
8
41
|
### Miscellaneous Chores
|
|
@@ -61,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
61
94
|
|
|
62
95
|
### Miscellaneous Chores
|
|
63
96
|
|
|
64
|
-
- include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @
|
|
97
|
+
- include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @alimd
|
|
65
98
|
|
|
66
99
|
## [1.0.3](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.2...@alwatr/render-state@1.0.3) (2024-10-11)
|
|
67
100
|
|
|
@@ -85,5 +118,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
85
118
|
|
|
86
119
|
### Miscellaneous Chores
|
|
87
120
|
|
|
88
|
-
- fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @
|
|
89
|
-
- Remove change log file ([1955c9c](https://github.com/Alwatr/nanolib/commit/1955c9c20fc72df6c07e8e37a4bad48f1bd9125f)) by @
|
|
121
|
+
- fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @alimd
|
|
122
|
+
- 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.
|
|
1
|
+
/* @alwatr/render-state v5.5.0 */
|
|
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.
|
|
29
|
+
__dev_mode__: import_package_tracer.packageTracer.add("@alwatr/render-state", "5.5.0");
|
|
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 });
|
|
@@ -63,5 +63,4 @@ var renderState = (state, renderRecord, thisArg = null) => {
|
|
|
63
63
|
0 && (module.exports = {
|
|
64
64
|
renderState
|
|
65
65
|
});
|
|
66
|
-
/*! For license information please see main.cjs.LEGAL.txt */
|
|
67
66
|
//# sourceMappingURL=main.cjs.map
|
package/dist/main.d.ts.map
CHANGED
|
@@ -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,
|
|
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.
|
|
1
|
+
/* @alwatr/render-state v5.5.0 */
|
|
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.
|
|
6
|
+
__dev_mode__: packageTracer.add("@alwatr/render-state", "5.5.0");
|
|
7
7
|
var logger = /* @__PURE__ */ createLogger("@alwatr/render-state");
|
|
8
8
|
var renderState = (state, renderRecord, thisArg = null) => {
|
|
9
9
|
logger.logMethodArgs?.("renderState", { state, renderRecord });
|
|
@@ -39,5 +39,4 @@ var renderState = (state, renderRecord, thisArg = null) => {
|
|
|
39
39
|
export {
|
|
40
40
|
renderState
|
|
41
41
|
};
|
|
42
|
-
/*! For license information please see main.mjs.LEGAL.txt */
|
|
43
42
|
//# sourceMappingURL=main.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/render-state",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0",
|
|
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.
|
|
67
|
-
"@alwatr/package-tracer": "^5.
|
|
66
|
+
"@alwatr/logger": "^5.5.0",
|
|
67
|
+
"@alwatr/package-tracer": "^5.5.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@alwatr/nano-build": "^5.
|
|
70
|
+
"@alwatr/nano-build": "^5.5.0",
|
|
71
71
|
"@alwatr/prettier-config": "^5.0.0",
|
|
72
72
|
"@alwatr/tsconfig-base": "^5.0.0",
|
|
73
|
-
"typescript": "^5.
|
|
73
|
+
"typescript": "^5.8.2"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "fdf8e6de77cca359465110a75ff18faff0649a95"
|
|
76
76
|
}
|
package/dist/main.cjs.LEGAL.txt
DELETED
|
File without changes
|
package/dist/main.mjs.LEGAL.txt
DELETED
|
File without changes
|