@xylabs/profile
Advanced tools
Comparing version 3.6.12 to 4.0.0
@@ -1,2 +0,6 @@ | ||
export * from './profiler.ts'; | ||
//# sourceMappingURL=index.d.ts.map | ||
type Profiler = Record<string, number[]>; | ||
declare const createProfiler: () => Profiler; | ||
declare const profile: (profiler: Profiler, name: string) => void; | ||
declare const profileReport: (profiler: Profiler) => Record<string, number>; | ||
export { type Profiler, createProfiler, profile, profileReport }; |
@@ -16,14 +16,7 @@ { | ||
".": { | ||
"require": { | ||
"types": "./dist/neutral/index.d.cts", | ||
"default": "./dist/neutral/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
} | ||
"types": "./dist/neutral/index.d.ts", | ||
"default": "./dist/neutral/index.mjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/neutral/index.cjs", | ||
"types": "./dist/neutral/index.d.ts", | ||
@@ -41,4 +34,4 @@ "module": "./dist/neutral/index.mjs", | ||
"devDependencies": { | ||
"@xylabs/ts-scripts-yarn3": "^3.15.14", | ||
"@xylabs/tsconfig": "^3.15.14", | ||
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15", | ||
"@xylabs/tsconfig": "^4.0.0-rc.15", | ||
"typescript": "^5.5.4" | ||
@@ -57,4 +50,4 @@ }, | ||
"sideEffects": false, | ||
"version": "3.6.12", | ||
"version": "4.0.0", | ||
"type": "module" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
14416
9
85
1