@pnpm/building.pkg-requires-build 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 +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,13 +1,13 @@
1
- # @pnpm/exec.pkg-requires-build
1
+ # @pnpm/building.pkg-requires-build
2
2
 
3
3
  > Checks if a package requires to be built
4
4
 
5
- [![npm version](https://img.shields.io/npm/v/@pnpm/exec.pkg-requires-build.svg)](https://www.npmjs.com/package/@pnpm/exec.pkg-requires-build)
5
+ [![npm version](https://img.shields.io/npm/v/@pnpm/building.pkg-requires-build.svg)](https://npmx.dev/package/@pnpm/building.pkg-requires-build)
6
6
 
7
7
  ## Installation
8
8
 
9
9
  ```sh
10
- pnpm add @pnpm/exec.pkg-requires-build
10
+ pnpm add @pnpm/building.pkg-requires-build
11
11
  ```
12
12
 
13
13
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/building.pkg-requires-build",
3
- "version": "1100.0.1",
3
+ "version": "1100.0.2",
4
4
  "description": "Checks if a package requires to be built",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -27,7 +27,7 @@
27
27
  "@pnpm/types": "1101.0.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@pnpm/building.pkg-requires-build": "1100.0.1"
30
+ "@pnpm/building.pkg-requires-build": "1100.0.2"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=22.13"