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