karakum 1.0.0-alpha.86 → 1.0.0-alpha.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
package/kotlin/karakum.mjs
CHANGED
|
@@ -2768,7 +2768,7 @@ function *_generator_defaultizeConfiguration__q11igf(configuration, $completion)
|
|
|
2768
2768
|
// Inline function 'kotlin.js.asDynamic' call
|
|
2769
2769
|
if (equals(inputResolutionStrategy, 'node')) {
|
|
2770
2770
|
// Inline function 'kotlin.requireNotNull' call
|
|
2771
|
-
var tmp0 = findPackageJSON(libraryName,
|
|
2771
|
+
var tmp0 = findPackageJSON(libraryName, import.meta.url);
|
|
2772
2772
|
var tmp$ret$9;
|
|
2773
2773
|
$l$block: {
|
|
2774
2774
|
// Inline function 'kotlin.requireNotNull' call
|