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.0.10](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.9...v1.0.10) | |
8 | + | |
9 | +- Bump to komodo-sdk@1.40.7 [`08c5c97`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/08c5c972b4058f9bf42acc58bad24d81749fea3d) | |
10 | + | |
7 | 11 | #### [v1.0.9](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/compare/v1.0.8...v1.0.9) |
8 | 12 | |
13 | +> 22 August 2021 | |
14 | + | |
9 | 15 | - report_as_json [`bab614d`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/bab614df957f59f819acb26bb04c0fac7598fb27) |
10 | 16 | - config.report_as_json [`05201c1`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/05201c17f963550b6c625bd19545263b327924b3) |
11 | 17 | - Bump komodo-sdk and auto-changelog [`e37d138`](https://gitlab.kodesumber.com/komodo/komodo-gw-komodo/commit/e37d138f58f9dea39f0fe080b13b571efaaa2eaf) |
package-lock.json
1 | 1 | { |
2 | 2 | "name": "komodo-gw-komodo", |
3 | - "version": "1.0.9", | |
3 | + "version": "1.0.10", | |
4 | 4 | "lockfileVersion": 1, |
5 | 5 | "requires": true, |
6 | 6 | "dependencies": { |
... | ... | @@ -67,7 +67,7 @@ |
67 | 67 | }, |
68 | 68 | "array-flatten": { |
69 | 69 | "version": "1.1.1", |
70 | - "resolved": "http://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", | |
70 | + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", | |
71 | 71 | "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" |
72 | 72 | }, |
73 | 73 | "array-unique": { |
... | ... | @@ -730,7 +730,7 @@ |
730 | 730 | } |
731 | 731 | }, |
732 | 732 | "komodo-sdk": { |
733 | - "version": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk.git#8e2c9fe9e30194a2c31067ba4d664bb8ee100000", | |
733 | + "version": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk.git#c3d2fa1715a31847d6dd52598407fc232bc4fb7e", | |
734 | 734 | "from": "git+https://gitlab.kodesumber.com/komodo/komodo-sdk.git", |
735 | 735 | "requires": { |
736 | 736 | "array-unique": "^0.3.2", |
... | ... | @@ -803,7 +803,7 @@ |
803 | 803 | }, |
804 | 804 | "media-typer": { |
805 | 805 | "version": "0.3.0", |
806 | - "resolved": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", | |
806 | + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", | |
807 | 807 | "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" |
808 | 808 | }, |
809 | 809 | "merge-descriptors": { |
... | ... | @@ -948,7 +948,7 @@ |
948 | 948 | }, |
949 | 949 | "path-is-absolute": { |
950 | 950 | "version": "1.0.1", |
951 | - "resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", | |
951 | + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", | |
952 | 952 | "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" |
953 | 953 | }, |
954 | 954 | "path-to-regexp": { |