@aigne/secrets 0.1.6-beta.9 → 0.1.6
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 +199 -0
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,204 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.1.6](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.25...secrets-v0.1.6) (2026-01-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @aigne/core bumped to 1.72.0
|
|
11
|
+
* devDependencies
|
|
12
|
+
* @aigne/test-utils bumped to 0.5.69
|
|
13
|
+
|
|
14
|
+
## [0.1.6-beta.25](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.24...secrets-v0.1.6-beta.25) (2026-01-16)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **secure:** secure credential storage with keyring support ([#771](https://github.com/AIGNE-io/aigne-framework/issues/771)) ([023c202](https://github.com/AIGNE-io/aigne-framework/commit/023c202f75eddb37d003b1fad447b491e8e1a8c2))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
|
|
25
|
+
* bump version ([70d217c](https://github.com/AIGNE-io/aigne-framework/commit/70d217c8360dd0dda7f5f17011c4e92ec836e801))
|
|
26
|
+
* bump version ([af04b69](https://github.com/AIGNE-io/aigne-framework/commit/af04b6931951afa35d52065430acc7fef4b10087))
|
|
27
|
+
* bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
|
|
28
|
+
* **cli:** use sequential migration to handle keyring and callback file save ([#776](https://github.com/AIGNE-io/aigne-framework/issues/776)) ([da0db46](https://github.com/AIGNE-io/aigne-framework/commit/da0db46597b76cc0f41d604fd51bcd64931f0315))
|
|
29
|
+
* improve test coverage tracking and reporting ([#903](https://github.com/AIGNE-io/aigne-framework/issues/903)) ([031144e](https://github.com/AIGNE-io/aigne-framework/commit/031144e74f29e882cffe52ffda8f7a18c76ace7f))
|
|
30
|
+
* **secrets:** implement lazy loading for keyring to prevent crashes in unsupported environments ([#775](https://github.com/AIGNE-io/aigne-framework/issues/775)) ([78b8c87](https://github.com/AIGNE-io/aigne-framework/commit/78b8c873b067e1dea1c05e8bc9dc3ec0a4c86a47))
|
|
31
|
+
* **secrets:** improve keyring availability detection with environment checks ([#778](https://github.com/AIGNE-io/aigne-framework/issues/778)) ([75dceab](https://github.com/AIGNE-io/aigne-framework/commit/75dceabeb7d6fd8c057759f003e703a2ebb41afd))
|
|
32
|
+
* **secrets:** simplify default item handling in KeyringStore ([#780](https://github.com/AIGNE-io/aigne-framework/issues/780)) ([4c1ff51](https://github.com/AIGNE-io/aigne-framework/commit/4c1ff51e982ed5787df37b127a381276537ec92f))
|
|
33
|
+
* **secrets:** support system keyring for secure credential storage ([#773](https://github.com/AIGNE-io/aigne-framework/issues/773)) ([859ac2d](https://github.com/AIGNE-io/aigne-framework/commit/859ac2d9eb6019d7a68726076d65841cd96bc9a4))
|
|
34
|
+
* **secrets:** use workspace protocol for @aigne/core dependency ([895f127](https://github.com/AIGNE-io/aigne-framework/commit/895f12791d788f9d7298504ab3de5425710b3292))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Dependencies
|
|
38
|
+
|
|
39
|
+
* The following workspace dependencies were updated
|
|
40
|
+
* dependencies
|
|
41
|
+
* @aigne/core bumped to 1.72.0-beta.25
|
|
42
|
+
* devDependencies
|
|
43
|
+
* @aigne/test-utils bumped to 0.5.69-beta.25
|
|
44
|
+
|
|
45
|
+
## [0.1.6-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.23...secrets-v0.1.6-beta.24) (2026-01-16)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Dependencies
|
|
49
|
+
|
|
50
|
+
* The following workspace dependencies were updated
|
|
51
|
+
* dependencies
|
|
52
|
+
* @aigne/core bumped to 1.72.0-beta.24
|
|
53
|
+
* devDependencies
|
|
54
|
+
* @aigne/test-utils bumped to 0.5.69-beta.24
|
|
55
|
+
|
|
56
|
+
## [0.1.6-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.22...secrets-v0.1.6-beta.23) (2026-01-15)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Dependencies
|
|
60
|
+
|
|
61
|
+
* The following workspace dependencies were updated
|
|
62
|
+
* dependencies
|
|
63
|
+
* @aigne/core bumped to 1.72.0-beta.23
|
|
64
|
+
* devDependencies
|
|
65
|
+
* @aigne/test-utils bumped to 0.5.69-beta.23
|
|
66
|
+
|
|
67
|
+
## [0.1.6-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.21...secrets-v0.1.6-beta.22) (2026-01-15)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
### Dependencies
|
|
71
|
+
|
|
72
|
+
* The following workspace dependencies were updated
|
|
73
|
+
* dependencies
|
|
74
|
+
* @aigne/core bumped to 1.72.0-beta.22
|
|
75
|
+
* devDependencies
|
|
76
|
+
* @aigne/test-utils bumped to 0.5.69-beta.22
|
|
77
|
+
|
|
78
|
+
## [0.1.6-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.20...secrets-v0.1.6-beta.21) (2026-01-15)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Dependencies
|
|
82
|
+
|
|
83
|
+
* The following workspace dependencies were updated
|
|
84
|
+
* dependencies
|
|
85
|
+
* @aigne/core bumped to 1.72.0-beta.21
|
|
86
|
+
* devDependencies
|
|
87
|
+
* @aigne/test-utils bumped to 0.5.69-beta.21
|
|
88
|
+
|
|
89
|
+
## [0.1.6-beta.20](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.19...secrets-v0.1.6-beta.20) (2026-01-15)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Dependencies
|
|
93
|
+
|
|
94
|
+
* The following workspace dependencies were updated
|
|
95
|
+
* dependencies
|
|
96
|
+
* @aigne/core bumped to 1.72.0-beta.20
|
|
97
|
+
* devDependencies
|
|
98
|
+
* @aigne/test-utils bumped to 0.5.69-beta.20
|
|
99
|
+
|
|
100
|
+
## [0.1.6-beta.19](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.18...secrets-v0.1.6-beta.19) (2026-01-14)
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
### Bug Fixes
|
|
104
|
+
|
|
105
|
+
* improve test coverage tracking and reporting ([#903](https://github.com/AIGNE-io/aigne-framework/issues/903)) ([031144e](https://github.com/AIGNE-io/aigne-framework/commit/031144e74f29e882cffe52ffda8f7a18c76ace7f))
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Dependencies
|
|
109
|
+
|
|
110
|
+
* The following workspace dependencies were updated
|
|
111
|
+
* dependencies
|
|
112
|
+
* @aigne/core bumped to 1.72.0-beta.19
|
|
113
|
+
* devDependencies
|
|
114
|
+
* @aigne/test-utils bumped to 0.5.69-beta.19
|
|
115
|
+
|
|
116
|
+
## [0.1.6-beta.18](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.17...secrets-v0.1.6-beta.18) (2026-01-13)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Dependencies
|
|
120
|
+
|
|
121
|
+
* The following workspace dependencies were updated
|
|
122
|
+
* dependencies
|
|
123
|
+
* @aigne/core bumped to 1.72.0-beta.18
|
|
124
|
+
|
|
125
|
+
## [0.1.6-beta.17](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.16...secrets-v0.1.6-beta.17) (2026-01-12)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
### Dependencies
|
|
129
|
+
|
|
130
|
+
* The following workspace dependencies were updated
|
|
131
|
+
* dependencies
|
|
132
|
+
* @aigne/core bumped to 1.72.0-beta.17
|
|
133
|
+
|
|
134
|
+
## [0.1.6-beta.16](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.15...secrets-v0.1.6-beta.16) (2026-01-12)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Dependencies
|
|
138
|
+
|
|
139
|
+
* The following workspace dependencies were updated
|
|
140
|
+
* dependencies
|
|
141
|
+
* @aigne/core bumped to 1.72.0-beta.16
|
|
142
|
+
|
|
143
|
+
## [0.1.6-beta.15](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.14...secrets-v0.1.6-beta.15) (2026-01-10)
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### Dependencies
|
|
147
|
+
|
|
148
|
+
* The following workspace dependencies were updated
|
|
149
|
+
* dependencies
|
|
150
|
+
* @aigne/core bumped to 1.72.0-beta.15
|
|
151
|
+
|
|
152
|
+
## [0.1.6-beta.14](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.13...secrets-v0.1.6-beta.14) (2026-01-09)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
### Dependencies
|
|
156
|
+
|
|
157
|
+
* The following workspace dependencies were updated
|
|
158
|
+
* dependencies
|
|
159
|
+
* @aigne/core bumped to 1.72.0-beta.14
|
|
160
|
+
|
|
161
|
+
## [0.1.6-beta.13](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.12...secrets-v0.1.6-beta.13) (2026-01-08)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Bug Fixes
|
|
165
|
+
|
|
166
|
+
* bump version ([696560f](https://github.com/AIGNE-io/aigne-framework/commit/696560fa2673eddcb4d00ac0523fbbbde7273cb3))
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
### Dependencies
|
|
170
|
+
|
|
171
|
+
* The following workspace dependencies were updated
|
|
172
|
+
* dependencies
|
|
173
|
+
* @aigne/core bumped to 1.72.0-beta.13
|
|
174
|
+
|
|
175
|
+
## [0.1.6-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.11...secrets-v0.1.6-beta.12) (2026-01-07)
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
### Dependencies
|
|
179
|
+
|
|
180
|
+
* The following workspace dependencies were updated
|
|
181
|
+
* dependencies
|
|
182
|
+
* @aigne/core bumped to 1.72.0-beta.12
|
|
183
|
+
|
|
184
|
+
## [0.1.6-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.10...secrets-v0.1.6-beta.11) (2026-01-06)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
### Dependencies
|
|
188
|
+
|
|
189
|
+
* The following workspace dependencies were updated
|
|
190
|
+
* dependencies
|
|
191
|
+
* @aigne/core bumped to 1.72.0-beta.11
|
|
192
|
+
|
|
193
|
+
## [0.1.6-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.9...secrets-v0.1.6-beta.10) (2026-01-06)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
### Dependencies
|
|
197
|
+
|
|
198
|
+
* The following workspace dependencies were updated
|
|
199
|
+
* dependencies
|
|
200
|
+
* @aigne/core bumped to 1.72.0-beta.10
|
|
201
|
+
|
|
3
202
|
## [0.1.6-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/secrets-v0.1.6-beta.8...secrets-v0.1.6-beta.9) (2026-01-02)
|
|
4
203
|
|
|
5
204
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigne/secrets",
|
|
3
|
-
"version": "0.1.6
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Secure credential storage for AIGNE Hub API keys with system keyring and file-based fallback",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -46,14 +46,15 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@zowe/secrets-for-zowe-sdk": "^8.29.4",
|
|
48
48
|
"yaml": "^2.8.1",
|
|
49
|
-
"@aigne/core": "^1.72.0
|
|
49
|
+
"@aigne/core": "^1.72.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/bun": "^1.2.22",
|
|
53
53
|
"@types/node": "^24.5.1",
|
|
54
54
|
"npm-run-all": "^4.1.5",
|
|
55
55
|
"rimraf": "^6.0.1",
|
|
56
|
-
"typescript": "^5.9.2"
|
|
56
|
+
"typescript": "^5.9.2",
|
|
57
|
+
"@aigne/test-utils": "^0.5.69"
|
|
57
58
|
},
|
|
58
59
|
"scripts": {
|
|
59
60
|
"lint": "tsc --noEmit",
|