@okamjs/okam
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -87,2 +87,4 @@ /* tslint:disable */ | ||
umd?: false | string; | ||
cjs?: boolean; | ||
writeToDisk?: boolean; | ||
transformImport?: { | ||
@@ -131,2 +133,4 @@ libraryName: string; | ||
}; | ||
emitAssets: boolean; | ||
cssModulesExportOnlyLocales: boolean; | ||
}; | ||
@@ -133,0 +137,0 @@ hooks: JsHooks; |
{ | ||
"name": "@okamjs/okam", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"main": "index.js", | ||
@@ -42,6 +42,6 @@ "types": "index.d.ts", | ||
"optionalDependencies": { | ||
"@okamjs/okam-darwin-arm64": "0.4.0", | ||
"@okamjs/okam-darwin-x64": "0.4.0", | ||
"@okamjs/okam-linux-x64-gnu": "0.4.0" | ||
"@okamjs/okam-darwin-arm64": "0.4.1", | ||
"@okamjs/okam-darwin-x64": "0.4.1", | ||
"@okamjs/okam-linux-x64-gnu": "0.4.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
14635
380