@okamjs/okam
Advanced tools
Comparing version 0.1.7 to 0.1.8-dev.20231201.1
@@ -16,3 +16,2 @@ /* tslint:disable */ | ||
}) => void; | ||
onGenerateFsWrite?: (path: string, content: Buffer) => Promise<void>; | ||
} | ||
@@ -98,5 +97,15 @@ export interface BuildParams { | ||
string, | ||
| { from: string; exclude?: string } | ||
| { from: string; named: string; exclude?: string } | ||
| { from: string; namespace: true; exclude?: string } | ||
| { from: string; exclude?: string; preferRequire?: boolean } | ||
| { | ||
from: string; | ||
named: string; | ||
exclude?: string; | ||
preferRequire?: boolean; | ||
} | ||
| { | ||
from: string; | ||
namespace: true; | ||
exclude?: string; | ||
preferRequire?: boolean; | ||
} | ||
>; | ||
@@ -103,0 +112,0 @@ }; |
{ | ||
"name": "@okamjs/okam", | ||
"version": "0.1.7", | ||
"version": "0.1.8-dev.20231201.1", | ||
"main": "index.js", | ||
@@ -42,6 +42,6 @@ "types": "index.d.ts", | ||
"optionalDependencies": { | ||
"@okamjs/okam-darwin-arm64": "0.1.7", | ||
"@okamjs/okam-darwin-x64": "0.1.7", | ||
"@okamjs/okam-linux-x64-gnu": "0.1.7" | ||
"@okamjs/okam-darwin-arm64": "0.1.8-dev.20231201.1", | ||
"@okamjs/okam-darwin-x64": "0.1.8-dev.20231201.1", | ||
"@okamjs/okam-linux-x64-gnu": "0.1.8-dev.20231201.1" | ||
} | ||
} |
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
11908
357