@okamjs/okam
Advanced tools
Comparing version 0.4.11 to 0.4.12
@@ -6,6 +6,2 @@ /* tslint:disable */ | ||
export interface TransformOutput { | ||
code: string; | ||
map?: string; | ||
} | ||
export interface JsHooks { | ||
@@ -12,0 +8,0 @@ load?: (filePath: string) => Promise<{ content: string; type: 'css' | 'js' }>; |
{ | ||
"name": "@okamjs/okam", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"bin": { | ||
"mako": "./bin/mako.js" | ||
}, | ||
"napi": { | ||
@@ -63,7 +66,7 @@ "name": "okam", | ||
"optionalDependencies": { | ||
"@okamjs/okam-darwin-arm64": "0.4.11", | ||
"@okamjs/okam-darwin-x64": "0.4.11", | ||
"@okamjs/okam-linux-x64-gnu": "0.4.11" | ||
"@okamjs/okam-darwin-arm64": "0.4.12", | ||
"@okamjs/okam-darwin-x64": "0.4.12", | ||
"@okamjs/okam-linux-x64-gnu": "0.4.12" | ||
}, | ||
"repository": "git@github.com:umijs/mako.git" | ||
} |
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
40195
1233