Compare View
Commits (2)
Changes
Showing 3 changed files Side-by-side Diff
CHANGELOG.md
... | ... | @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d |
4 | 4 | |
5 | 5 | Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). |
6 | 6 | |
7 | +#### [v1.45.1](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.45.0...v1.45.1) | |
8 | + | |
9 | +- Change repo url [`0f06a33`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/0f06a33c73667c6c883bea4cf538e0ea67c5d49d) | |
10 | + | |
7 | 11 | #### [v1.45.0](https://gitlab.kodesumber.com/komodo/komodo-sdk/compare/v1.44.6...v1.45.0) |
8 | 12 | |
13 | +> 23 February 2022 | |
14 | + | |
9 | 15 | - Bump to tektrans-logger@1.2.4 [`1abcba5`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/1abcba56c83bcc5fb087d6e827a310a912677a79) |
10 | 16 | - Bump auto-changelog and request [`42b7f85`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/42b7f854eaed3a2425b0a131f26635cd83ba84d9) |
11 | 17 | - Bump json-schema from 0.2.3 to 0.4.0 and node-fetch from 2.6.1 to 2.6.7 by npm audit fix [`934d80b`](https://gitlab.kodesumber.com/komodo/komodo-sdk/commit/934d80b28f824643c079238308ca8da5ff4a404b) |
package-lock.json
1 | 1 | { |
2 | 2 | "name": "komodo-sdk", |
3 | - "version": "1.45.0", | |
3 | + "version": "1.45.1", | |
4 | 4 | "lockfileVersion": 2, |
5 | 5 | "requires": true, |
6 | 6 | "packages": { |
7 | 7 | "": { |
8 | 8 | "name": "komodo-sdk", |
9 | - "version": "1.45.0", | |
9 | + "version": "1.45.1", | |
10 | 10 | "license": "ISC", |
11 | 11 | "dependencies": { |
12 | 12 | "array-unique": "^0.3.2", |
package.json
1 | 1 | { |
2 | 2 | "name": "komodo-sdk", |
3 | - "version": "1.45.0", | |
3 | + "version": "1.45.1", | |
4 | 4 | "description": "SDK for Komodo", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | }, |
11 | 11 | "repository": { |
12 | 12 | "type": "git", |
13 | - "url": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk.git" | |
13 | + "url": "https://gitlab.kodesumber.com/komodo/komodo-sdk.git" | |
14 | 14 | }, |
15 | 15 | "keywords": [ |
16 | 16 | "ppob", |