@verdaccio/store 6.0.0-6-next.41 → 6.0.0-6-next.43

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 CHANGED
@@ -1,5 +1,38 @@
1
1
  # @verdaccio/store
2
2
 
3
+ ## 6.0.0-6-next.43
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ddb6a223]
8
+ - Updated dependencies [dc571aab]
9
+ - @verdaccio/config@6.0.0-6-next.63
10
+ - @verdaccio/core@6.0.0-6-next.63
11
+ - @verdaccio/hooks@6.0.0-6-next.33
12
+ - @verdaccio/loaders@6.0.0-6-next.32
13
+ - @verdaccio/local-storage@11.0.0-6-next.33
14
+ - @verdaccio/proxy@6.0.0-6-next.41
15
+ - @verdaccio/tarball@11.0.0-6-next.32
16
+ - @verdaccio/url@11.0.0-6-next.29
17
+ - @verdaccio/utils@6.0.0-6-next.31
18
+ - @verdaccio/logger@6.0.0-6-next.31
19
+
20
+ ## 6.0.0-6-next.42
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [378e907d]
25
+ - @verdaccio/core@6.0.0-6-next.62
26
+ - @verdaccio/tarball@11.0.0-6-next.31
27
+ - @verdaccio/url@11.0.0-6-next.28
28
+ - @verdaccio/hooks@6.0.0-6-next.32
29
+ - @verdaccio/loaders@6.0.0-6-next.31
30
+ - @verdaccio/logger@6.0.0-6-next.30
31
+ - @verdaccio/local-storage@11.0.0-6-next.32
32
+ - @verdaccio/proxy@6.0.0-6-next.40
33
+ - @verdaccio/config@6.0.0-6-next.62
34
+ - @verdaccio/utils@6.0.0-6-next.30
35
+
3
36
  ## 6.0.0-6-next.41
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/store",
3
- "version": "6.0.0-6-next.41",
3
+ "version": "6.0.0-6-next.43",
4
4
  "description": "loaders logic",
5
5
  "main": "./build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -30,16 +30,16 @@
30
30
  "npm": ">=6"
31
31
  },
32
32
  "dependencies": {
33
- "@verdaccio/config": "6.0.0-6-next.61",
34
- "@verdaccio/core": "6.0.0-6-next.61",
35
- "@verdaccio/hooks": "6.0.0-6-next.31",
36
- "@verdaccio/loaders": "6.0.0-6-next.30",
37
- "@verdaccio/local-storage": "11.0.0-6-next.31",
38
- "@verdaccio/logger": "6.0.0-6-next.29",
39
- "@verdaccio/proxy": "6.0.0-6-next.39",
40
- "@verdaccio/url": "11.0.0-6-next.27",
41
- "@verdaccio/utils": "6.0.0-6-next.29",
42
- "@verdaccio/tarball": "11.0.0-6-next.30",
33
+ "@verdaccio/config": "6.0.0-6-next.63",
34
+ "@verdaccio/core": "6.0.0-6-next.63",
35
+ "@verdaccio/hooks": "6.0.0-6-next.33",
36
+ "@verdaccio/loaders": "6.0.0-6-next.32",
37
+ "@verdaccio/local-storage": "11.0.0-6-next.33",
38
+ "@verdaccio/logger": "6.0.0-6-next.31",
39
+ "@verdaccio/proxy": "6.0.0-6-next.41",
40
+ "@verdaccio/url": "11.0.0-6-next.29",
41
+ "@verdaccio/utils": "6.0.0-6-next.31",
42
+ "@verdaccio/tarball": "11.0.0-6-next.32",
43
43
  "JSONStream": "1.3.5",
44
44
  "debug": "4.3.4",
45
45
  "lodash": "4.17.21",
@@ -48,8 +48,8 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/node": "16.18.10",
51
- "@verdaccio/types": "11.0.0-6-next.20",
52
- "@verdaccio/test-helper": "2.0.0-6-next.7",
51
+ "@verdaccio/types": "11.0.0-6-next.22",
52
+ "@verdaccio/test-helper": "2.0.0-6-next.8",
53
53
  "undici": "4.16.0",
54
54
  "nock": "13.2.9",
55
55
  "node-mocks-http": "1.12.1",
@@ -1254,7 +1254,7 @@ describe('storage', () => {
1254
1254
  host: req.get('host') as string,
1255
1255
  },
1256
1256
  })
1257
- ).rejects.toThrowError('package does not exist on uplink: foo');
1257
+ ).rejects.toThrow('package does not exist on uplink: foo');
1258
1258
  });
1259
1259
  });
1260
1260