@avstantso/utils-locker 1.2.1 → 1.2.3
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 +14 -0
- package/package.json +7 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [1.2.3] - 2026-02-04
|
|
5
|
+
|
|
6
|
+
### Changed
|
|
7
|
+
|
|
8
|
+
- Removed `dev-basic` workspace dependency (dev deps now resolved via `.yarnrc.yml` packageExtensions)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
## [1.2.2] - 2026-01-31
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Updated `@avstantso/ts` dependency (Updated @avstantso/ts dependency (fix String, Filter))
|
|
16
|
+
|
|
17
|
+
|
|
4
18
|
## [1.2.1] - 2026-01-18
|
|
5
19
|
|
|
6
20
|
### Changed
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@avstantso/utils-locker",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"author": "avstantso",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.3",
|
|
6
6
|
"description": "AVStantso framework utils: Locker",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"Locker"
|
|
@@ -23,14 +23,11 @@
|
|
|
23
23
|
"test": "NODE_ENV=test jest --coverage"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@avstantso/concepts": "1.2.
|
|
27
|
-
"@avstantso/core": "1.2.
|
|
28
|
-
"@avstantso/errors": "1.2.
|
|
29
|
-
"@avstantso/js": "1.2.
|
|
30
|
-
"@avstantso/std-ext": "1.2.
|
|
31
|
-
"@avstantso/ts": "1.
|
|
32
|
-
},
|
|
33
|
-
"devDependencies": {
|
|
34
|
-
"@avstantso/dev-basic": "1.0.0"
|
|
26
|
+
"@avstantso/concepts": "1.2.3",
|
|
27
|
+
"@avstantso/core": "1.2.2",
|
|
28
|
+
"@avstantso/errors": "1.2.2",
|
|
29
|
+
"@avstantso/js": "1.2.3",
|
|
30
|
+
"@avstantso/std-ext": "1.2.2",
|
|
31
|
+
"@avstantso/ts": "1.3.1"
|
|
35
32
|
}
|
|
36
33
|
}
|