@bitgo/sdk-coin-cosmos 1.3.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/src/index.d.ts +3 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +18 -12
- package/package.json +10 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cosmos@1.4.0...@bitgo/sdk-coin-cosmos@1.4.1) (2025-08-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @bitgo/sdk-coin-cosmos
|
|
9
|
+
|
|
10
|
+
# [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cosmos@1.3.0...@bitgo/sdk-coin-cosmos@1.4.0) (2025-07-31)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **sdk-coin-cosmos:** generic config driven tests for shared cosmos ([b181c59](https://github.com/BitGo/BitGoJS/commit/b181c5924002196e365341cf573dd35dcd7cd6cc))
|
|
15
|
+
- **sdk-coin-cosmos:** integration of cosmos module ([9d2e614](https://github.com/BitGo/BitGoJS/commit/9d2e614b987835896259e17b3716be3b2e40a279))
|
|
16
|
+
|
|
6
17
|
# [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-cosmos@1.2.0...@bitgo/sdk-coin-cosmos@1.3.0) (2025-07-30)
|
|
7
18
|
|
|
8
19
|
### Bug Fixes
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export { Utils } from './lib/utils';
|
|
5
|
-
export { TransactionBuilderFactory } from './lib/transactionBuilderFactory';
|
|
1
|
+
export * from './lib';
|
|
2
|
+
export * from './register';
|
|
3
|
+
export * from './cosmosSharedCoin';
|
|
6
4
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC"}
|
package/dist/src/index.js
CHANGED
|
@@ -1,14 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.defineProperty(exports, "register", { enumerable: true, get: function () { return register_1.register; } });
|
|
8
|
-
var keyPair_1 = require("./lib/keyPair");
|
|
9
|
-
Object.defineProperty(exports, "KeyPair", { enumerable: true, get: function () { return keyPair_1.KeyPair; } });
|
|
10
|
-
var utils_1 = require("./lib/utils");
|
|
11
|
-
Object.defineProperty(exports, "Utils", { enumerable: true, get: function () { return utils_1.Utils; } });
|
|
12
|
-
var transactionBuilderFactory_1 = require("./lib/transactionBuilderFactory");
|
|
13
|
-
Object.defineProperty(exports, "TransactionBuilderFactory", { enumerable: true, get: function () { return transactionBuilderFactory_1.TransactionBuilderFactory; } });
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEsdURBQXNEO0FBQTdDLG9IQUFBLGdCQUFnQixPQUFBO0FBQ3pCLHVDQUFzQztBQUE3QixvR0FBQSxRQUFRLE9BQUE7QUFDakIseUNBQXdDO0FBQS9CLGtHQUFBLE9BQU8sT0FBQTtBQUNoQixxQ0FBb0M7QUFBM0IsOEZBQUEsS0FBSyxPQUFBO0FBQ2QsNkVBQTRFO0FBQW5FLHNJQUFBLHlCQUF5QixPQUFBIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgQ29zbW9zU2hhcmVkQ29pbiB9IGZyb20gJy4vY29zbW9zU2hhcmVkQ29pbic7XG5leHBvcnQgeyByZWdpc3RlciB9IGZyb20gJy4vcmVnaXN0ZXInO1xuZXhwb3J0IHsgS2V5UGFpciB9IGZyb20gJy4vbGliL2tleVBhaXInO1xuZXhwb3J0IHsgVXRpbHMgfSBmcm9tICcuL2xpYi91dGlscyc7XG5leHBvcnQgeyBUcmFuc2FjdGlvbkJ1aWxkZXJGYWN0b3J5IH0gZnJvbSAnLi9saWIvdHJhbnNhY3Rpb25CdWlsZGVyRmFjdG9yeSc7XG4iXX0=
|
|
17
|
+
__exportStar(require("./lib"), exports);
|
|
18
|
+
__exportStar(require("./register"), exports);
|
|
19
|
+
__exportStar(require("./cosmosSharedCoin"), exports);
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHdDQUFzQjtBQUN0Qiw2Q0FBMkI7QUFDM0IscURBQW1DIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWInO1xuZXhwb3J0ICogZnJvbSAnLi9yZWdpc3Rlcic7XG5leHBvcnQgKiBmcm9tICcuL2Nvc21vc1NoYXJlZENvaW4nO1xuIl19
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo/sdk-coin-cosmos",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"description": "BitGo SDK coin library for Cosmos",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -40,12 +40,17 @@
|
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@bitgo/abstract-cosmos": "^11.
|
|
44
|
-
"@bitgo/sdk-
|
|
45
|
-
"@bitgo/
|
|
43
|
+
"@bitgo/abstract-cosmos": "^11.12.0",
|
|
44
|
+
"@bitgo/sdk-api": "^1.66.0",
|
|
45
|
+
"@bitgo/sdk-core": "^36.1.0",
|
|
46
|
+
"@bitgo/statics": "^57.1.0",
|
|
46
47
|
"@cosmjs/amino": "^0.29.5",
|
|
48
|
+
"@cosmjs/encoding": "^0.29.5",
|
|
47
49
|
"@cosmjs/stargate": "^0.29.5",
|
|
48
50
|
"bignumber.js": "^9.1.1"
|
|
49
51
|
},
|
|
50
|
-
"
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@bitgo/sdk-test": "^9.0.1"
|
|
54
|
+
},
|
|
55
|
+
"gitHead": "cf55aa27fda96d4ea04983955142df157409addf"
|
|
51
56
|
}
|