@avstantso/utils-enum-simple 1.1.3 → 1.1.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 +6 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.1.4] - 2026-01-16
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Updated `@avstantso/core` dependency (fix `process is not defined` error in Vite build)
|
|
13
|
+
|
|
8
14
|
## [1.1.3] - 2026-01-16
|
|
9
15
|
|
|
10
16
|
### Changed
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@avstantso/utils-enum-simple",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"author": "avstantso",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.4",
|
|
6
6
|
"description": "AVStantso framework utils: EnumSimple",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"EnumSimple"
|
|
@@ -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"
|