@bitgo-beta/sdk-coin-world 1.0.1-beta.92 → 1.0.1-beta.921

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@bitgo-beta/sdk-coin-world",
3
- "version": "1.0.1-beta.92",
3
+ "version": "1.0.1-beta.921",
4
4
  "description": "BitGo SDK coin library for World",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
7
7
  "scripts": {
8
8
  "build": "yarn tsc --build --incremental --verbose .",
9
9
  "fmt": "prettier --write .",
10
- "check-fmt": "prettier --check .",
10
+ "check-fmt": "prettier --check '**/*.{ts,js,json}'",
11
11
  "clean": "rm -r ./dist",
12
12
  "lint": "eslint --quiet .",
13
13
  "prepare": "npm run build",
@@ -18,7 +18,7 @@
18
18
  "author": "BitGo SDK Team <sdkteam@bitgo.com>",
19
19
  "license": "MIT",
20
20
  "engines": {
21
- "node": ">=18 <23"
21
+ "node": ">=20"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
@@ -40,14 +40,17 @@
40
40
  ]
41
41
  },
42
42
  "dependencies": {
43
- "@bitgo-beta/abstract-eth": "1.0.2-beta.1164",
44
- "@bitgo-beta/sdk-core": "8.2.1-beta.934",
45
- "@bitgo-beta/statics": "15.1.1-beta.937",
43
+ "@bitgo-beta/abstract-eth": "1.0.2-beta.1994",
44
+ "@bitgo-beta/sdk-core": "8.2.1-beta.1765",
45
+ "@bitgo-beta/statics": "15.1.1-beta.1772",
46
46
  "@ethereumjs/common": "^2.6.5"
47
47
  },
48
48
  "devDependencies": {
49
- "@bitgo-beta/sdk-api": "1.10.1-beta.933",
50
- "@bitgo-beta/sdk-test": "^8.0.90"
49
+ "@bitgo-beta/sdk-api": "1.10.1-beta.1763",
50
+ "@bitgo-beta/sdk-test": "^9.1.42"
51
51
  },
52
- "gitHead": "4b9b490a5d25a228155cb9c3fac67ed15f377270"
52
+ "files": [
53
+ "dist"
54
+ ],
55
+ "gitHead": "a63eded1d5855ca7d3b074ef1ffdaa441cac8d31"
53
56
  }
package/.eslintignore DELETED
@@ -1,5 +0,0 @@
1
- node_modules
2
- .idea
3
- public
4
- dist
5
-
package/.mocharc.yml DELETED
@@ -1,8 +0,0 @@
1
- require: 'ts-node/register'
2
- timeout: '120000'
3
- reporter: 'min'
4
- reporter-option:
5
- - 'cdn=true'
6
- - 'json=false'
7
- exit: true
8
- spec: ['test/unit/**/*.ts']
package/CHANGELOG.md DELETED
@@ -1,50 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.2.0...@bitgo/sdk-coin-world@1.2.1) (2025-06-10)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-world
9
-
10
- # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.6...@bitgo/sdk-coin-world@1.2.0) (2025-06-05)
11
-
12
- ### Features
13
-
14
- - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
15
-
16
- ## [1.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.5...@bitgo/sdk-coin-world@1.1.6) (2025-06-02)
17
-
18
- **Note:** Version bump only for package @bitgo/sdk-coin-world
19
-
20
- ## [1.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.4...@bitgo/sdk-coin-world@1.1.5) (2025-05-28)
21
-
22
- **Note:** Version bump only for package @bitgo/sdk-coin-world
23
-
24
- ## [1.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.3...@bitgo/sdk-coin-world@1.1.4) (2025-05-22)
25
-
26
- **Note:** Version bump only for package @bitgo/sdk-coin-world
27
-
28
- ## [1.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.2...@bitgo/sdk-coin-world@1.1.3) (2025-05-20)
29
-
30
- **Note:** Version bump only for package @bitgo/sdk-coin-world
31
-
32
- ## [1.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.1...@bitgo/sdk-coin-world@1.1.2) (2025-05-07)
33
-
34
- **Note:** Version bump only for package @bitgo/sdk-coin-world
35
-
36
- ## [1.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-world@1.1.0...@bitgo/sdk-coin-world@1.1.1) (2025-04-29)
37
-
38
- **Note:** Version bump only for package @bitgo/sdk-coin-world
39
-
40
- # 1.1.0 (2025-04-25)
41
-
42
- ### Features
43
-
44
- - **sdk-coin-world:** add transaction builder ([30e888e](https://github.com/BitGo/BitGoJS/commit/30e888ed7bb4a9325f873ad3ce30bbdd39a77893))
45
-
46
- ### Bug Fixes
47
-
48
- **Note:** Version bump only for package @bitgo/sdk-coin-world
49
-
50
- ### Features