@squared-functions/types
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -112,2 +112,3 @@ /// <reference path="type.d.ts" /> | ||
moduleName: string; | ||
assets: ExternalAsset[]; | ||
templateMap?: StandardMap; | ||
@@ -130,3 +131,3 @@ init(assets: ExternalAsset[], body: RequestBody): void; | ||
using(this: IFileManager, instance: IDocument, file: ExternalAsset): Promise<void>; | ||
finalize(this: IFileManager, instance: IDocument, assets: ExternalAsset[]): Promise<void>; | ||
finalize(this: IFileManager, instance: IDocument): Promise<void>; | ||
createSourceMap(code: string, file?: ExternalAsset): SourceMapInput; | ||
@@ -133,0 +134,0 @@ writeSourceMap(localUri: string, sourceMap: SourceMapOutput, options?: SourceMapOptions): Undef<string>; |
{ | ||
"name": "@squared-functions/types", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Type definitions for squared-functions", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
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
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
28102
637
0