@pnpm/building.policy 1100.0.0 → 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 +2 -2
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @pnpm/builder.policy
1
+ # @pnpm/building.policy
2
2
 
3
3
  > Create a function for filtering out dependencies that are not allowed to be built
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```
8
- pnpm add @pnpm/builder.policy
8
+ pnpm add @pnpm/building.policy
9
9
  ```
10
10
 
11
11
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/building.policy",
3
- "version": "1100.0.0",
3
+ "version": "1100.0.2",
4
4
  "description": "Create a function for filtering out dependencies that are not allowed to be built",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -24,11 +24,12 @@
24
24
  "!*.map"
25
25
  ],
26
26
  "dependencies": {
27
- "@pnpm/config.version-policy": "1100.0.0",
28
- "@pnpm/types": "1100.0.0"
27
+ "@pnpm/config.version-policy": "1100.0.2",
28
+ "@pnpm/types": "1101.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@pnpm/building.policy": "1100.0.0"
31
+ "@jest/globals": "30.3.0",
32
+ "@pnpm/building.policy": "1100.0.2"
32
33
  },
33
34
  "engines": {
34
35
  "node": ">=22.13"