@neurodyn/react-model-viewer 0.0.0-canary-20260727161547 → 0.0.2
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6133,7 +6133,7 @@ function QRCode({ data, foreground, background, robustness = 'M', className, ...
|
|
|
6133
6133
|
...props
|
|
6134
6134
|
});
|
|
6135
6135
|
}
|
|
6136
|
-
const MODEL_VIEWER_URL = "https://integrations
|
|
6136
|
+
const MODEL_VIEWER_URL = "https://integrations.vizbl.com/model-viewer";
|
|
6137
6137
|
const AR_DEVICE_REQUIREMENTS_DISCLAIMER = '*Requires AR-supported device and browser. We recommend iOS 12 or later with Safari, or Android 7.0 or later with Chrome.';
|
|
6138
6138
|
const DEFAULT_API_TIMEOUT = 30000;
|
|
6139
6139
|
function createDefaultClient(defaultBaseURL) {
|
|
@@ -6473,7 +6473,7 @@ function createApiClientRuntime({ clientName, configureFunctionName, defaultBase
|
|
|
6473
6473
|
const runtime = createApiClientRuntime({
|
|
6474
6474
|
clientName: 'API node client',
|
|
6475
6475
|
configureFunctionName: 'configureNodeApiClient',
|
|
6476
|
-
defaultBaseURL: "https://api
|
|
6476
|
+
defaultBaseURL: "https://api.vizbl.com"
|
|
6477
6477
|
});
|
|
6478
6478
|
const configureNodeApiClientRuntime = runtime.configureClientRuntime;
|
|
6479
6479
|
runtime.configureAccessTokenResolverRuntime;
|