@pnpm/pkg-manifest.commands 1100.1.10 → 1100.1.11

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/CHANGELOG.md +119 -0
  2. package/package.json +5 -5
package/CHANGELOG.md ADDED
@@ -0,0 +1,119 @@
1
+ # @pnpm/pkg-manifest.commands
2
+
3
+ ## 1100.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - @pnpm/config.reader@1101.11.2
8
+
9
+ ## 1100.1.10
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [9318a11]
14
+ - Updated dependencies [5a4daec]
15
+ - @pnpm/config.reader@1101.11.1
16
+
17
+ ## 1100.1.9
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [3425e80]
22
+ - Updated dependencies [806c3ec]
23
+ - Updated dependencies [c121235]
24
+ - @pnpm/config.reader@1101.11.0
25
+
26
+ ## 1100.1.8
27
+
28
+ ### Patch Changes
29
+
30
+ - Updated dependencies [852d537]
31
+ - @pnpm/error@1100.0.1
32
+ - @pnpm/cli.utils@1101.0.13
33
+ - @pnpm/config.reader@1101.10.1
34
+ - @pnpm/object.property-path@1100.1.1
35
+
36
+ ## 1100.1.7
37
+
38
+ ### Patch Changes
39
+
40
+ - Updated dependencies [302a2f7]
41
+ - Updated dependencies [0474a9c]
42
+ - @pnpm/config.reader@1101.10.0
43
+
44
+ ## 1100.1.6
45
+
46
+ ### Patch Changes
47
+
48
+ - Updated dependencies [61810aa]
49
+ - Updated dependencies [681b593]
50
+ - Updated dependencies [a31faa7]
51
+ - @pnpm/config.reader@1101.9.0
52
+ - @pnpm/types@1101.3.2
53
+ - @pnpm/cli.utils@1101.0.12
54
+
55
+ ## 1100.1.5
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies [bc9ed78]
60
+ - Updated dependencies [615c669]
61
+ - @pnpm/config.reader@1101.8.0
62
+ - @pnpm/cli.utils@1101.0.11
63
+
64
+ ## 1100.1.4
65
+
66
+ ### Patch Changes
67
+
68
+ - Updated dependencies [822beb5]
69
+ - Updated dependencies [3537020]
70
+ - Updated dependencies [894ea6a]
71
+ - Updated dependencies [6b5d91a]
72
+ - Updated dependencies [027196b]
73
+ - Updated dependencies [1017c36]
74
+ - Updated dependencies [bf1b731]
75
+ - @pnpm/config.reader@1101.7.0
76
+ - @pnpm/types@1101.3.1
77
+ - @pnpm/cli.utils@1101.0.10
78
+
79
+ ## 1100.1.3
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies [a017bf3]
84
+ - @pnpm/config.reader@1101.6.0
85
+ - @pnpm/types@1101.3.0
86
+ - @pnpm/cli.utils@1101.0.9
87
+
88
+ ## 1100.1.2
89
+
90
+ ### Patch Changes
91
+
92
+ - Updated dependencies [a39a83d]
93
+ - @pnpm/config.reader@1101.5.0
94
+
95
+ ## 1100.1.1
96
+
97
+ ### Patch Changes
98
+
99
+ - Updated dependencies [a23956e]
100
+ - Updated dependencies [35d2355]
101
+ - @pnpm/config.reader@1101.4.1
102
+ - @pnpm/types@1101.2.0
103
+ - @pnpm/cli.utils@1101.0.8
104
+
105
+ ## 1100.1.0
106
+
107
+ ### Minor Changes
108
+
109
+ - d7da112: Implement `pnpm pkg` command natively, following `npm pkg` standards.
110
+ - d55263f: Implements `pnpm set-script` (alias `ss`) natively. Adds or updates an entry in the `scripts` field of the project manifest, supporting `package.json`, `package.json5`, and `package.yaml` formats.
111
+
112
+ ### Patch Changes
113
+
114
+ - Updated dependencies [d7da112]
115
+ - Updated dependencies [3b62f9d]
116
+ - Updated dependencies [212315d]
117
+ - @pnpm/object.property-path@1100.1.0
118
+ - @pnpm/config.reader@1101.4.0
119
+ - @pnpm/cli.utils@1101.0.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/pkg-manifest.commands",
3
- "version": "1100.1.10",
3
+ "version": "1100.1.11",
4
4
  "description": "Commands for managing package.json",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -28,16 +28,16 @@
28
28
  "!*.map"
29
29
  ],
30
30
  "dependencies": {
31
- "render-help": "^2.0.0",
32
31
  "@pnpm/cli.utils": "1101.0.13",
32
+ "@pnpm/config.reader": "1101.11.2",
33
+ "@pnpm/error": "1100.0.1",
33
34
  "@pnpm/object.property-path": "1100.1.1",
34
35
  "@pnpm/types": "1101.3.2",
35
- "@pnpm/config.reader": "1101.11.1",
36
- "@pnpm/error": "1100.0.1"
36
+ "render-help": "^2.0.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@jest/globals": "30.4.1",
40
- "@pnpm/pkg-manifest.commands": "1100.1.10",
40
+ "@pnpm/pkg-manifest.commands": "1100.1.11",
41
41
  "@pnpm/prepare": "1100.0.18"
42
42
  },
43
43
  "engines": {