@pnpm/plugin-commands-server 5.0.42 → 5.0.43
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/lib/server.d.ts +1 -1
- package/lib/start.d.ts +1 -1
- package/lib/status.d.ts +1 -1
- package/package.json +7 -7
package/lib/server.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
|
|
1
|
+
import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
|
|
2
2
|
export declare const rcOptionsTypes: typeof cliOptionsTypes;
|
|
3
3
|
export declare function cliOptionsTypes(): {
|
|
4
4
|
background: BooleanConstructor;
|
package/lib/start.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
|
|
1
|
+
import { type CreateStoreControllerOptions } from '@pnpm/store-connection-manager';
|
|
2
2
|
export declare function start(opts: CreateStoreControllerOptions & {
|
|
3
3
|
background?: boolean;
|
|
4
4
|
protocol?: 'auto' | 'tcp' | 'ipc';
|
package/lib/status.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Config } from '@pnpm/config';
|
|
1
|
+
import { type Config } from '@pnpm/config';
|
|
2
2
|
export declare function status(opts: Pick<Config, 'dir' | 'pnpmHomeDir' | 'storeDir'>): Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/plugin-commands-server",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.43",
|
|
4
4
|
"description": "Commands for controlling the store server",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@types/is-windows": "^1.0.0",
|
|
27
27
|
"@types/ramda": "0.28.20",
|
|
28
28
|
"@types/signal-exit": "^3.0.1",
|
|
29
|
-
"@pnpm/plugin-commands-server": "5.0.
|
|
29
|
+
"@pnpm/plugin-commands-server": "5.0.43"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@zkochan/diable": "^1.0.2",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"signal-exit": "^3.0.7",
|
|
40
40
|
"tree-kill": "^1.2.2",
|
|
41
41
|
"@pnpm/cli-meta": "4.0.3",
|
|
42
|
-
"@pnpm/cli-utils": "1.1.
|
|
42
|
+
"@pnpm/cli-utils": "1.1.8",
|
|
43
43
|
"@pnpm/common-cli-options-help": "0.9.0",
|
|
44
|
-
"@pnpm/config": "17.0.
|
|
45
|
-
"@pnpm/error": "4.0.1",
|
|
44
|
+
"@pnpm/config": "17.0.3",
|
|
46
45
|
"@pnpm/server": "14.1.2",
|
|
47
|
-
"@pnpm/store-connection-manager": "5.2.
|
|
48
|
-
"@pnpm/store-path": "7.0.0"
|
|
46
|
+
"@pnpm/store-connection-manager": "5.2.21",
|
|
47
|
+
"@pnpm/store-path": "7.0.0",
|
|
48
|
+
"@pnpm/error": "4.0.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@pnpm/logger": "^5.0.0"
|