@pnpm/installing.modules-yaml 1100.0.1 → 1100.0.2

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 +4 -4
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -1,21 +1,21 @@
1
- # @pnpm/modules-yaml
1
+ # @pnpm/installing.modules-yaml
2
2
 
3
3
  > Reads/writes \`node_modules/.modules.yaml\`
4
4
 
5
5
  <!--@shields('npm')-->
6
- [![npm version](https://img.shields.io/npm/v/@pnpm/modules-yaml.svg)](https://www.npmjs.com/package/@pnpm/modules-yaml)
6
+ [![npm version](https://img.shields.io/npm/v/@pnpm/installing.modules-yaml.svg)](https://npmx.dev/package/@pnpm/installing.modules-yaml)
7
7
  <!--/@-->
8
8
 
9
9
  ## Installation
10
10
 
11
11
  ```sh
12
- pnpm add @pnpm/modules-yaml
12
+ pnpm add @pnpm/installing.modules-yaml
13
13
  ```
14
14
 
15
15
  ## Usage
16
16
 
17
17
  ```ts
18
- import {write, read} from '@pnpm/modules-yaml'
18
+ import {write, read} from '@pnpm/installing.modules-yaml'
19
19
 
20
20
  await write('node_modules', {
21
21
  hoistedAliases: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/installing.modules-yaml",
3
- "version": "1100.0.1",
3
+ "version": "1100.0.2",
4
4
  "description": "Reads/writes `node_modules/.modules.yaml`",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,14 +28,15 @@
28
28
  "is-windows": "^1.0.2",
29
29
  "ramda": "npm:@pnpm/ramda@0.28.1",
30
30
  "read-yaml-file": "^3.0.0",
31
- "@pnpm/fs.graceful-fs": "1100.0.0",
31
+ "@pnpm/fs.graceful-fs": "1100.1.0",
32
32
  "@pnpm/types": "1101.0.0"
33
33
  },
34
34
  "devDependencies": {
35
+ "@jest/globals": "30.3.0",
35
36
  "@types/is-windows": "^1.0.2",
36
37
  "@types/ramda": "0.31.1",
37
38
  "tempy": "3.0.0",
38
- "@pnpm/installing.modules-yaml": "1100.0.1"
39
+ "@pnpm/installing.modules-yaml": "1100.0.2"
39
40
  },
40
41
  "engines": {
41
42
  "node": ">=22.13"