imagine-curator-sdk 0.2.1 → 0.2.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imagine-curator-sdk",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Imagine Curator SDK - React components for 3D visualization and rendering",
5
5
  "type": "module",
6
6
  "main": "src/lib.js",
@@ -1,10 +1,10 @@
1
- const REACT_APP_VERSION = import.meta.env.VITE_VERSION;
1
+ const REACT_APP_VERSION = import.meta.env.VITE_VERSION || '1.0.0';
2
2
 
3
3
  export const UNITY_REF = {
4
- loaderUrl: `/Build/LiveFurnishBuild.loader.js?version=${REACT_APP_VERSION}`,
5
- dataUrl: `/Build/LiveFurnishBuild.data?version=${REACT_APP_VERSION}`,
6
- frameworkUrl: `/Build/LiveFurnishBuild.framework.js?version=${REACT_APP_VERSION}`,
7
- codeUrl: `/Build/LiveFurnishBuild.wasm?version=${REACT_APP_VERSION}`,
4
+ loaderUrl: `/Build/LiveFurnishBuild.loader.js`,
5
+ dataUrl: `/Build/LiveFurnishBuild.data`,
6
+ frameworkUrl: `/Build/LiveFurnishBuild.framework.js`,
7
+ codeUrl: `/Build/LiveFurnishBuild.wasm`,
8
8
  streamingAssetsUrl: 'StreamingAssets',
9
9
  companyName: 'DefaultCompany',
10
10
  productName: 'Live FurnishV2',