@lv-x-software-house/x_view 1.2.2-dev.6 → 1.2.2-dev.7
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 +3 -0
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9730,6 +9730,9 @@ function XViewScene({
|
|
|
9730
9730
|
sceneDataRef.current = sceneResponse.data.scene;
|
|
9731
9731
|
parentDataRef.current = sceneResponse.data.parent;
|
|
9732
9732
|
ancestryDataRef.current = sceneResponse.data.ancestry;
|
|
9733
|
+
console.log("Console de sceneResponse.data.scene:", sceneResponse.data.scene);
|
|
9734
|
+
console.log("Console de sceneResponse.data.parent:", sceneResponse.data.parent);
|
|
9735
|
+
console.log("Console de sceneResponse.data.ancestry:", sceneResponse.data.ancestry);
|
|
9733
9736
|
setIsInitialized(true);
|
|
9734
9737
|
} else {
|
|
9735
9738
|
console.error("Falha ao buscar dados da cena:", (sceneResponse == null ? void 0 : sceneResponse.error) || "Resposta inv\xE1lida.");
|
package/dist/index.mjs
CHANGED
|
@@ -9729,6 +9729,9 @@ function XViewScene({
|
|
|
9729
9729
|
sceneDataRef.current = sceneResponse.data.scene;
|
|
9730
9730
|
parentDataRef.current = sceneResponse.data.parent;
|
|
9731
9731
|
ancestryDataRef.current = sceneResponse.data.ancestry;
|
|
9732
|
+
console.log("Console de sceneResponse.data.scene:", sceneResponse.data.scene);
|
|
9733
|
+
console.log("Console de sceneResponse.data.parent:", sceneResponse.data.parent);
|
|
9734
|
+
console.log("Console de sceneResponse.data.ancestry:", sceneResponse.data.ancestry);
|
|
9732
9735
|
setIsInitialized(true);
|
|
9733
9736
|
} else {
|
|
9734
9737
|
console.error("Falha ao buscar dados da cena:", (sceneResponse == null ? void 0 : sceneResponse.error) || "Resposta inv\xE1lida.");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lv-x-software-house/x_view",
|
|
3
|
-
"version": "1.2.2-dev.
|
|
3
|
+
"version": "1.2.2-dev.7",
|
|
4
4
|
"description": "Pacote privado contendo os componentes e lógica de renderização 3D do X View.",
|
|
5
5
|
"author": "iv.x - Engenharia de Software - ivxsoftwarehouse@gmail.com",
|
|
6
6
|
"license": "UNLICENSED",
|