@alwatr/render-state 1.0.7 → 5.0.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 +29 -0
- package/dist/main.cjs +2 -2
- package/dist/main.mjs +2 -2
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,35 @@
|
|
|
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.0.0 (2024-11-02)
|
|
7
|
+
|
|
8
|
+
### ⚠ BREAKING CHANGES
|
|
9
|
+
|
|
10
|
+
* 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.
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* **render-state:** add `render-state` package ([7f5b112](https://github.com/Alwatr/nanolib/commit/7f5b1122482a5df205cb4fee1113005310c9464f)) by @
|
|
15
|
+
|
|
16
|
+
### Code Refactoring
|
|
17
|
+
|
|
18
|
+
* prevent side-effects ([01e00e1](https://github.com/Alwatr/nanolib/commit/01e00e191385cc92b28677df0c01a085916ae677)) by @
|
|
19
|
+
* use the same version as @alwatr/nanolib ([60eb860](https://github.com/Alwatr/nanolib/commit/60eb860a0e33dfffe2d1d95e63ce54c60876be06)) by @
|
|
20
|
+
|
|
21
|
+
### Miscellaneous Chores
|
|
22
|
+
|
|
23
|
+
* fix versions ([497a6d8](https://github.com/Alwatr/nanolib/commit/497a6d81ae5989e566e96d498fc5f1b6c80193ae)) by @
|
|
24
|
+
* include LICENSE and LEGAL files to publish ([09f366f](https://github.com/Alwatr/nanolib/commit/09f366f680bfa9fb26acb2cd1ccbc68c5a9e9ad8)) by @
|
|
25
|
+
* Remove change log file ([1955c9c](https://github.com/Alwatr/nanolib/commit/1955c9c20fc72df6c07e8e37a4bad48f1bd9125f)) by @
|
|
26
|
+
|
|
27
|
+
### Dependencies update
|
|
28
|
+
|
|
29
|
+
* bump the development-dependencies group with 10 updates ([fa4aaf0](https://github.com/Alwatr/nanolib/commit/fa4aaf04c907ecae06aa14000ce35216170c15ad)) by @
|
|
30
|
+
|
|
31
|
+
## [1.0.8](https://github.com/Alwatr/nanolib/compare/@alwatr/render-state@1.0.7...@alwatr/render-state@1.0.8) (2024-11-02)
|
|
32
|
+
|
|
33
|
+
**Note:** Version bump only for package @alwatr/render-state
|
|
34
|
+
|
|
6
35
|
## [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
36
|
|
|
8
37
|
**Note:** Version bump only for package @alwatr/render-state
|
package/dist/main.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* @alwatr/render-state
|
|
1
|
+
/* @alwatr/render-state v5.0.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", "
|
|
29
|
+
__dev_mode__: import_package_tracer.packageTracer.add("@alwatr/render-state", "5.0.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 });
|
package/dist/main.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* @alwatr/render-state
|
|
1
|
+
/* @alwatr/render-state v5.0.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", "
|
|
6
|
+
__dev_mode__: packageTracer.add("@alwatr/render-state", "5.0.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 });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alwatr/render-state",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.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": "^
|
|
67
|
-
"@alwatr/package-tracer": "^
|
|
66
|
+
"@alwatr/logger": "^5.0.0",
|
|
67
|
+
"@alwatr/package-tracer": "^5.0.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@alwatr/nano-build": "^
|
|
71
|
-
"@alwatr/prettier-config": "^
|
|
72
|
-
"@alwatr/tsconfig-base": "^
|
|
70
|
+
"@alwatr/nano-build": "^5.0.0",
|
|
71
|
+
"@alwatr/prettier-config": "^5.0.0",
|
|
72
|
+
"@alwatr/tsconfig-base": "^5.0.0",
|
|
73
73
|
"typescript": "^5.6.3"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "7d12943fafa8ef50636346e66ff56c50e2fd0c72"
|
|
76
76
|
}
|