@avstantso/utils-names-tree 1.0.2 → 1.0.4
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 +12 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.0.4] - 2026-01-16
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Updated `@avstantso/core` dependency (fix `process is not defined` error in Vite build)
|
|
10
|
+
|
|
11
|
+
## [1.0.3] - 2026-01-16
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Updated `@avstantso/core` dependency (global registration fix for Vite hot reload)
|
|
16
|
+
|
|
5
17
|
## [1.0.2] - 2026-01-15
|
|
6
18
|
|
|
7
19
|
### Fixed
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@avstantso/utils-names-tree",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"author": "avstantso",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.4",
|
|
6
6
|
"description": "AVStantso framework utils: NamesTree",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"NamesTree"
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"test": "NODE_ENV=test jest --coverage"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@avstantso/concepts": "1.0.
|
|
27
|
-
"@avstantso/core": "1.0.
|
|
28
|
-
"@avstantso/errors": "1.0.
|
|
29
|
-
"@avstantso/js": "1.0.
|
|
26
|
+
"@avstantso/concepts": "1.0.4",
|
|
27
|
+
"@avstantso/core": "1.0.4",
|
|
28
|
+
"@avstantso/errors": "1.0.5",
|
|
29
|
+
"@avstantso/js": "1.0.4",
|
|
30
30
|
"@avstantso/std-ext": "1.0.2",
|
|
31
|
-
"@avstantso/ts": "1.0.
|
|
31
|
+
"@avstantso/ts": "1.0.4"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@avstantso/dev-basic": "1.0.0"
|