@pnpm/types
Advanced tools
+2
-1
@@ -16,2 +16,3 @@ export type DependenciesField = 'optionalDependencies' | 'dependencies' | 'devDependencies'; | ||
| export type TokenHelper = [string, ...string[]]; | ||
| export declare const DEFAULT_REGISTRY_SCOPE = "@"; | ||
| /** Per-registry authentication credentials. */ | ||
@@ -37,3 +38,3 @@ export interface Creds { | ||
| export interface RegistryConfig { | ||
| creds?: Creds; | ||
| [scope: `@${string}`]: Creds | undefined; | ||
| tls?: TlsConfig; | ||
@@ -40,0 +41,0 @@ } |
+1
-0
@@ -11,2 +11,3 @@ // NOTE: The order in this array is important. | ||
| ]; | ||
| export const DEFAULT_REGISTRY_SCOPE = '@'; | ||
| //# sourceMappingURL=misc.js.map |
+1
-1
@@ -53,3 +53,3 @@ import type { Registries } from './misc.js'; | ||
| export declare const RUNTIME_NAMES: readonly ['node', 'deno', 'bun']; | ||
| export type RuntimeName = (typeof RUNTIME_NAMES)[number]; | ||
| export type RuntimeName = typeof RUNTIME_NAMES[number]; | ||
| export declare function isRuntimeAlias(alias: string): alias is RuntimeName; | ||
@@ -56,0 +56,0 @@ export interface EngineDependency { |
+2
-2
| { | ||
| "name": "@pnpm/types", | ||
| "version": "1101.3.1", | ||
| "version": "1101.3.2", | ||
| "description": "Basic types used by pnpm", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@pnpm/types": "1101.3.1" | ||
| "@pnpm/types": "1101.3.2" | ||
| }, | ||
@@ -34,0 +34,0 @@ "engines": { |
15151
0.79%382
0.53%