@wix/sdk-runtime
Advanced tools
Comparing version 0.3.11 to 0.3.12
@@ -11,3 +11,6 @@ import { wixContext } from '@wix/sdk-context'; | ||
return { | ||
initWixModules: oldContext, | ||
// @ts-expect-error | ||
initWixModules(modules, elevated) { | ||
return runWithoutContext(() => oldContext(modules, elevated)); | ||
}, | ||
fetchWithAuth() { | ||
@@ -14,0 +17,0 @@ throw new Error('fetchWithAuth is not available in this context'); |
@@ -28,3 +28,6 @@ "use strict"; | ||
return { | ||
initWixModules: oldContext, | ||
// @ts-expect-error | ||
initWixModules(modules, elevated) { | ||
return runWithoutContext(() => oldContext(modules, elevated)); | ||
}, | ||
fetchWithAuth() { | ||
@@ -31,0 +34,0 @@ throw new Error('fetchWithAuth is not available in this context'); |
{ | ||
"name": "@wix/sdk-runtime", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"license": "UNLICENSED", | ||
@@ -112,3 +112,3 @@ "sideEffects": false, | ||
}, | ||
"falconPackageHash": "1d3a4778bfe9d902da545a6ba5a9a870f5811ea12acd0f4121eca2ba" | ||
"falconPackageHash": "f474bf76b5befb2b20bcf1da96c431a8b0da27f5cccc02d20f75a7b6" | ||
} |
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
172233
4342