@verdaccio/search 6.0.0-6-next.2 → 7.0.0-next.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 +18 -0
- package/build/dist.js +1240 -2676
- package/build/indexer.d.ts +5 -3
- package/package.json +4 -5
- package/src/indexer.ts +26 -11
- package/test/index.spec.ts +47 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @verdaccio/proxy
|
|
2
2
|
|
|
3
|
+
## 7.0.0-next.1
|
|
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
|
+
|
|
3
21
|
## 6.0.0-6-next.2
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|