@hz-9/a5-core 0.2.0-alpha.59 → 0.2.0-alpha.60

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/package.json +1 -1
  2. package/CHANGELOG.md +0 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hz-9/a5-core",
3
- "version": "0.2.0-alpha.59",
3
+ "version": "0.2.0-alpha.60",
4
4
  "description": "The core library for the `@hz-9/a5-*` series of repositories.",
5
5
  "keywords": [
6
6
  "nest",
package/CHANGELOG.md DELETED
@@ -1,17 +0,0 @@
1
- # Change Log - @hz-9/a5-core
2
-
3
- This log was last generated on Sun, 15 Mar 2026 12:00:00 GMT and should not be manually modified.
4
-
5
- ## 0.2.0-alpha.59
6
- Sun, 15 Mar 2026 12:00:00 GMT
7
-
8
- ### Updates
9
-
10
- - feat: remove @hz-9/a5-captcha
11
- - feat: remove curd codes in @hz-9/a5-authn
12
- - feat: add some plugin export in @hz-9/a5-authn
13
- - feat(hz-9_a5-authn): merge A5AuthnJwtModule A5AuthnCredModule to A5AuthnCoreModule
14
- - feat(hz-9_a5-authn): remove enum A5AuthnAccountType or A5AuthnLoginAuthType, add enum A5AuthnCredentialType
15
- - feat(hz-9_a5-authn): remove unused methods on A5AuthnCoreService
16
- - feat(hz-9_a5-core): update some plugin export in @hz-9/a5-core
17
- - fix(hz-9_a5-core): add @public release tag to A5AppPrintAddressItem and A5AppPrintAddressOptions