@3cr/viewer-browser 0.0.16 → 0.0.18
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/Viewer3CR.js +1 -1
- package/dist/Viewer3CR.mjs +3 -3
- package/dist/Viewer3CR.umd.js +1 -1
- package/index.html +1 -1
- package/package.json +6 -1
- package/scripts/modules.d.ts +2 -0
- package/scripts/postPublish.js +92 -0
- package/scripts/postPublish.ts +104 -0
- package/src/App.vue +3 -3
- package/tsconfig.build-scripts.json +22 -0
- package/.idea/git_toolbox_prj.xml +0 -15
- package/.idea/vcs.xml +0 -6
- package/.idea/workspace.xml +0 -223
- package/public/favicon.ico +0 -0
- package/public/index.html +0 -21
- /package/{dist → playground}/favicon.ico +0 -0
- /package/{dist → playground}/index.html +0 -0
package/dist/Viewer3CR.mjs
CHANGED
|
@@ -18275,10 +18275,10 @@ const $1 = J({
|
|
|
18275
18275
|
__name: "App",
|
|
18276
18276
|
setup(e, { expose: t }) {
|
|
18277
18277
|
const n = Z({
|
|
18278
|
-
Url: "https://webgl-3dr.singular.health/test_scans/
|
|
18278
|
+
Url: "https://webgl-3dr.singular.health/test_scans/01440d4e-8b04-4b90-bb2c-698535ce16d6/CHEST.3vxl",
|
|
18279
18279
|
DecryptionKey: {
|
|
18280
|
-
Iv: "
|
|
18281
|
-
Key: "
|
|
18280
|
+
Iv: "XEloSh+OcO7TG77au6HjPw==",
|
|
18281
|
+
Key: "KUc722X1y4w42M+jCf9a3+6EGz66z7UMWK3m2aMqGxM="
|
|
18282
18282
|
}
|
|
18283
18283
|
}), l = Z(null);
|
|
18284
18284
|
t({
|