@olorehq/olore 0.1.0 → 0.1.2
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -107,7 +107,7 @@ import fs2 from "fs-extra";
|
|
|
107
107
|
import * as tar from "tar";
|
|
108
108
|
|
|
109
109
|
// src/core/constants.ts
|
|
110
|
-
var REGISTRY_URL = "https://
|
|
110
|
+
var REGISTRY_URL = "https://olore.dev/registry";
|
|
111
111
|
var DOWNLOAD_TIMEOUT = 6e4;
|
|
112
112
|
var USER_AGENT = "olore-cli/0.1.0";
|
|
113
113
|
|