Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -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 +#### [v0.1.16](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.15...v0.1.16)
  8 +
  9 +- Bump to komodo-sdk@1.44.4 [`c49a932`](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/commit/c49a93206409a273d8a8d3290aaf90a5a040e268)
  10 +
7 11 #### [v0.1.15](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.14...v0.1.15)
8 12  
  13 +> 8 February 2022
  14 +
9 15 - Fix sdk_trx_id_adder on push task [`e7be727`](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/commit/e7be7272951c1995e21b1734831ec447c1a2d79d)
10 16  
11 17 #### [v0.1.14](https://gitlab.kodesumber.com/komodo/komodo-sdk-push-trx/compare/v0.1.13...v0.1.14)
1 1 {
2 2 "name": "komodo-sdk-push-trx",
3   - "version": "0.1.15",
  3 + "version": "0.1.16",
4 4 "lockfileVersion": 2,
5 5 "requires": true,
6 6 "packages": {
7 7 "": {
8 8 "name": "komodo-sdk-push-trx",
9   - "version": "0.1.15",
  9 + "version": "0.1.16",
10 10 "license": "ISC",
11 11 "dependencies": {
12 12 "express": "^4.17.2",
13   - "komodo-sdk": "^1.44.2",
  13 + "komodo-sdk": "^1.44.4",
14 14 "tektrans-logger": "^1.2.3",
15 15 "uniqid": "^5.4.0",
16 16 "ws": "^8.4.2"
... ... @@ -2294,9 +2294,9 @@
2294 2294 }
2295 2295 },
2296 2296 "node_modules/komodo-sdk": {
2297   - "version": "1.44.2",
2298   - "resolved": "https://registry.npmjs.org/komodo-sdk/-/komodo-sdk-1.44.2.tgz",
2299   - "integrity": "sha512-nDz7N3ljYohb5X5XF9UYpUtFQNmbnasS8Cl8um6cJ66GNPvyjqgpIE62sb3hyNIHTzTK7SvJ8r0LoAz8zzAArw==",
  2297 + "version": "1.44.4",
  2298 + "resolved": "https://registry.npmjs.org/komodo-sdk/-/komodo-sdk-1.44.4.tgz",
  2299 + "integrity": "sha512-6F4yObit2tyJA54z7IXKGLOsJLsPjOb3uvZ6dfNtQyQQCC0TK7hpjzKLpuc7nCI9l6KF/Em39AgBrB8gnL7FRQ==",
2300 2300 "dependencies": {
2301 2301 "array-unique": "^0.3.2",
2302 2302 "auto-changelog": "^2.3.0",
... ... @@ -5904,9 +5904,9 @@
5904 5904 }
5905 5905 },
5906 5906 "komodo-sdk": {
5907   - "version": "1.44.2",
5908   - "resolved": "https://registry.npmjs.org/komodo-sdk/-/komodo-sdk-1.44.2.tgz",
5909   - "integrity": "sha512-nDz7N3ljYohb5X5XF9UYpUtFQNmbnasS8Cl8um6cJ66GNPvyjqgpIE62sb3hyNIHTzTK7SvJ8r0LoAz8zzAArw==",
  5907 + "version": "1.44.4",
  5908 + "resolved": "https://registry.npmjs.org/komodo-sdk/-/komodo-sdk-1.44.4.tgz",
  5909 + "integrity": "sha512-6F4yObit2tyJA54z7IXKGLOsJLsPjOb3uvZ6dfNtQyQQCC0TK7hpjzKLpuc7nCI9l6KF/Em39AgBrB8gnL7FRQ==",
5910 5910 "requires": {
5911 5911 "array-unique": "^0.3.2",
5912 5912 "auto-changelog": "^2.3.0",
1 1 {
2 2 "name": "komodo-sdk-push-trx",
3   - "version": "0.1.15",
  3 + "version": "0.1.16",
4 4 "description": "Komodo SDK for PUSH transaction",
5 5 "main": "index.js",
6 6 "scripts": {
... ... @@ -31,7 +31,7 @@
31 31 },
32 32 "dependencies": {
33 33 "express": "^4.17.2",
34   - "komodo-sdk": "^1.44.2",
  34 + "komodo-sdk": "^1.44.4",
35 35 "tektrans-logger": "^1.2.3",
36 36 "uniqid": "^5.4.0",
37 37 "ws": "^8.4.2"