@e-mc/types
Advanced tools
Comparing version 0.6.10 to 0.6.11
export const enum INTERNAL { | ||
VERSION = '0.6.10', | ||
VERSION = '0.6.11', | ||
TEMP_DIR = 'tmp', | ||
@@ -4,0 +4,0 @@ CJS = '__cjs__' |
@@ -0,0 +0,0 @@ /// <reference path="./lib/type.d.ts" /> |
@@ -0,0 +0,0 @@ import type { BundleAction, FileAsset, LocationUri, MimeTypeAction } from './squared'; |
@@ -0,0 +0,0 @@ import type { DbDataSource, LocationUri, StorageAction } from './squared'; |
@@ -0,0 +0,0 @@ import type { CloudConstructor, FileManagerConstructor, ICloud, IFileManager, IHost, IImage, IModule, ImageConstructor, ModuleConstructor, WatchConstructor } from './index'; |
@@ -0,0 +0,0 @@ import type { CompressFormat as ICompressFormat } from './squared'; |
@@ -0,0 +0,0 @@ /* eslint @typescript-eslint/no-explicit-any: "off" */ |
@@ -0,0 +0,0 @@ import type { DataSource, DbDataSource } from './squared'; |
@@ -0,0 +0,0 @@ import type { LocationUri, MimeTypeAction, StorageAction } from './squared'; |
@@ -0,0 +0,0 @@ interface EventListenerOptions { |
@@ -0,0 +0,0 @@ import type { BundleAction, FileInfo, LogStatus } from './squared'; |
@@ -0,0 +0,0 @@ import type { LookupAddress } from 'dns'; |
@@ -685,4 +685,3 @@ /* eslint @typescript-eslint/no-explicit-any: "off" */ | ||
asHash(data: BinaryLike, options: AsHashOptions): string; | ||
asHash(data: BinaryLike, digest: unknown): string; | ||
asHash(data: BinaryLike, algorithm?: NumString | AsHashOptions, digest?: unknown): string; | ||
asHash(data: BinaryLike, algorithm?: unknown, digest?: unknown): string; | ||
toPosix(value: unknown, normalize: boolean): string; | ||
@@ -724,2 +723,3 @@ toPosix(value: unknown, filename?: string, normalize?: boolean): string; | ||
checkSemVer(name: string | TupleOf<string>, min: NumString, max: NumString, options: CheckSemVerOptions): boolean; | ||
/** @deprecated options */ | ||
checkSemVer(name: string | TupleOf<string>, min: NumString, max?: NumString, unstable?: boolean, startDir?: string): boolean; | ||
@@ -726,0 +726,0 @@ sanitizeCmd(value: string): string; |
@@ -0,0 +0,0 @@ import type { LogStatus } from './squared'; |
@@ -78,3 +78,3 @@ import type { BinaryToTextEncoding, HashOptions } from 'crypto'; | ||
startDir?: string; | ||
unstable: boolean; | ||
unstable?: boolean; | ||
} | ||
@@ -81,0 +81,0 @@ |
@@ -0,0 +0,0 @@ import type { RequestData as IRequestData } from './squared'; |
@@ -0,0 +0,0 @@ import type { BinaryAction } from './asset'; |
@@ -0,0 +0,0 @@ import type { PermissionAction, PermissionReadWrite, PermittedDirectories } from './core'; |
@@ -0,0 +0,0 @@ /// <reference path="type.d.ts" /> |
@@ -0,0 +0,0 @@ /* eslint @typescript-eslint/no-explicit-any: "off" */ |
@@ -0,0 +0,0 @@ import type { DataSource, WatchResponse } from './squared'; |
{ | ||
"name": "@e-mc/types", | ||
"version": "0.6.10", | ||
"version": "0.6.11", | ||
"description": "Type definitions for E-mc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ # @e-mc/types |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176950