@weave-tools/weave-it 0.1.3 → 0.1.4
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/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -3086,7 +3086,7 @@ function getNpmVersionCachePath(env = process.env) {
|
|
|
3086
3086
|
}
|
|
3087
3087
|
|
|
3088
3088
|
// src/lib/npm-version.ts
|
|
3089
|
-
var NPM_REGISTRY_URL = "https://registry.npmjs.org
|
|
3089
|
+
var NPM_REGISTRY_URL = "https://registry.npmjs.org/@weave-tools%2fweave-it/latest";
|
|
3090
3090
|
var FETCH_TIMEOUT_MS = 3e3;
|
|
3091
3091
|
var CACHE_TTL_MS = 24 * 60 * 60 * 1e3;
|
|
3092
3092
|
async function getNpmVersionInfo(options) {
|