@xylabs/delay
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -1,3 +0,2 @@ | ||
declare const delay: (ms: number) => Promise<unknown>; | ||
export { delay }; | ||
export { delay } from './delay.ts'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@xylabs/delay", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries", | ||
@@ -39,8 +39,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@xylabs/timer": "^4.0.3" | ||
"@xylabs/timer": "^4.0.4" | ||
}, | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0", | ||
"@xylabs/tsconfig": "^4.0.0", | ||
"@xylabs/tsconfig-dom": "^4.0.0", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.7", | ||
"@xylabs/tsconfig": "^4.0.7", | ||
"@xylabs/tsconfig-dom": "^4.0.7", | ||
"typescript": "^5.5.4" | ||
@@ -47,0 +47,0 @@ }, |
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
11962
12
Updated@xylabs/timer@^4.0.4