@trops/dash-core 0.1.106 → 0.1.109
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/electron/index.js +1 -1
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +790 -277
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +790 -277
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/electron/index.js
CHANGED
|
@@ -5948,7 +5948,7 @@ const path$8 = require$$1$1;
|
|
|
5948
5948
|
const fs$5 = require$$2;
|
|
5949
5949
|
|
|
5950
5950
|
// Default registry API base URL
|
|
5951
|
-
const DEFAULT_REGISTRY_API_URL = "https://
|
|
5951
|
+
const DEFAULT_REGISTRY_API_URL = "https://main.d919rwhuzp7rj.amplifyapp.com";
|
|
5952
5952
|
|
|
5953
5953
|
// Cache TTL: 5 minutes
|
|
5954
5954
|
const CACHE_TTL_MS = 5 * 60 * 1000;
|