@pnpm/config.normalize-registries 1100.0.1 → 1100.0.3

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # @pnpm/normalize-registries
1
+ # @pnpm/config.normalize-registries
2
2
 
3
3
  > Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```
8
- pnpm add @pnpm/normalize-registries
8
+ pnpm add @pnpm/config.normalize-registries
9
9
  ```
10
10
 
11
11
  ## Usage
12
12
 
13
13
  ```typescript
14
- import normalizeRegistries from '@pnpm/normalize-registries'
14
+ import normalizeRegistries from '@pnpm/config.normalize-registries'
15
15
 
16
16
  normalizeRegistries({
17
17
  'default': 'https://registry.npmjs.org',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/config.normalize-registries",
3
- "version": "1100.0.1",
3
+ "version": "1100.0.3",
4
4
  "description": "Accepts a mapping of registry URLs and returns a mapping with the same URLs but normalized",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -26,11 +26,11 @@
26
26
  "dependencies": {
27
27
  "normalize-registry-url": "2.0.1",
28
28
  "ramda": "npm:@pnpm/ramda@0.28.1",
29
- "@pnpm/types": "1101.0.0"
29
+ "@pnpm/types": "1101.1.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/ramda": "0.31.1",
33
- "@pnpm/config.normalize-registries": "1100.0.1"
33
+ "@pnpm/config.normalize-registries": "1100.0.3"
34
34
  },
35
35
  "engines": {
36
36
  "node": ">=22.13"