@verdaccio/search 7.0.0-next.2 → 8.0.0-next-8.1
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 +96 -702
- 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,157 @@
|
|
|
1
|
-
# @verdaccio/
|
|
1
|
+
# @verdaccio/search
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### Major Changes
|
|
6
|
-
|
|
7
|
-
- e7ebccb61: update major dependencies, remove old nodejs support
|
|
8
|
-
|
|
9
|
-
### Minor Changes
|
|
10
|
-
|
|
11
|
-
- daceb6d87: restore legacy support
|
|
12
|
-
|
|
13
|
-
## 7.0.0-next.1
|
|
3
|
+
## 8.0.0-next-8.1
|
|
14
4
|
|
|
15
5
|
### Patch Changes
|
|
16
6
|
|
|
17
|
-
-
|
|
7
|
+
- @verdaccio/core@8.0.0-next-8.1
|
|
8
|
+
- @verdaccio/config@8.0.0-next-8.1
|
|
9
|
+
- @verdaccio/proxy@8.0.0-next-8.1
|
|
10
|
+
- @verdaccio/logger@8.0.0-next-8.1
|
|
18
11
|
|
|
19
|
-
##
|
|
12
|
+
## 8.0.0-next-8.0
|
|
20
13
|
|
|
21
14
|
### Major Changes
|
|
22
15
|
|
|
23
|
-
-
|
|
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
|
|
125
|
-
|
|
126
|
-
### Minor Changes
|
|
127
|
-
|
|
128
|
-
- 45c03819: refactor: render html middleware
|
|
129
|
-
|
|
130
|
-
### Patch Changes
|
|
131
|
-
|
|
132
|
-
- Updated dependencies [45c03819]
|
|
133
|
-
- @verdaccio/config@6.0.0-6-next.60
|
|
134
|
-
- @verdaccio/local-storage@11.0.0-6-next.30
|
|
135
|
-
- @verdaccio/core@6.0.0-6-next.60
|
|
136
|
-
- @verdaccio/logger@6.0.0-6-next.28
|
|
137
|
-
- @verdaccio/utils@6.0.0-6-next.28
|
|
138
|
-
|
|
139
|
-
## 6.0.0-6-next.37
|
|
140
|
-
|
|
141
|
-
### Patch Changes
|
|
142
|
-
|
|
143
|
-
- Updated dependencies [65f88b82]
|
|
144
|
-
- @verdaccio/logger@6.0.0-6-next.27
|
|
145
|
-
- @verdaccio/local-storage@11.0.0-6-next.29
|
|
146
|
-
- @verdaccio/core@6.0.0-6-next.59
|
|
147
|
-
- @verdaccio/config@6.0.0-6-next.59
|
|
148
|
-
- @verdaccio/utils@6.0.0-6-next.27
|
|
149
|
-
|
|
150
|
-
## 6.0.0-6-next.36
|
|
16
|
+
- chore: move v7 next to v8 next
|
|
151
17
|
|
|
152
18
|
### Patch Changes
|
|
153
19
|
|
|
154
|
-
-
|
|
155
|
-
- @verdaccio/
|
|
156
|
-
- @verdaccio/
|
|
157
|
-
- @verdaccio/
|
|
158
|
-
- @verdaccio/
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @verdaccio/logger@8.0.0-next-8.0
|
|
22
|
+
- @verdaccio/core@8.0.0-next-8.0
|
|
23
|
+
- @verdaccio/config@8.0.0-next-8.0
|
|
24
|
+
- @verdaccio/proxy@8.0.0-next-8.0
|
|
159
25
|
|
|
160
|
-
##
|
|
161
|
-
|
|
162
|
-
### Patch Changes
|
|
163
|
-
|
|
164
|
-
- @verdaccio/local-storage@11.0.0-6-next.27
|
|
165
|
-
- @verdaccio/core@6.0.0-6-next.57
|
|
166
|
-
- @verdaccio/config@6.0.0-6-next.57
|
|
167
|
-
- @verdaccio/logger@6.0.0-6-next.25
|
|
168
|
-
- @verdaccio/utils@6.0.0-6-next.25
|
|
169
|
-
|
|
170
|
-
## 6.0.0-6-next.34
|
|
171
|
-
|
|
172
|
-
### Patch Changes
|
|
173
|
-
|
|
174
|
-
- Updated dependencies [a1986e09]
|
|
175
|
-
- @verdaccio/utils@6.0.0-6-next.24
|
|
176
|
-
- @verdaccio/config@6.0.0-6-next.56
|
|
177
|
-
- @verdaccio/local-storage@11.0.0-6-next.26
|
|
178
|
-
- @verdaccio/core@6.0.0-6-next.56
|
|
179
|
-
- @verdaccio/logger@6.0.0-6-next.24
|
|
180
|
-
|
|
181
|
-
## 6.0.0-6-next.33
|
|
182
|
-
|
|
183
|
-
### Patch Changes
|
|
184
|
-
|
|
185
|
-
- Updated dependencies [9718e033]
|
|
186
|
-
- @verdaccio/config@6.0.0-6-next.55
|
|
187
|
-
- @verdaccio/core@6.0.0-6-next.55
|
|
188
|
-
- @verdaccio/utils@6.0.0-6-next.23
|
|
189
|
-
- @verdaccio/local-storage@11.0.0-6-next.25
|
|
190
|
-
- @verdaccio/logger@6.0.0-6-next.23
|
|
191
|
-
|
|
192
|
-
## 6.0.0-6-next.32
|
|
193
|
-
|
|
194
|
-
### Patch Changes
|
|
195
|
-
|
|
196
|
-
- Updated dependencies [ef88da3b]
|
|
197
|
-
- @verdaccio/config@6.0.0-6-next.54
|
|
198
|
-
- @verdaccio/core@6.0.0-6-next.54
|
|
199
|
-
- @verdaccio/logger@6.0.0-6-next.22
|
|
200
|
-
- @verdaccio/local-storage@11.0.0-6-next.24
|
|
201
|
-
- @verdaccio/utils@6.0.0-6-next.22
|
|
202
|
-
|
|
203
|
-
## 6.0.0-6-next.31
|
|
204
|
-
|
|
205
|
-
### Patch Changes
|
|
206
|
-
|
|
207
|
-
- @verdaccio/core@6.0.0-6-next.53
|
|
208
|
-
- @verdaccio/logger@6.0.0-6-next.21
|
|
209
|
-
- @verdaccio/local-storage@11.0.0-6-next.23
|
|
210
|
-
- @verdaccio/config@6.0.0-6-next.53
|
|
211
|
-
- @verdaccio/utils@6.0.0-6-next.21
|
|
212
|
-
|
|
213
|
-
## 6.0.0-6-next.30
|
|
214
|
-
|
|
215
|
-
### Patch Changes
|
|
216
|
-
|
|
217
|
-
- @verdaccio/core@6.0.0-6-next.52
|
|
218
|
-
- @verdaccio/config@6.0.0-6-next.52
|
|
219
|
-
- @verdaccio/logger@6.0.0-6-next.20
|
|
220
|
-
- @verdaccio/local-storage@11.0.0-6-next.22
|
|
221
|
-
- @verdaccio/utils@6.0.0-6-next.20
|
|
222
|
-
|
|
223
|
-
## 6.0.0-6-next.29
|
|
224
|
-
|
|
225
|
-
### Patch Changes
|
|
226
|
-
|
|
227
|
-
- Updated dependencies [4b29d715]
|
|
228
|
-
- @verdaccio/config@6.0.0-6-next.51
|
|
229
|
-
- @verdaccio/core@6.0.0-6-next.51
|
|
230
|
-
- @verdaccio/local-storage@11.0.0-6-next.21
|
|
231
|
-
- @verdaccio/logger@6.0.0-6-next.19
|
|
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
|
|
26
|
+
## 7.0.0
|
|
310
27
|
|
|
311
28
|
### Major Changes
|
|
312
29
|
|
|
313
|
-
-
|
|
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
|
|
30
|
+
- 47f61c6: feat!: bump to v7
|
|
31
|
+
- e7ebccb: update major dependencies, remove old nodejs support
|
|
455
32
|
|
|
456
33
|
### Minor Changes
|
|
457
34
|
|
|
458
|
-
-
|
|
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
|
|
35
|
+
- daceb6d: restore legacy support
|
|
528
36
|
|
|
529
37
|
### Patch Changes
|
|
530
38
|
|
|
531
|
-
-
|
|
532
|
-
|
|
39
|
+
- cce258e: refactor: search package
|
|
40
|
+
- 35cc57b: fix: keyword undefined errors
|
|
41
|
+
- Updated dependencies [47f61c6]
|
|
42
|
+
- Updated dependencies [10dd81f]
|
|
43
|
+
- Updated dependencies [6e764e3]
|
|
44
|
+
- Updated dependencies [8c10a3e]
|
|
45
|
+
- Updated dependencies [daceb6d]
|
|
46
|
+
- Updated dependencies [e7ebccb]
|
|
47
|
+
- Updated dependencies [c9962fe]
|
|
48
|
+
- Updated dependencies [f047cc8]
|
|
49
|
+
- Updated dependencies [a99a4bb]
|
|
50
|
+
- Updated dependencies [a05a7d8]
|
|
51
|
+
- Updated dependencies [7c9f3cf]
|
|
52
|
+
- Updated dependencies [c31aec8]
|
|
53
|
+
- Updated dependencies [bd8703e]
|
|
54
|
+
- Updated dependencies [4d96324]
|
|
55
|
+
- @verdaccio/config@7.0.0
|
|
56
|
+
- @verdaccio/core@7.0.0
|
|
57
|
+
- @verdaccio/logger@7.0.0
|
|
58
|
+
- @verdaccio/proxy@7.0.0
|
|
533
59
|
|
|
534
|
-
##
|
|
60
|
+
## 7.0.0-next-8.10
|
|
535
61
|
|
|
536
62
|
### Patch Changes
|
|
537
63
|
|
|
538
|
-
- Updated dependencies [
|
|
539
|
-
|
|
540
|
-
|
|
64
|
+
- Updated dependencies [8c10a3e]
|
|
65
|
+
- Updated dependencies [a05a7d8]
|
|
66
|
+
- Updated dependencies [7c9f3cf]
|
|
67
|
+
- @verdaccio/config@7.0.0-next-8.21
|
|
68
|
+
- @verdaccio/core@7.0.0-next-8.21
|
|
69
|
+
- @verdaccio/proxy@7.0.0-next-8.21
|
|
70
|
+
- @verdaccio/logger@7.0.0-next-8.21
|
|
541
71
|
|
|
542
|
-
##
|
|
72
|
+
## 7.0.0-next-7.9
|
|
543
73
|
|
|
544
74
|
### Patch Changes
|
|
545
75
|
|
|
546
|
-
-
|
|
547
|
-
|
|
548
|
-
|
|
76
|
+
- @verdaccio/core@7.0.0-next-7.20
|
|
77
|
+
- @verdaccio/config@7.0.0-next-7.20
|
|
78
|
+
- @verdaccio/proxy@7.0.0-next-7.20
|
|
79
|
+
- @verdaccio/logger@7.0.0-next-7.20
|
|
549
80
|
|
|
550
|
-
##
|
|
81
|
+
## 7.0.0-next-7.8
|
|
551
82
|
|
|
552
83
|
### Patch Changes
|
|
553
84
|
|
|
554
|
-
- Updated dependencies [
|
|
555
|
-
-
|
|
556
|
-
- @verdaccio/
|
|
557
|
-
- @verdaccio/
|
|
85
|
+
- Updated dependencies [c31aec8]
|
|
86
|
+
- @verdaccio/config@7.0.0-next-7.19
|
|
87
|
+
- @verdaccio/proxy@7.0.0-next-7.19
|
|
88
|
+
- @verdaccio/core@7.0.0-next-7.19
|
|
89
|
+
- @verdaccio/logger@7.0.0-next-7.19
|
|
558
90
|
|
|
559
|
-
##
|
|
91
|
+
## 7.0.0-next-7.7
|
|
560
92
|
|
|
561
93
|
### Patch Changes
|
|
562
94
|
|
|
563
|
-
- Updated dependencies [
|
|
564
|
-
- @verdaccio/config@
|
|
565
|
-
- @verdaccio/
|
|
566
|
-
- @verdaccio/
|
|
567
|
-
- @verdaccio/
|
|
95
|
+
- Updated dependencies [10dd81f]
|
|
96
|
+
- @verdaccio/config@7.0.0-next-7.18
|
|
97
|
+
- @verdaccio/core@7.0.0-next-7.18
|
|
98
|
+
- @verdaccio/logger@7.0.0-next-7.18
|
|
99
|
+
- @verdaccio/proxy@7.0.0-next-7.18
|
|
568
100
|
|
|
569
|
-
##
|
|
101
|
+
## 7.0.0-next-7.6
|
|
570
102
|
|
|
571
103
|
### Patch Changes
|
|
572
104
|
|
|
573
|
-
- Updated dependencies [
|
|
574
|
-
- @verdaccio/
|
|
105
|
+
- Updated dependencies [6e764e3]
|
|
106
|
+
- @verdaccio/config@7.0.0-next-7.17
|
|
107
|
+
- @verdaccio/core@7.0.0-next-7.17
|
|
108
|
+
- @verdaccio/logger@7.0.0-next-7.17
|
|
109
|
+
- @verdaccio/proxy@7.0.0-next-7.17
|
|
575
110
|
|
|
576
|
-
##
|
|
111
|
+
## 7.0.0-next-7.5
|
|
577
112
|
|
|
578
113
|
### Patch Changes
|
|
579
114
|
|
|
580
|
-
-
|
|
581
|
-
-
|
|
582
|
-
|
|
583
|
-
|
|
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
|
-
```
|
|
115
|
+
- @verdaccio/logger@7.0.0-next-7.16
|
|
116
|
+
- @verdaccio/proxy@7.0.0-next-7.16
|
|
117
|
+
- @verdaccio/core@7.0.0-next-7.16
|
|
118
|
+
- @verdaccio/config@7.0.0-next-7.16
|
|
606
119
|
|
|
607
|
-
|
|
608
|
-
using different values.
|
|
120
|
+
## 7.0.0-next-7.4
|
|
609
121
|
|
|
610
122
|
### Patch Changes
|
|
611
123
|
|
|
612
|
-
- Updated dependencies [
|
|
613
|
-
- @verdaccio/
|
|
614
|
-
- @verdaccio/
|
|
615
|
-
- @verdaccio/
|
|
616
|
-
- @verdaccio/
|
|
617
|
-
- @verdaccio/logger@5.0.0-alpha.2
|
|
618
|
-
- @verdaccio/utils@5.0.0-alpha.2
|
|
124
|
+
- Updated dependencies [bd8703e]
|
|
125
|
+
- @verdaccio/core@7.0.0-next-7.15
|
|
126
|
+
- @verdaccio/config@7.0.0-next-7.15
|
|
127
|
+
- @verdaccio/logger@7.0.0-next-7.15
|
|
128
|
+
- @verdaccio/proxy@7.0.0-next-7.15
|
|
619
129
|
|
|
620
|
-
##
|
|
130
|
+
## 7.0.0-next-7.3
|
|
621
131
|
|
|
622
132
|
### Patch Changes
|
|
623
133
|
|
|
624
|
-
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
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
|
|
134
|
+
- @verdaccio/core@7.0.0-next-7.14
|
|
135
|
+
- @verdaccio/config@7.0.0-next-7.14
|
|
136
|
+
- @verdaccio/proxy@7.0.0-next-7.14
|
|
137
|
+
- @verdaccio/logger@7.0.0-next-7.14
|
|
657
138
|
|
|
658
|
-
|
|
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).
|
|
139
|
+
## 7.0.0-next-7.2
|
|
670
140
|
|
|
671
141
|
### Patch Changes
|
|
672
142
|
|
|
673
|
-
-
|
|
674
|
-
-
|
|
675
|
-
-
|
|
676
|
-
|
|
677
|
-
|
|
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.
|
|
143
|
+
- Updated dependencies [a99a4bb]
|
|
144
|
+
- @verdaccio/config@7.0.0-next-7.13
|
|
145
|
+
- @verdaccio/proxy@7.0.0-next-7.13
|
|
146
|
+
- @verdaccio/logger@7.0.0-next-7.13
|
|
147
|
+
- @verdaccio/core@7.0.0-next-7.13
|
|
737
148
|
|
|
738
|
-
|
|
149
|
+
## 7.0.0-next-7.1
|
|
739
150
|
|
|
740
151
|
### Patch Changes
|
|
741
152
|
|
|
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
|
|
153
|
+
- cce258e: refactor: search package
|
|
154
|
+
- @verdaccio/core@7.0.0-next-7.12
|
|
155
|
+
- @verdaccio/config@7.0.0-next-7.12
|
|
156
|
+
- @verdaccio/proxy@7.0.0-next-7.12
|
|
157
|
+
- @verdaccio/logger@7.0.0-next-7.12
|