@pnpm/config 13.13.0 → 13.13.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/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/config",
|
|
3
|
-
"version": "13.13.
|
|
3
|
+
"version": "13.13.1",
|
|
4
4
|
"description": "Gets configuration options for pnpm",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"@pnpm/constants": "5.0.0",
|
|
27
27
|
"@pnpm/error": "2.0.0",
|
|
28
28
|
"@pnpm/global-bin-dir": "3.0.0",
|
|
29
|
-
"@pnpm/pnpmfile": "1.2.
|
|
30
|
-
"@pnpm/read-project-manifest": "2.0.
|
|
31
|
-
"@pnpm/types": "7.
|
|
29
|
+
"@pnpm/pnpmfile": "1.2.5",
|
|
30
|
+
"@pnpm/read-project-manifest": "2.0.12",
|
|
31
|
+
"@pnpm/types": "7.10.0",
|
|
32
32
|
"@zkochan/npm-conf": "2.0.2",
|
|
33
33
|
"camelcase": "^6.2.0",
|
|
34
34
|
"can-write-to-dir": "^1.1.1",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"which": "^2.0.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@pnpm/config": "13.13.
|
|
43
|
-
"@pnpm/prepare": "0.0.
|
|
42
|
+
"@pnpm/config": "13.13.1",
|
|
43
|
+
"@pnpm/prepare": "0.0.35",
|
|
44
44
|
"@types/ramda": "0.27.39",
|
|
45
45
|
"@types/which": "^2.0.0",
|
|
46
46
|
"symlink-dir": "^5.0.0"
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"_test": "jest",
|
|
53
53
|
"test": "pnpm run compile && pnpm run _test",
|
|
54
54
|
"start": "tsc --watch",
|
|
55
|
-
"compile": "tsc --build && pnpm run lint --
|
|
56
|
-
}
|
|
57
|
-
"readme": "# @pnpm/config\n\n> Gets configution options for pnpm\n\n<!--@shields('npm')-->\n[](https://www.npmjs.com/package/@pnpm/config)\n<!--/@-->\n\n## Installation\n\n```sh\npnpm add @pnpm/config\n```\n\n## Usage\n\n```ts\nimport getConfig from '@pnpm/config'\n\ngetConfig().then(pnpmConfig => console.log(pnpmConfig))\n```\n\n## License\n\nMIT\n"
|
|
55
|
+
"compile": "tsc --build && pnpm run lint --fix"
|
|
56
|
+
}
|
|
58
57
|
}
|