@pnpm/store.path 1000.0.5 → 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.
- package/README.md +4 -4
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
# @pnpm/store
|
|
1
|
+
# @pnpm/store.path
|
|
2
2
|
|
|
3
3
|
> Resolves the pnpm store path
|
|
4
4
|
|
|
5
5
|
<!--@shields('npm')-->
|
|
6
|
-
[](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
|
|
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
|
|
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": "
|
|
3
|
+
"version": "1100.0.1",
|
|
4
4
|
"description": "Resolves the pnpm store path",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -29,18 +29,18 @@
|
|
|
29
29
|
"path-absolute": "^2.0.0",
|
|
30
30
|
"path-temp": "^3.0.0",
|
|
31
31
|
"root-link-target": "^4.0.0",
|
|
32
|
-
"touch": "3.1.
|
|
33
|
-
"@pnpm/
|
|
34
|
-
"@pnpm/
|
|
32
|
+
"touch": "3.1.1",
|
|
33
|
+
"@pnpm/constants": "1100.0.0",
|
|
34
|
+
"@pnpm/error": "1100.0.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@jest/globals": "30.0
|
|
37
|
+
"@jest/globals": "30.3.0",
|
|
38
38
|
"@types/is-windows": "^1.0.2",
|
|
39
|
-
"@types/node": "^22.19.
|
|
39
|
+
"@types/node": "^22.19.15",
|
|
40
40
|
"@types/touch": "^3.1.5",
|
|
41
41
|
"is-windows": "^1.0.2",
|
|
42
42
|
"rimraf": "^6.1.2",
|
|
43
|
-
"@pnpm/store.path": "
|
|
43
|
+
"@pnpm/store.path": "1100.0.1"
|
|
44
44
|
},
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=22.13"
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"typings": "lib/index.d.ts",
|
|
52
52
|
"scripts": {
|
|
53
53
|
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
54
|
+
"test": "pn compile && pn .test",
|
|
55
|
+
"compile": "tsgo --build && pn lint --fix",
|
|
56
|
+
".test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules --disable-warning=ExperimentalWarning --disable-warning=DEP0169\" jest"
|
|
57
57
|
}
|
|
58
58
|
}
|