@pnpm/config.commands 1100.0.6 → 1100.0.7

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 +8 -8
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # @pnpm/plugin-commands-config
1
+ # @pnpm/config.commands
2
2
 
3
3
  > Commands for reading and writing settings to/from config files
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@pnpm/plugin-commands-config.svg)](https://www.npmjs.com/package/@pnpm/plugin-commands-config)
5
+ [![npm version](https://img.shields.io/npm/v/@pnpm/config.commands.svg)](https://npmx.dev/package/@pnpm/config.commands)
6
6
 
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- pnpm add @pnpm/plugin-commands-config
10
+ pnpm add @pnpm/config.commands
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/config.commands",
3
- "version": "1100.0.6",
3
+ "version": "1100.0.7",
4
4
  "description": "Commands for reading and writing settings to/from config files",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -32,14 +32,14 @@
32
32
  "render-help": "^2.0.0",
33
33
  "write-ini-file": "5.0.0",
34
34
  "write-yaml-file": "^6.0.0",
35
- "@pnpm/cli.utils": "1101.0.1",
36
- "@pnpm/config.reader": "1101.1.2",
35
+ "@pnpm/cli.utils": "1101.0.2",
36
+ "@pnpm/error": "1100.0.0",
37
37
  "@pnpm/constants": "1100.0.0",
38
+ "@pnpm/config.reader": "1101.1.3",
38
39
  "@pnpm/object.key-sorting": "1100.0.0",
39
- "@pnpm/error": "1100.0.0",
40
- "@pnpm/workspace.workspace-manifest-writer": "1100.0.3",
41
40
  "@pnpm/object.property-path": "1100.0.0",
42
- "@pnpm/text.naming-cases": "1100.0.0"
41
+ "@pnpm/text.naming-cases": "1100.0.1",
42
+ "@pnpm/workspace.workspace-manifest-writer": "1100.0.4"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@pnpm/logger": ">=1001.0.0 <1002.0.0"
@@ -49,9 +49,9 @@
49
49
  "@types/ini": "4.1.1",
50
50
  "@types/lodash.kebabcase": "4.1.9",
51
51
  "read-yaml-file": "^3.0.0",
52
+ "@pnpm/config.commands": "1100.0.7",
52
53
  "@pnpm/logger": "1100.0.0",
53
- "@pnpm/config.commands": "1100.0.6",
54
- "@pnpm/prepare": "1100.0.3"
54
+ "@pnpm/prepare": "1100.0.4"
55
55
  },
56
56
  "engines": {
57
57
  "node": ">=22.13"