@speedy-js/speedy-utils
Advanced tools
Comparing version 0.11.1-alpha.1 to 0.11.1
@@ -890,4 +890,6 @@ /// <reference types="node" /> | ||
export declare function isJsExt(originalPath: string): boolean; | ||
export declare function isJsExt(path: string): boolean; | ||
export declare function isJsLoader(loader?: string): boolean; | ||
export declare function isNotEmpty<T>(value: T | null | undefined): value is T; | ||
@@ -1367,7 +1369,2 @@ | ||
export declare function parseRequest(originalPath: string): { | ||
filename: string; | ||
query: Record<string, string | boolean>; | ||
}; | ||
declare interface PartialMessage { | ||
@@ -1374,0 +1371,0 @@ pluginName?: string; |
@@ -890,4 +890,6 @@ /// <reference types="node" /> | ||
export declare function isJsExt(originalPath: string): boolean; | ||
export declare function isJsExt(path: string): boolean; | ||
export declare function isJsLoader(loader?: string): boolean; | ||
export declare function isNotEmpty<T>(value: T | null | undefined): value is T; | ||
@@ -1367,7 +1369,2 @@ | ||
export declare function parseRequest(originalPath: string): { | ||
filename: string; | ||
query: Record<string, string | boolean>; | ||
}; | ||
declare interface PartialMessage { | ||
@@ -1374,0 +1371,0 @@ pluginName?: string; |
{ | ||
"name": "@speedy-js/speedy-utils", | ||
"version": "0.11.1-alpha.1", | ||
"version": "0.11.1", | ||
"description": "", | ||
@@ -15,4 +15,9 @@ "keywords": [], | ||
], | ||
"scripts": { | ||
"test": "mocha", | ||
"build": "node -r tsm scripts/build.ts", | ||
"dev": "npm run build -- --watch" | ||
}, | ||
"devDependencies": { | ||
"@speedy-js/prebundle": "1.0.0", | ||
"@speedy-js/prebundle": "workspace:*", | ||
"fs-extra": "10.0.0", | ||
@@ -28,5 +33,5 @@ "tapable": "2.2.1", | ||
"import-lazy": "4.0.0", | ||
"@speedy-js/config": "0.8.0-3", | ||
"@speedy-js/speedy-types": "0.11.1-alpha.1", | ||
"@speedy-js/eslint-config": "0.0.1", | ||
"@speedy-js/config": "workspace:*", | ||
"@speedy-js/speedy-types": "workspace:*", | ||
"@speedy-js/eslint-config": "workspace:*", | ||
"chai": "4.3.4", | ||
@@ -45,9 +50,4 @@ "@types/chai": "4.2.22", | ||
"utility-types": "3.10.0", | ||
"@speedy-js/speedy-node-rig": "1.0.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha", | ||
"build": "node -r tsm scripts/build.ts", | ||
"dev": "npm run build -- --watch" | ||
"@speedy-js/speedy-node-rig": "workspace:*" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
6174021
85842