@verdaccio/search 7.0.0-next.2 → 8.0.0-next-8.0
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 +91 -706
- package/LICENSE +1 -1
- package/build/index.d.ts +2 -1
- package/build/index.js +26 -0
- package/build/index.js.map +1 -0
- package/build/search-utils.d.ts +2 -0
- package/build/search-utils.js +20 -0
- package/build/search-utils.js.map +1 -0
- package/build/search.d.ts +21 -0
- package/build/search.js +104 -0
- package/build/search.js.map +1 -0
- package/package.json +18 -9
- package/src/index.ts +2 -1
- package/src/search-utils.ts +15 -0
- package/src/search.ts +104 -0
- package/test/partials/search.json +273 -0
- package/test/search.test.ts +103 -0
- package/tsconfig.json +0 -6
- package/README.md +0 -29
- package/build/dist.js +0 -3965
- package/build/indexer.d.ts +0 -39
- package/jest.config.js +0 -12
- package/src/indexer.ts +0 -128
- package/test/index.spec.ts +0 -47
- package/types/patch.d.ts +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,763 +1,148 @@
|
|
|
1
|
-
# @verdaccio/
|
|
1
|
+
# @verdaccio/search
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 8.0.0-next-8.0
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
### Minor Changes
|
|
10
|
-
|
|
11
|
-
- daceb6d87: restore legacy support
|
|
12
|
-
|
|
13
|
-
## 7.0.0-next.1
|
|
7
|
+
- chore: move v7 next to v8 next
|
|
14
8
|
|
|
15
9
|
### Patch Changes
|
|
16
10
|
|
|
17
|
-
-
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @verdaccio/logger@8.0.0-next-8.0
|
|
13
|
+
- @verdaccio/core@8.0.0-next-8.0
|
|
14
|
+
- @verdaccio/config@8.0.0-next-8.0
|
|
15
|
+
- @verdaccio/proxy@8.0.0-next-8.0
|
|
18
16
|
|
|
19
|
-
## 7.0.0
|
|
17
|
+
## 7.0.0
|
|
20
18
|
|
|
21
19
|
### Major Changes
|
|
22
20
|
|
|
23
|
-
- feat!: bump to v7
|
|
24
|
-
|
|
25
|
-
## 6.0.0
|
|
26
|
-
|
|
27
|
-
### Minor Changes
|
|
28
|
-
|
|
29
|
-
- 15e58d988: feat: add search package utilities
|
|
30
|
-
|
|
31
|
-
## 6.0.0-6-next.2
|
|
32
|
-
|
|
33
|
-
### Minor Changes
|
|
34
|
-
|
|
35
|
-
- 15e58d98: feat: add search package utilities
|
|
36
|
-
|
|
37
|
-
## 6.0.0-6-next.46
|
|
38
|
-
|
|
39
|
-
### Patch Changes
|
|
40
|
-
|
|
41
|
-
- @verdaccio/core@6.0.0-6-next.68
|
|
42
|
-
- @verdaccio/config@6.0.0-6-next.68
|
|
43
|
-
- @verdaccio/local-storage@11.0.0-6-next.38
|
|
44
|
-
- @verdaccio/utils@6.0.0-6-next.36
|
|
45
|
-
- @verdaccio/logger@6.0.0-6-next.36
|
|
46
|
-
|
|
47
|
-
## 6.0.0-6-next.45
|
|
48
|
-
|
|
49
|
-
### Patch Changes
|
|
50
|
-
|
|
51
|
-
- Updated dependencies [16e38df8]
|
|
52
|
-
- @verdaccio/config@6.0.0-6-next.67
|
|
53
|
-
- @verdaccio/core@6.0.0-6-next.67
|
|
54
|
-
- @verdaccio/local-storage@11.0.0-6-next.37
|
|
55
|
-
- @verdaccio/utils@6.0.0-6-next.35
|
|
56
|
-
- @verdaccio/logger@6.0.0-6-next.35
|
|
57
|
-
|
|
58
|
-
## 6.0.0-6-next.44
|
|
59
|
-
|
|
60
|
-
### Patch Changes
|
|
61
|
-
|
|
62
|
-
- @verdaccio/core@6.0.0-6-next.66
|
|
63
|
-
- @verdaccio/logger@6.0.0-6-next.34
|
|
64
|
-
- @verdaccio/local-storage@11.0.0-6-next.36
|
|
65
|
-
- @verdaccio/config@6.0.0-6-next.66
|
|
66
|
-
- @verdaccio/utils@6.0.0-6-next.34
|
|
67
|
-
|
|
68
|
-
## 6.0.0-6-next.43
|
|
69
|
-
|
|
70
|
-
### Patch Changes
|
|
71
|
-
|
|
72
|
-
- Updated dependencies [a1da1130]
|
|
73
|
-
- @verdaccio/core@6.0.0-6-next.65
|
|
74
|
-
- @verdaccio/config@6.0.0-6-next.65
|
|
75
|
-
- @verdaccio/local-storage@11.0.0-6-next.35
|
|
76
|
-
- @verdaccio/utils@6.0.0-6-next.33
|
|
77
|
-
- @verdaccio/logger@6.0.0-6-next.33
|
|
78
|
-
|
|
79
|
-
## 6.0.0-6-next.42
|
|
80
|
-
|
|
81
|
-
### Patch Changes
|
|
82
|
-
|
|
83
|
-
- Updated dependencies [974cd8c1]
|
|
84
|
-
- @verdaccio/core@6.0.0-6-next.64
|
|
85
|
-
- @verdaccio/config@6.0.0-6-next.64
|
|
86
|
-
- @verdaccio/local-storage@11.0.0-6-next.34
|
|
87
|
-
- @verdaccio/utils@6.0.0-6-next.32
|
|
88
|
-
- @verdaccio/logger@6.0.0-6-next.32
|
|
89
|
-
|
|
90
|
-
## 6.0.0-6-next.41
|
|
91
|
-
|
|
92
|
-
### Patch Changes
|
|
93
|
-
|
|
94
|
-
- Updated dependencies [ddb6a223]
|
|
95
|
-
- Updated dependencies [dc571aab]
|
|
96
|
-
- @verdaccio/config@6.0.0-6-next.63
|
|
97
|
-
- @verdaccio/core@6.0.0-6-next.63
|
|
98
|
-
- @verdaccio/local-storage@11.0.0-6-next.33
|
|
99
|
-
- @verdaccio/utils@6.0.0-6-next.31
|
|
100
|
-
- @verdaccio/logger@6.0.0-6-next.31
|
|
101
|
-
|
|
102
|
-
## 6.0.0-6-next.40
|
|
103
|
-
|
|
104
|
-
### Patch Changes
|
|
105
|
-
|
|
106
|
-
- Updated dependencies [378e907d]
|
|
107
|
-
- @verdaccio/core@6.0.0-6-next.62
|
|
108
|
-
- @verdaccio/logger@6.0.0-6-next.30
|
|
109
|
-
- @verdaccio/local-storage@11.0.0-6-next.32
|
|
110
|
-
- @verdaccio/config@6.0.0-6-next.62
|
|
111
|
-
- @verdaccio/utils@6.0.0-6-next.30
|
|
112
|
-
|
|
113
|
-
## 6.0.0-6-next.39
|
|
114
|
-
|
|
115
|
-
### Patch Changes
|
|
116
|
-
|
|
117
|
-
- Updated dependencies [d167f92e]
|
|
118
|
-
- @verdaccio/config@6.0.0-6-next.61
|
|
119
|
-
- @verdaccio/local-storage@11.0.0-6-next.31
|
|
120
|
-
- @verdaccio/core@6.0.0-6-next.61
|
|
121
|
-
- @verdaccio/utils@6.0.0-6-next.29
|
|
122
|
-
- @verdaccio/logger@6.0.0-6-next.29
|
|
123
|
-
|
|
124
|
-
## 6.0.0-6-next.38
|
|
21
|
+
- 47f61c6: feat!: bump to v7
|
|
22
|
+
- e7ebccb: update major dependencies, remove old nodejs support
|
|
125
23
|
|
|
126
24
|
### Minor Changes
|
|
127
25
|
|
|
128
|
-
-
|
|
26
|
+
- daceb6d: restore legacy support
|
|
129
27
|
|
|
130
28
|
### Patch Changes
|
|
131
29
|
|
|
132
|
-
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
30
|
+
- cce258e: refactor: search package
|
|
31
|
+
- 35cc57b: fix: keyword undefined errors
|
|
32
|
+
- Updated dependencies [47f61c6]
|
|
33
|
+
- Updated dependencies [10dd81f]
|
|
34
|
+
- Updated dependencies [6e764e3]
|
|
35
|
+
- Updated dependencies [8c10a3e]
|
|
36
|
+
- Updated dependencies [daceb6d]
|
|
37
|
+
- Updated dependencies [e7ebccb]
|
|
38
|
+
- Updated dependencies [c9962fe]
|
|
39
|
+
- Updated dependencies [f047cc8]
|
|
40
|
+
- Updated dependencies [a99a4bb]
|
|
41
|
+
- Updated dependencies [a05a7d8]
|
|
42
|
+
- Updated dependencies [7c9f3cf]
|
|
43
|
+
- Updated dependencies [c31aec8]
|
|
44
|
+
- Updated dependencies [bd8703e]
|
|
45
|
+
- Updated dependencies [4d96324]
|
|
46
|
+
- @verdaccio/config@7.0.0
|
|
47
|
+
- @verdaccio/core@7.0.0
|
|
48
|
+
- @verdaccio/logger@7.0.0
|
|
49
|
+
- @verdaccio/proxy@7.0.0
|
|
138
50
|
|
|
139
|
-
##
|
|
51
|
+
## 7.0.0-next-8.10
|
|
140
52
|
|
|
141
53
|
### Patch Changes
|
|
142
54
|
|
|
143
|
-
- Updated dependencies [
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
- @verdaccio/
|
|
147
|
-
- @verdaccio/
|
|
148
|
-
- @verdaccio/
|
|
55
|
+
- Updated dependencies [8c10a3e]
|
|
56
|
+
- Updated dependencies [a05a7d8]
|
|
57
|
+
- Updated dependencies [7c9f3cf]
|
|
58
|
+
- @verdaccio/config@7.0.0-next-8.21
|
|
59
|
+
- @verdaccio/core@7.0.0-next-8.21
|
|
60
|
+
- @verdaccio/proxy@7.0.0-next-8.21
|
|
61
|
+
- @verdaccio/logger@7.0.0-next-8.21
|
|
149
62
|
|
|
150
|
-
##
|
|
63
|
+
## 7.0.0-next-7.9
|
|
151
64
|
|
|
152
65
|
### Patch Changes
|
|
153
66
|
|
|
154
|
-
- @verdaccio/core@
|
|
155
|
-
- @verdaccio/config@
|
|
156
|
-
- @verdaccio/
|
|
157
|
-
- @verdaccio/
|
|
158
|
-
- @verdaccio/logger@6.0.0-6-next.26
|
|
67
|
+
- @verdaccio/core@7.0.0-next-7.20
|
|
68
|
+
- @verdaccio/config@7.0.0-next-7.20
|
|
69
|
+
- @verdaccio/proxy@7.0.0-next-7.20
|
|
70
|
+
- @verdaccio/logger@7.0.0-next-7.20
|
|
159
71
|
|
|
160
|
-
##
|
|
72
|
+
## 7.0.0-next-7.8
|
|
161
73
|
|
|
162
74
|
### Patch Changes
|
|
163
75
|
|
|
164
|
-
-
|
|
165
|
-
- @verdaccio/
|
|
166
|
-
- @verdaccio/
|
|
167
|
-
- @verdaccio/
|
|
168
|
-
- @verdaccio/
|
|
76
|
+
- Updated dependencies [c31aec8]
|
|
77
|
+
- @verdaccio/config@7.0.0-next-7.19
|
|
78
|
+
- @verdaccio/proxy@7.0.0-next-7.19
|
|
79
|
+
- @verdaccio/core@7.0.0-next-7.19
|
|
80
|
+
- @verdaccio/logger@7.0.0-next-7.19
|
|
169
81
|
|
|
170
|
-
##
|
|
82
|
+
## 7.0.0-next-7.7
|
|
171
83
|
|
|
172
84
|
### Patch Changes
|
|
173
85
|
|
|
174
|
-
- Updated dependencies [
|
|
175
|
-
- @verdaccio/
|
|
176
|
-
- @verdaccio/
|
|
177
|
-
- @verdaccio/
|
|
178
|
-
- @verdaccio/
|
|
179
|
-
- @verdaccio/logger@6.0.0-6-next.24
|
|
86
|
+
- Updated dependencies [10dd81f]
|
|
87
|
+
- @verdaccio/config@7.0.0-next-7.18
|
|
88
|
+
- @verdaccio/core@7.0.0-next-7.18
|
|
89
|
+
- @verdaccio/logger@7.0.0-next-7.18
|
|
90
|
+
- @verdaccio/proxy@7.0.0-next-7.18
|
|
180
91
|
|
|
181
|
-
##
|
|
92
|
+
## 7.0.0-next-7.6
|
|
182
93
|
|
|
183
94
|
### Patch Changes
|
|
184
95
|
|
|
185
|
-
- Updated dependencies [
|
|
186
|
-
- @verdaccio/config@
|
|
187
|
-
- @verdaccio/core@
|
|
188
|
-
- @verdaccio/
|
|
189
|
-
- @verdaccio/
|
|
190
|
-
- @verdaccio/logger@6.0.0-6-next.23
|
|
96
|
+
- Updated dependencies [6e764e3]
|
|
97
|
+
- @verdaccio/config@7.0.0-next-7.17
|
|
98
|
+
- @verdaccio/core@7.0.0-next-7.17
|
|
99
|
+
- @verdaccio/logger@7.0.0-next-7.17
|
|
100
|
+
- @verdaccio/proxy@7.0.0-next-7.17
|
|
191
101
|
|
|
192
|
-
##
|
|
102
|
+
## 7.0.0-next-7.5
|
|
193
103
|
|
|
194
104
|
### Patch Changes
|
|
195
105
|
|
|
196
|
-
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
- @verdaccio/local-storage@11.0.0-6-next.24
|
|
201
|
-
- @verdaccio/utils@6.0.0-6-next.22
|
|
106
|
+
- @verdaccio/logger@7.0.0-next-7.16
|
|
107
|
+
- @verdaccio/proxy@7.0.0-next-7.16
|
|
108
|
+
- @verdaccio/core@7.0.0-next-7.16
|
|
109
|
+
- @verdaccio/config@7.0.0-next-7.16
|
|
202
110
|
|
|
203
|
-
##
|
|
111
|
+
## 7.0.0-next-7.4
|
|
204
112
|
|
|
205
113
|
### Patch Changes
|
|
206
114
|
|
|
207
|
-
-
|
|
208
|
-
- @verdaccio/
|
|
209
|
-
- @verdaccio/
|
|
210
|
-
- @verdaccio/
|
|
211
|
-
- @verdaccio/
|
|
115
|
+
- Updated dependencies [bd8703e]
|
|
116
|
+
- @verdaccio/core@7.0.0-next-7.15
|
|
117
|
+
- @verdaccio/config@7.0.0-next-7.15
|
|
118
|
+
- @verdaccio/logger@7.0.0-next-7.15
|
|
119
|
+
- @verdaccio/proxy@7.0.0-next-7.15
|
|
212
120
|
|
|
213
|
-
##
|
|
121
|
+
## 7.0.0-next-7.3
|
|
214
122
|
|
|
215
123
|
### Patch Changes
|
|
216
124
|
|
|
217
|
-
- @verdaccio/core@
|
|
218
|
-
- @verdaccio/config@
|
|
219
|
-
- @verdaccio/
|
|
220
|
-
- @verdaccio/
|
|
221
|
-
- @verdaccio/utils@6.0.0-6-next.20
|
|
125
|
+
- @verdaccio/core@7.0.0-next-7.14
|
|
126
|
+
- @verdaccio/config@7.0.0-next-7.14
|
|
127
|
+
- @verdaccio/proxy@7.0.0-next-7.14
|
|
128
|
+
- @verdaccio/logger@7.0.0-next-7.14
|
|
222
129
|
|
|
223
|
-
##
|
|
130
|
+
## 7.0.0-next-7.2
|
|
224
131
|
|
|
225
132
|
### Patch Changes
|
|
226
133
|
|
|
227
|
-
- Updated dependencies [
|
|
228
|
-
- @verdaccio/config@
|
|
229
|
-
- @verdaccio/
|
|
230
|
-
- @verdaccio/
|
|
231
|
-
- @verdaccio/
|
|
232
|
-
- @verdaccio/utils@6.0.0-6-next.19
|
|
233
|
-
|
|
234
|
-
## 6.0.0-6-next.28
|
|
235
|
-
|
|
236
|
-
### Patch Changes
|
|
237
|
-
|
|
238
|
-
- @verdaccio/core@6.0.0-6-next.50
|
|
239
|
-
- @verdaccio/config@6.0.0-6-next.50
|
|
240
|
-
- @verdaccio/logger@6.0.0-6-next.18
|
|
241
|
-
- @verdaccio/local-storage@11.0.0-6-next.20
|
|
242
|
-
- @verdaccio/utils@6.0.0-6-next.18
|
|
243
|
-
|
|
244
|
-
## 6.0.0-6-next.27
|
|
245
|
-
|
|
246
|
-
### Patch Changes
|
|
247
|
-
|
|
248
|
-
- @verdaccio/local-storage@11.0.0-6-next.19
|
|
249
|
-
- @verdaccio/core@6.0.0-6-next.49
|
|
250
|
-
- @verdaccio/config@6.0.0-6-next.49
|
|
251
|
-
- @verdaccio/logger@6.0.0-6-next.17
|
|
252
|
-
- @verdaccio/utils@6.0.0-6-next.17
|
|
253
|
-
|
|
254
|
-
## 6.0.0-6-next.26
|
|
255
|
-
|
|
256
|
-
### Patch Changes
|
|
257
|
-
|
|
258
|
-
- Updated dependencies [43f32687]
|
|
259
|
-
- Updated dependencies [9fc2e796]
|
|
260
|
-
- Updated dependencies [62c24b63]
|
|
261
|
-
- @verdaccio/core@6.0.0-6-next.48
|
|
262
|
-
- @verdaccio/config@6.0.0-6-next.48
|
|
263
|
-
- @verdaccio/local-storage@11.0.0-6-next.18
|
|
264
|
-
- @verdaccio/utils@6.0.0-6-next.16
|
|
265
|
-
- @verdaccio/logger@6.0.0-6-next.16
|
|
266
|
-
|
|
267
|
-
## 6.0.0-6-next.25
|
|
268
|
-
|
|
269
|
-
### Patch Changes
|
|
270
|
-
|
|
271
|
-
- @verdaccio/core@6.0.0-6-next.47
|
|
272
|
-
- @verdaccio/config@6.0.0-6-next.47
|
|
273
|
-
- @verdaccio/logger@6.0.0-6-next.15
|
|
274
|
-
- @verdaccio/local-storage@11.0.0-6-next.17
|
|
275
|
-
- @verdaccio/utils@6.0.0-6-next.15
|
|
276
|
-
|
|
277
|
-
## 6.0.0-6-next.24
|
|
278
|
-
|
|
279
|
-
### Patch Changes
|
|
280
|
-
|
|
281
|
-
- Updated dependencies [b849128d]
|
|
282
|
-
- @verdaccio/core@6.0.0-6-next.8
|
|
283
|
-
- @verdaccio/config@6.0.0-6-next.17
|
|
284
|
-
- @verdaccio/logger@6.0.0-6-next.14
|
|
285
|
-
- @verdaccio/local-storage@11.0.0-6-next.16
|
|
286
|
-
- @verdaccio/utils@6.0.0-6-next.14
|
|
287
|
-
|
|
288
|
-
## 6.0.0-6-next.23
|
|
289
|
-
|
|
290
|
-
### Patch Changes
|
|
291
|
-
|
|
292
|
-
- 351aeeaa: fix(deps): @verdaccio/utils should be a prod dep of local-storage
|
|
293
|
-
- Updated dependencies [351aeeaa]
|
|
294
|
-
- @verdaccio/core@6.0.0-6-next.7
|
|
295
|
-
- @verdaccio/logger@6.0.0-6-next.13
|
|
296
|
-
- @verdaccio/local-storage@11.0.0-6-next.15
|
|
297
|
-
- @verdaccio/config@6.0.0-6-next.16
|
|
298
|
-
- @verdaccio/utils@6.0.0-6-next.13
|
|
299
|
-
|
|
300
|
-
## 6.0.0-6-next.22
|
|
301
|
-
|
|
302
|
-
### Patch Changes
|
|
303
|
-
|
|
304
|
-
- Updated dependencies [37274e4c]
|
|
305
|
-
- @verdaccio/local-storage@11.0.0-6-next.14
|
|
306
|
-
- @verdaccio/core@6.0.0-6-next.6
|
|
307
|
-
- @verdaccio/logger@6.0.0-6-next.12
|
|
308
|
-
|
|
309
|
-
## 6.0.0-6-next.21
|
|
310
|
-
|
|
311
|
-
### Major Changes
|
|
312
|
-
|
|
313
|
-
- 292c0a37: feat!: replace deprecated request dependency by got
|
|
314
|
-
|
|
315
|
-
This is a big refactoring of the core, fetching dependencies, improve code, more tests and better stability. This is essential for the next release, will take some time but would allow modularize more the core.
|
|
316
|
-
|
|
317
|
-
## Notes
|
|
318
|
-
|
|
319
|
-
- Remove deprecated `request` by other `got`, retry improved, custom Agent ( got does not include it built-in)
|
|
320
|
-
- Remove `async` dependency from storage (used by core) it was linked with proxy somehow safe to remove now
|
|
321
|
-
- Refactor with promises instead callback wherever is possible
|
|
322
|
-
- ~Document the API~
|
|
323
|
-
- Improve testing, integration tests
|
|
324
|
-
- Bugfix
|
|
325
|
-
- Clean up old validations
|
|
326
|
-
- Improve performance
|
|
327
|
-
|
|
328
|
-
## 💥 Breaking changes
|
|
329
|
-
|
|
330
|
-
- Plugin API methods were callbacks based are returning promises, this will break current storage plugins, check documentation for upgrade.
|
|
331
|
-
- Write Tarball, Read Tarball methods parameters change, a new set of options like `AbortController` signals are being provided to the `addAbortSignal` can be internally used with Streams when a request is aborted. eg: `addAbortSignal(signal, fs.createReadStream(pathName));`
|
|
332
|
-
- `@verdaccio/streams` stream abort support is legacy is being deprecated removed
|
|
333
|
-
- Remove AWS and Google Cloud packages for future refactoring [#2574](https://github.com/verdaccio/verdaccio/pull/2574).
|
|
334
|
-
|
|
335
|
-
### Patch Changes
|
|
336
|
-
|
|
337
|
-
- Updated dependencies [292c0a37]
|
|
338
|
-
- Updated dependencies [a3a209b5]
|
|
339
|
-
- Updated dependencies [00d1d2a1]
|
|
340
|
-
- @verdaccio/config@6.0.0-6-next.15
|
|
341
|
-
- @verdaccio/core@6.0.0-6-next.6
|
|
342
|
-
- @verdaccio/logger@6.0.0-6-next.12
|
|
343
|
-
- @verdaccio/local-storage@11.0.0-6-next.13
|
|
344
|
-
- @verdaccio/utils@6.0.0-6-next.12
|
|
345
|
-
|
|
346
|
-
## 6.0.0-6-next.20
|
|
347
|
-
|
|
348
|
-
### Patch Changes
|
|
349
|
-
|
|
350
|
-
- Updated dependencies [d43894e8]
|
|
351
|
-
- Updated dependencies [d08fe29d]
|
|
352
|
-
- @verdaccio/config@6.0.0-6-next.14
|
|
353
|
-
- @verdaccio/local-storage@11.0.0-6-next.12
|
|
354
|
-
- @verdaccio/core@6.0.0-6-next.5
|
|
355
|
-
- @verdaccio/streams@11.0.0-6-next.5
|
|
356
|
-
- @verdaccio/logger@6.0.0-6-next.11
|
|
357
|
-
|
|
358
|
-
## 6.0.0-6-next.19
|
|
359
|
-
|
|
360
|
-
### Major Changes
|
|
361
|
-
|
|
362
|
-
- 82cb0f2b: feat!: config.logs throw an error, logging config not longer accept array or logs property
|
|
363
|
-
|
|
364
|
-
### 💥 Breaking change
|
|
365
|
-
|
|
366
|
-
This is valid
|
|
367
|
-
|
|
368
|
-
```yaml
|
|
369
|
-
log: { type: stdout, format: pretty, level: http }
|
|
370
|
-
```
|
|
371
|
-
|
|
372
|
-
This is invalid
|
|
373
|
-
|
|
374
|
-
```yaml
|
|
375
|
-
logs: { type: stdout, format: pretty, level: http }
|
|
376
|
-
```
|
|
377
|
-
|
|
378
|
-
or
|
|
379
|
-
|
|
380
|
-
```yaml
|
|
381
|
-
logs:
|
|
382
|
-
- [{ type: stdout, format: pretty, level: http }]
|
|
383
|
-
```
|
|
384
|
-
|
|
385
|
-
### Minor Changes
|
|
386
|
-
|
|
387
|
-
- 5167bb52: feat: ui search support for remote, local and private packages
|
|
388
|
-
|
|
389
|
-
The command `npm search` search globally and return all matches, with this improvement the user interface
|
|
390
|
-
is powered with the same capabilities.
|
|
391
|
-
|
|
392
|
-
The UI also tag where is the origin the package with a tag, also provide the latest version and description of the package.
|
|
393
|
-
|
|
394
|
-
### Patch Changes
|
|
395
|
-
|
|
396
|
-
- Updated dependencies [82cb0f2b]
|
|
397
|
-
- Updated dependencies [5167bb52]
|
|
398
|
-
- @verdaccio/config@6.0.0-6-next.13
|
|
399
|
-
- @verdaccio/core@6.0.0-6-next.5
|
|
400
|
-
- @verdaccio/logger@6.0.0-6-next.11
|
|
401
|
-
- @verdaccio/local-storage@11.0.0-6-next.12
|
|
402
|
-
- @verdaccio/utils@6.0.0-6-next.11
|
|
403
|
-
- @verdaccio/streams@11.0.0-6-next.5
|
|
404
|
-
|
|
405
|
-
## 6.0.0-6-next.18
|
|
406
|
-
|
|
407
|
-
### Patch Changes
|
|
408
|
-
|
|
409
|
-
- Updated dependencies [b78f3525]
|
|
410
|
-
- @verdaccio/logger@6.0.0-6-next.10
|
|
411
|
-
|
|
412
|
-
## 6.0.0-6-next.17
|
|
413
|
-
|
|
414
|
-
### Patch Changes
|
|
415
|
-
|
|
416
|
-
- Updated dependencies [730b5d8c]
|
|
417
|
-
- @verdaccio/logger@6.0.0-6-next.9
|
|
418
|
-
|
|
419
|
-
## 6.0.0-6-next.16
|
|
420
|
-
|
|
421
|
-
### Patch Changes
|
|
422
|
-
|
|
423
|
-
- Updated dependencies [a828271d]
|
|
424
|
-
- Updated dependencies [24b9be02]
|
|
425
|
-
- Updated dependencies [e75c0a3b]
|
|
426
|
-
- Updated dependencies [b13a3fef]
|
|
427
|
-
- @verdaccio/local-storage@11.0.0-6-next.11
|
|
428
|
-
- @verdaccio/utils@6.0.0-6-next.10
|
|
429
|
-
- @verdaccio/core@6.0.0-6-next.4
|
|
430
|
-
- @verdaccio/logger@6.0.0-6-next.8
|
|
431
|
-
- @verdaccio/config@6.0.0-6-next.12
|
|
432
|
-
- @verdaccio/streams@11.0.0-6-next.5
|
|
433
|
-
|
|
434
|
-
## 6.0.0-6-next.15
|
|
435
|
-
|
|
436
|
-
### Patch Changes
|
|
437
|
-
|
|
438
|
-
- Updated dependencies [f86c31ed]
|
|
439
|
-
- @verdaccio/utils@6.0.0-6-next.9
|
|
440
|
-
- @verdaccio/config@6.0.0-6-next.11
|
|
441
|
-
- @verdaccio/local-storage@11.0.0-6-next.10
|
|
442
|
-
|
|
443
|
-
## 6.0.0-6-next.14
|
|
444
|
-
|
|
445
|
-
### Patch Changes
|
|
446
|
-
|
|
447
|
-
- Updated dependencies [6c1eb021]
|
|
448
|
-
- @verdaccio/core@6.0.0-6-next.3
|
|
449
|
-
- @verdaccio/logger@6.0.0-6-next.7
|
|
450
|
-
- @verdaccio/config@6.0.0-6-next.10
|
|
451
|
-
- @verdaccio/local-storage@11.0.0-6-next.10
|
|
452
|
-
- @verdaccio/utils@6.0.0-6-next.8
|
|
453
|
-
|
|
454
|
-
## 6.0.0-6-next.13
|
|
455
|
-
|
|
456
|
-
### Minor Changes
|
|
457
|
-
|
|
458
|
-
- b702ea36: abort search request support for proxy
|
|
459
|
-
- 154b2ecd: refactor: remove @verdaccio/commons-api in favor @verdaccio/core and remove duplications
|
|
460
|
-
|
|
461
|
-
### Patch Changes
|
|
462
|
-
|
|
463
|
-
- Updated dependencies [794af76c]
|
|
464
|
-
- Updated dependencies [154b2ecd]
|
|
465
|
-
- @verdaccio/config@6.0.0-6-next.9
|
|
466
|
-
- @verdaccio/core@6.0.0-6-next.2
|
|
467
|
-
- @verdaccio/streams@11.0.0-6-next.5
|
|
468
|
-
- @verdaccio/logger@6.0.0-6-next.6
|
|
469
|
-
- @verdaccio/utils@6.0.0-6-next.7
|
|
470
|
-
- @verdaccio/local-storage@11.0.0-6-next.9
|
|
471
|
-
|
|
472
|
-
## 6.0.0-6-next.12
|
|
473
|
-
|
|
474
|
-
### Patch Changes
|
|
475
|
-
|
|
476
|
-
- Updated dependencies [2c594910]
|
|
477
|
-
- @verdaccio/logger@6.0.0-6-next.5
|
|
478
|
-
|
|
479
|
-
## 6.0.0-6-next.11
|
|
480
|
-
|
|
481
|
-
### Major Changes
|
|
482
|
-
|
|
483
|
-
- 459b6fa7: refactor: search v1 endpoint and local-database
|
|
484
|
-
|
|
485
|
-
- refactor search `api v1` endpoint, improve performance
|
|
486
|
-
- remove usage of `async` dependency https://github.com/verdaccio/verdaccio/issues/1225
|
|
487
|
-
- refactor method storage class
|
|
488
|
-
- create new module `core` to reduce the ammount of modules with utilities
|
|
489
|
-
- use `undici` instead `node-fetch`
|
|
490
|
-
- use `fastify` instead `express` for functional test
|
|
491
|
-
|
|
492
|
-
### Breaking changes
|
|
493
|
-
|
|
494
|
-
- plugin storage API changes
|
|
495
|
-
- remove old search endpoint (return 404)
|
|
496
|
-
- filter local private packages at plugin level
|
|
497
|
-
|
|
498
|
-
The storage api changes for methods `get`, `add`, `remove` as promise base. The `search` methods also changes and recieves a `query` object that contains all query params from the client.
|
|
499
|
-
|
|
500
|
-
```ts
|
|
501
|
-
export interface IPluginStorage<T> extends IPlugin {
|
|
502
|
-
add(name: string): Promise<void>;
|
|
503
|
-
remove(name: string): Promise<void>;
|
|
504
|
-
get(): Promise<any>;
|
|
505
|
-
init(): Promise<void>;
|
|
506
|
-
getSecret(): Promise<string>;
|
|
507
|
-
setSecret(secret: string): Promise<any>;
|
|
508
|
-
getPackageStorage(packageInfo: string): IPackageStorage;
|
|
509
|
-
search(query: searchUtils.SearchQuery): Promise<searchUtils.SearchItem[]>;
|
|
510
|
-
saveToken(token: Token): Promise<any>;
|
|
511
|
-
deleteToken(user: string, tokenKey: string): Promise<any>;
|
|
512
|
-
readTokens(filter: TokenFilter): Promise<Token[]>;
|
|
513
|
-
}
|
|
514
|
-
```
|
|
515
|
-
|
|
516
|
-
### Patch Changes
|
|
517
|
-
|
|
518
|
-
- Updated dependencies [459b6fa7]
|
|
519
|
-
- @verdaccio/config@6.0.0-6-next.8
|
|
520
|
-
- @verdaccio/commons-api@11.0.0-6-next.4
|
|
521
|
-
- @verdaccio/core@6.0.0-6-next.1
|
|
522
|
-
- @verdaccio/local-storage@11.0.0-6-next.8
|
|
523
|
-
- @verdaccio/streams@11.0.0-6-next.4
|
|
524
|
-
- @verdaccio/utils@6.0.0-6-next.6
|
|
525
|
-
- @verdaccio/logger@6.0.0-6-next.4
|
|
526
|
-
|
|
527
|
-
## 6.0.0-6-next.10
|
|
528
|
-
|
|
529
|
-
### Patch Changes
|
|
530
|
-
|
|
531
|
-
- Updated dependencies [df0da3d6]
|
|
532
|
-
- @verdaccio/local-storage@11.0.0-6-next.7
|
|
533
|
-
|
|
534
|
-
## 6.0.0-6-next.9
|
|
535
|
-
|
|
536
|
-
### Patch Changes
|
|
537
|
-
|
|
538
|
-
- Updated dependencies [d2c65da9]
|
|
539
|
-
- @verdaccio/utils@6.0.0-6-next.5
|
|
540
|
-
- @verdaccio/config@6.0.0-6-next.7
|
|
541
|
-
|
|
542
|
-
## 6.0.0-6-next.8
|
|
543
|
-
|
|
544
|
-
### Patch Changes
|
|
545
|
-
|
|
546
|
-
- Updated dependencies [1b217fd3]
|
|
547
|
-
- @verdaccio/config@6.0.0-6-next.6
|
|
548
|
-
- @verdaccio/local-storage@11.0.0-6-next.6
|
|
549
|
-
|
|
550
|
-
## 6.0.0-6-next.7
|
|
551
|
-
|
|
552
|
-
### Patch Changes
|
|
553
|
-
|
|
554
|
-
- Updated dependencies [1810ed0d]
|
|
555
|
-
- Updated dependencies [648575aa]
|
|
556
|
-
- @verdaccio/config@6.0.0-6-next.5
|
|
557
|
-
- @verdaccio/utils@6.0.0-6-next.4
|
|
558
|
-
|
|
559
|
-
## 6.0.0-6-next.6
|
|
560
|
-
|
|
561
|
-
### Patch Changes
|
|
562
|
-
|
|
563
|
-
- Updated dependencies [5c5057fc]
|
|
564
|
-
- @verdaccio/config@6.0.0-6-next.4
|
|
565
|
-
- @verdaccio/logger@6.0.0-6-next.4
|
|
566
|
-
- @verdaccio/local-storage@11.0.0-6-next.5
|
|
567
|
-
- @verdaccio/streams@11.0.0-alpha.3
|
|
568
|
-
|
|
569
|
-
## 6.0.0-6-next.5
|
|
570
|
-
|
|
571
|
-
### Patch Changes
|
|
572
|
-
|
|
573
|
-
- Updated dependencies [cb2281a5]
|
|
574
|
-
- @verdaccio/local-storage@11.0.0-6-next.5
|
|
575
|
-
|
|
576
|
-
## 5.0.0-alpha.4
|
|
577
|
-
|
|
578
|
-
### Patch Changes
|
|
579
|
-
|
|
580
|
-
- fecbb9be: chore: add release step to private regisry on merge changeset pr
|
|
581
|
-
- Updated dependencies [fecbb9be]
|
|
582
|
-
- @verdaccio/local-storage@10.0.0-alpha.4
|
|
583
|
-
- @verdaccio/config@5.0.0-alpha.3
|
|
584
|
-
- @verdaccio/commons-api@10.0.0-alpha.3
|
|
585
|
-
- @verdaccio/streams@10.0.0-alpha.3
|
|
586
|
-
- @verdaccio/logger@5.0.0-alpha.3
|
|
587
|
-
- @verdaccio/utils@5.0.0-alpha.3
|
|
588
|
-
|
|
589
|
-
## 5.0.0-alpha.3
|
|
590
|
-
|
|
591
|
-
### Minor Changes
|
|
592
|
-
|
|
593
|
-
- 54c58d1e: feat: add server rate limit protection to all request
|
|
594
|
-
|
|
595
|
-
To modify custom values, use the server settings property.
|
|
596
|
-
|
|
597
|
-
```markdown
|
|
598
|
-
server:
|
|
599
|
-
|
|
600
|
-
## https://www.npmjs.com/package/express-rate-limit#configuration-options
|
|
601
|
-
|
|
602
|
-
rateLimit:
|
|
603
|
-
windowMs: 1000
|
|
604
|
-
max: 10000
|
|
605
|
-
```
|
|
606
|
-
|
|
607
|
-
The values are intended to be high, if you want to improve security of your server consider
|
|
608
|
-
using different values.
|
|
609
|
-
|
|
610
|
-
### Patch Changes
|
|
611
|
-
|
|
612
|
-
- Updated dependencies [54c58d1e]
|
|
613
|
-
- @verdaccio/config@5.0.0-alpha.2
|
|
614
|
-
- @verdaccio/commons-api@10.0.0-alpha.2
|
|
615
|
-
- @verdaccio/local-storage@10.0.0-alpha.3
|
|
616
|
-
- @verdaccio/streams@10.0.0-alpha.2
|
|
617
|
-
- @verdaccio/logger@5.0.0-alpha.2
|
|
618
|
-
- @verdaccio/utils@5.0.0-alpha.2
|
|
619
|
-
|
|
620
|
-
## 5.0.0-alpha.2
|
|
621
|
-
|
|
622
|
-
### Patch Changes
|
|
623
|
-
|
|
624
|
-
- Updated dependencies [2a327c4b]
|
|
625
|
-
- @verdaccio/local-storage@10.0.0-alpha.2
|
|
626
|
-
|
|
627
|
-
## 5.0.0-alpha.1
|
|
628
|
-
|
|
629
|
-
### Major Changes
|
|
630
|
-
|
|
631
|
-
- d87fa026: feat!: experiments config renamed to flags
|
|
632
|
-
|
|
633
|
-
- The `experiments` configuration is renamed to `flags`. The functionality is exactly the same.
|
|
634
|
-
|
|
635
|
-
```js
|
|
636
|
-
flags: token: false;
|
|
637
|
-
search: false;
|
|
638
|
-
```
|
|
639
|
-
|
|
640
|
-
- The `self_path` property from the config file is being removed in favor of `config_file` full path.
|
|
641
|
-
- Refactor `config` module, better types and utilities
|
|
642
|
-
|
|
643
|
-
- da1ee9c8: - Replace signature handler for legacy tokens by removing deprecated crypto.createDecipher by createCipheriv
|
|
644
|
-
|
|
645
|
-
- Introduce environment variables for legacy tokens
|
|
646
|
-
|
|
647
|
-
### Code Improvements
|
|
648
|
-
|
|
649
|
-
- Add debug library for improve developer experience
|
|
650
|
-
|
|
651
|
-
### Breaking change
|
|
652
|
-
|
|
653
|
-
- The new signature invalidates all previous tokens generated by Verdaccio 4 or previous versions.
|
|
654
|
-
- The secret key must have 32 characters long.
|
|
655
|
-
|
|
656
|
-
### New environment variables
|
|
657
|
-
|
|
658
|
-
- `VERDACCIO_LEGACY_ALGORITHM`: Allows to define the specific algorithm for the token signature which by default is `aes-256-ctr`
|
|
659
|
-
- `VERDACCIO_LEGACY_ENCRYPTION_KEY`: By default, the token stores in the database, but using this variable allows to get it from memory
|
|
660
|
-
|
|
661
|
-
### Minor Changes
|
|
662
|
-
|
|
663
|
-
- 26b494cb: feat: add typescript project references settings
|
|
664
|
-
|
|
665
|
-
Reading https://ebaytech.berlin/optimizing-multi-package-apps-with-typescript-project-references-d5c57a3b4440 I realized I can use project references to solve the issue to pre-compile modules on develop mode.
|
|
666
|
-
|
|
667
|
-
It allows to navigate (IDE) trough the packages without need compile the packages.
|
|
668
|
-
|
|
669
|
-
Add two `tsconfig`, one using the previous existing configuration that is able to produce declaration files (`tsconfig.build`) and a new one `tsconfig` which is enables [_projects references_](https://www.typescriptlang.org/docs/handbook/project-references.html).
|
|
670
|
-
|
|
671
|
-
### Patch Changes
|
|
672
|
-
|
|
673
|
-
- ae52ba35: refactor: migrate request to node-fetch at hooks package
|
|
674
|
-
- b57b4338: Enable prerelease mode with **changesets**
|
|
675
|
-
- 31af0164: ESLint Warnings Fixed
|
|
676
|
-
|
|
677
|
-
Related to issue #1461
|
|
678
|
-
|
|
679
|
-
- max-len: most of the sensible max-len errors are fixed
|
|
680
|
-
- no-unused-vars: most of these types of errors are fixed by deleting not needed declarations
|
|
681
|
-
- @typescript-eslint/no-unused-vars: same as above
|
|
682
|
-
|
|
683
|
-
- Updated dependencies [d87fa026]
|
|
684
|
-
- Updated dependencies [da1ee9c8]
|
|
685
|
-
- Updated dependencies [26b494cb]
|
|
686
|
-
- Updated dependencies [b57b4338]
|
|
687
|
-
- Updated dependencies [add778d5]
|
|
688
|
-
- Updated dependencies [31af0164]
|
|
689
|
-
- @verdaccio/config@5.0.0-alpha.1
|
|
690
|
-
- @verdaccio/commons-api@10.0.0-alpha.1
|
|
691
|
-
- @verdaccio/local-storage@10.0.0-alpha.1
|
|
692
|
-
- @verdaccio/streams@10.0.0-alpha.1
|
|
693
|
-
- @verdaccio/logger@5.0.0-alpha.1
|
|
694
|
-
- @verdaccio/utils@5.0.0-alpha.1
|
|
695
|
-
|
|
696
|
-
## 5.0.0-alpha.1
|
|
697
|
-
|
|
698
|
-
### Major Changes
|
|
699
|
-
|
|
700
|
-
- d87fa0268: feat!: experiments config renamed to flags
|
|
701
|
-
|
|
702
|
-
- The `experiments` configuration is renamed to `flags`. The functionality is exactly the same.
|
|
703
|
-
|
|
704
|
-
```js
|
|
705
|
-
flags: token: false;
|
|
706
|
-
search: false;
|
|
707
|
-
```
|
|
708
|
-
|
|
709
|
-
- The `self_path` property from the config file is being removed in favor of `config_file` full path.
|
|
710
|
-
- Refactor `config` module, better types and utilities
|
|
711
|
-
|
|
712
|
-
- da1ee9c82: - Replace signature handler for legacy tokens by removing deprecated crypto.createDecipher by createCipheriv
|
|
713
|
-
|
|
714
|
-
- Introduce environment variables for legacy tokens
|
|
715
|
-
|
|
716
|
-
### Code Improvements
|
|
717
|
-
|
|
718
|
-
- Add debug library for improve developer experience
|
|
719
|
-
|
|
720
|
-
### Breaking change
|
|
721
|
-
|
|
722
|
-
- The new signature invalidates all previous tokens generated by Verdaccio 4 or previous versions.
|
|
723
|
-
- The secret key must have 32 characters long.
|
|
724
|
-
|
|
725
|
-
### New environment variables
|
|
726
|
-
|
|
727
|
-
- `VERDACCIO_LEGACY_ALGORITHM`: Allows to define the specific algorithm for the token signature which by default is `aes-256-ctr`
|
|
728
|
-
- `VERDACCIO_LEGACY_ENCRYPTION_KEY`: By default, the token stores in the database, but using this variable allows to get it from memory
|
|
729
|
-
|
|
730
|
-
### Minor Changes
|
|
731
|
-
|
|
732
|
-
- 26b494cbd: feat: add typescript project references settings
|
|
733
|
-
|
|
734
|
-
Reading https://ebaytech.berlin/optimizing-multi-package-apps-with-typescript-project-references-d5c57a3b4440 I realized I can use project references to solve the issue to pre-compile modules on develop mode.
|
|
735
|
-
|
|
736
|
-
It allows to navigate (IDE) trough the packages without need compile the packages.
|
|
134
|
+
- Updated dependencies [a99a4bb]
|
|
135
|
+
- @verdaccio/config@7.0.0-next-7.13
|
|
136
|
+
- @verdaccio/proxy@7.0.0-next-7.13
|
|
137
|
+
- @verdaccio/logger@7.0.0-next-7.13
|
|
138
|
+
- @verdaccio/core@7.0.0-next-7.13
|
|
737
139
|
|
|
738
|
-
|
|
140
|
+
## 7.0.0-next-7.1
|
|
739
141
|
|
|
740
142
|
### Patch Changes
|
|
741
143
|
|
|
742
|
-
-
|
|
743
|
-
-
|
|
744
|
-
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
- max-len: most of the sensible max-len errors are fixed
|
|
749
|
-
- no-unused-vars: most of these types of errors are fixed by deleting not needed declarations
|
|
750
|
-
- @typescript-eslint/no-unused-vars: same as above
|
|
751
|
-
|
|
752
|
-
- Updated dependencies [d87fa0268]
|
|
753
|
-
- Updated dependencies [da1ee9c82]
|
|
754
|
-
- Updated dependencies [26b494cbd]
|
|
755
|
-
- Updated dependencies [b57b43388]
|
|
756
|
-
- Updated dependencies [add778d55]
|
|
757
|
-
- Updated dependencies [31af01641]
|
|
758
|
-
- @verdaccio/config@5.0.0-alpha.1
|
|
759
|
-
- @verdaccio/commons-api@10.0.0-alpha.0
|
|
760
|
-
- @verdaccio/local-storage@10.0.0-alpha.0
|
|
761
|
-
- @verdaccio/streams@10.0.0-alpha.0
|
|
762
|
-
- @verdaccio/logger@5.0.0-alpha.1
|
|
763
|
-
- @verdaccio/utils@5.0.0-alpha.1
|
|
144
|
+
- cce258e: refactor: search package
|
|
145
|
+
- @verdaccio/core@7.0.0-next-7.12
|
|
146
|
+
- @verdaccio/config@7.0.0-next-7.12
|
|
147
|
+
- @verdaccio/proxy@7.0.0-next-7.12
|
|
148
|
+
- @verdaccio/logger@7.0.0-next-7.12
|