@girder/core 5.0.0-a13 → 5.0.0-a14

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.
@@ -36,7 +36,7 @@ let apiRoot = import.meta.env.VITE_API_ROOT;
36
36
  });
37
37
 
38
38
  // Since plugin JS files may implicitly depend on each other at import time, we can't load
39
- // them in parallel. They already come to us in topoligically sorted order, so we can safely
39
+ // them in parallel. They already come to us in topologically sorted order, so we can safely
40
40
  // load them one after the other.
41
41
  for (const href of staticFiles.js) {
42
42
  await new Promise<void>((resolve) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@girder/core",
3
3
  "license": "Apache-2.0",
4
- "version": "5.0.0-a13",
4
+ "version": "5.0.0-a14",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist-lib"