code-kraken
Advanced tools
Comparing version 4.3.0-beta.0 to 4.3.0-beta.1
@@ -6,3 +6,3 @@ { | ||
"bin": "./dist/code-kraken", | ||
"version": "4.3.0-beta.0", | ||
"version": "4.3.0-beta.1", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "start": "node src/codeKraken.mjs", |
@@ -68,5 +68,12 @@ <!--suppress HtmlDeprecatedAttribute --> | ||
``` | ||
echo CK_BASE_URL=http://github.mpi-internal.com/api/v3 >> $HOME/.code-kraken | ||
echo CK_BASE_URL=https://github.mpi-internal.com/api/v3 >> $HOME/.code-kraken | ||
``` | ||
The same goes for the npm registry — by default, _code-kraken_ uses the API of the public npm registry, [registry.npmjs.org](https://registry.npmjs.org). If your company is hosting its own registry, like we do at Adevinta, add the | ||
`CK_NPM_REGISTRY` option, e.g.: | ||
``` | ||
CK_NPM_REGISTRY=https://nexus.es.ecg.tools/repository/npm-internal | ||
``` | ||
## How to run | ||
@@ -73,0 +80,0 @@ |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
2972611
24
21137
680
0