@avstantso/utils-enum-simple 1.1.4 → 1.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,10 +1,23 @@
1
1
  # Changelog
2
2
 
3
+
4
+ ## [1.2.1] - 2026-01-18
5
+
6
+ ### Changed
7
+
8
+ - Fix publishing
9
+
3
10
  All notable changes to this project will be documented in this file.
4
11
 
5
12
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
13
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
14
 
15
+ ## [1.2.0] - 2026-01-18
16
+
17
+ ### Changed
18
+
19
+ - Updated all dependencies
20
+
8
21
  ## [1.1.4] - 2026-01-16
9
22
 
10
23
  ### 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.4",
5
+ "version": "1.2.1",
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.4",
27
- "@avstantso/core": "1.0.4",
28
- "@avstantso/errors": "1.0.5",
29
- "@avstantso/js": "1.0.4",
30
- "@avstantso/std-ext": "1.0.2",
31
- "@avstantso/ts": "1.0.4"
26
+ "@avstantso/concepts": "1.2.1",
27
+ "@avstantso/core": "1.2.1",
28
+ "@avstantso/errors": "1.2.1",
29
+ "@avstantso/js": "1.2.1",
30
+ "@avstantso/std-ext": "1.2.1",
31
+ "@avstantso/ts": "1.2.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@avstantso/dev-basic": "1.0.0"