@pnpm/pkg-manifest.utils 1100.2.8 → 1100.2.10
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 +13 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @pnpm/manifest-utils
|
|
2
2
|
|
|
3
|
+
## 1100.2.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Completed pnpm runtime installation parity for Node.js, Deno, and Bun, including runtime failure policy, target architecture selection, and dependency runtime engines. Runtime failure overrides now preserve explicit runtime dependencies without matching engine entries.
|
|
8
|
+
|
|
9
|
+
## 1100.2.9
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies:
|
|
14
|
+
- @pnpm/deps.peer-range@1100.1.0
|
|
15
|
+
|
|
3
16
|
## 1100.2.8
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/pkg-manifest.utils",
|
|
3
|
-
"version": "1100.2.
|
|
3
|
+
"version": "1100.2.10",
|
|
4
4
|
"description": "Utils for dealing with package manifest",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@pnpm/core-loggers": "1100.2.3",
|
|
31
|
-
"@pnpm/deps.peer-range": "1100.0
|
|
31
|
+
"@pnpm/deps.peer-range": "1100.1.0",
|
|
32
32
|
"@pnpm/error": "1100.0.1",
|
|
33
33
|
"@pnpm/types": "1101.4.0",
|
|
34
34
|
"semver": "^7.8.4"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@jest/globals": "30.4.1",
|
|
41
41
|
"@pnpm/logger": "1100.0.0",
|
|
42
|
-
"@pnpm/pkg-manifest.utils": "1100.2.
|
|
42
|
+
"@pnpm/pkg-manifest.utils": "1100.2.10",
|
|
43
43
|
"@types/semver": "7.7.1"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|