@pnpm/store.path 1100.0.0 → 1100.0.1

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,21 +1,21 @@
1
- # @pnpm/store-path
1
+ # @pnpm/store.path
2
2
 
3
3
  > Resolves the pnpm store path
4
4
 
5
5
  <!--@shields('npm')-->
6
- [![npm version](https://img.shields.io/npm/v/@pnpm/store-path.svg)](https://www.npmjs.com/package/@pnpm/store-path)
6
+ [![npm version](https://img.shields.io/npm/v/@pnpm/store.path.svg)](https://npmx.dev/package/@pnpm/store.path)
7
7
  <!--/@-->
8
8
 
9
9
  ## Installation
10
10
 
11
11
  ```sh
12
- <pnpm|yarn|npm> add @pnpm/store-path
12
+ <pnpm|yarn|npm> add @pnpm/store.path
13
13
  ```
14
14
 
15
15
  ## Usage
16
16
 
17
17
  ```ts
18
- import resolveStorePath from '@pnpm/store-path'
18
+ import resolveStorePath from '@pnpm/store.path'
19
19
 
20
20
  await resolveStorePath('F:\\project', 'pnpm-store')
21
21
  //> F:\\pnpm-store\\2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnpm/store.path",
3
- "version": "1100.0.0",
3
+ "version": "1100.0.1",
4
4
  "description": "Resolves the pnpm store path",
5
5
  "keywords": [
6
6
  "pnpm",
@@ -40,7 +40,7 @@
40
40
  "@types/touch": "^3.1.5",
41
41
  "is-windows": "^1.0.2",
42
42
  "rimraf": "^6.1.2",
43
- "@pnpm/store.path": "1100.0.0"
43
+ "@pnpm/store.path": "1100.0.1"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=22.13"