@gerritkit/native
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@gerritkit/native", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": false, | ||
@@ -36,3 +36,3 @@ "publishConfig": { | ||
"build:libdef": "libdefkit --tsconfig=tsconfig.es5.json --tsconfig=tsconfig.es6.json", | ||
"docs": "typedoc --out docs/typedoc ./ --readme README.md --tsconfig tsconfig.es5.json src/main --ignoreCompilerErrors || exit 0 && mkdir -p ./docs/native/ && cp -a docsnative/. docs/native", | ||
"docs": "typedoc --out docs/typedoc ./ --readme README.md --tsconfig tsconfig.es5.json src/main --ignoreCompilerErrors || exit 0 && mkdir -p ./docs/docsify/ && cp -a docsnative/. docs/docsify", | ||
"uglify": "for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done", | ||
@@ -45,3 +45,3 @@ "postupdate": "yarn && yarn build && yarn test" | ||
"cheerio": "^1.0.0-rc.3", | ||
"tslib": "^2.0.2" | ||
"tslib": "^2.0.3" | ||
}, | ||
@@ -48,0 +48,0 @@ "peerDependencies": {}, |
@@ -6,2 +6,3 @@ # @gerritkit/native | ||
```shell script | ||
yarn add @gerritkit/native | ||
``` | ||
@@ -11,3 +12,4 @@ | ||
```javascript | ||
const nativeClient = new GerritNative(baseUrl, auth) | ||
``` |
1265984
159
14
Updatedtslib@^2.0.3