Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TJKoury committed Jan 3, 2024
1 parent 7e56d80 commit c04db5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/assets/app-0f69b4e7.js → docs/assets/app-7f3e755f.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="HandheldFriendly" content="true" />

<title>SDA TAP LAB</title>
<script type="module" crossorigin src="/assets/app-0f69b4e7.js"></script>
<script type="module" crossorigin src="/assets/app-7f3e755f.js"></script>
<link rel="stylesheet" href="/assets/index-81082516.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spaceaware.io",
"private": true,
"version": "0.0.0+1704315738171",
"version": "0.0.0+1704316530092",
"type": "module",
"scripts": {
"postinstall": "npm run copy:orbpro",
Expand Down
1 change: 1 addition & 0 deletions src/lib/Events/menus/HYPTable.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
});
$viewer?.scene.render;
$activeEvent = null;
});
$: extraRows =
Expand Down

0 comments on commit c04db5e

Please sign in to comment.