@bitgo/sdk-api 1.1.0-rc.9 → 1.3.0-dev.0

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,10 +1,13 @@
1
1
  {
2
2
  "name": "@bitgo/sdk-api",
3
- "version": "1.1.0-rc.9",
3
+ "version": "1.3.0-dev.0",
4
4
  "description": "REST wrapper for BitGoJS",
5
5
  "main": "./dist/src/index.js",
6
- "web": "./dist/web/main.js",
7
6
  "types": "./dist/src/index.d.ts",
7
+ "exports": {
8
+ "node": "./dist/src/index.js",
9
+ "default": "./dist/web/main.js"
10
+ },
8
11
  "scripts": {
9
12
  "build": "yarn tsc --build --incremental --verbose .",
10
13
  "fmt": "prettier --write .",
@@ -13,11 +16,11 @@
13
16
  "lint": "eslint --quiet .",
14
17
  "precommit": "yarn lint-staged",
15
18
  "prepare": "npm run build",
16
- "webpack-dev": "webpack",
17
- "webpack-prod": "webpack --mode=production --node-env=production",
18
- "prepublishOnly": "npm run webpack-prod"
19
+ "webpack-dev": "yarn webpack",
20
+ "webpack-prod": "yarn webpack --mode=production --node-env=production",
21
+ "prepublishOnly": "yarn webpack-prod"
19
22
  },
20
- "author": "BitGo Inc.",
23
+ "author": "BitGo SDK Team <sdkteam@bitgo.com>",
21
24
  "license": "MIT",
22
25
  "repository": {
23
26
  "type": "git",
@@ -39,12 +42,13 @@
39
42
  ]
40
43
  },
41
44
  "dependencies": {
42
- "@bitgo/sdk-core": "^1.1.0-rc.6",
43
- "@bitgo/sjcl": "^1.0.1-rc.3",
44
- "@bitgo/utxo-lib": "^2.3.0-rc.5",
45
+ "@bitgo/sdk-core": "^1.2.0-dev.0",
46
+ "@bitgo/sjcl": "^1.0.1",
47
+ "@bitgo/utxo-lib": "^2.4.0-dev.0",
45
48
  "@types/superagent": "4.1.15",
46
49
  "bip32": "^2.0.6",
47
50
  "bitcoinjs-message": "^2.0.0",
51
+ "browser-or-node": "2.0.0",
48
52
  "bs58": "^2.0.1",
49
53
  "debug": "3.1.0",
50
54
  "eol": "^0.5.0",
@@ -53,15 +57,5 @@
53
57
  "superagent": "3.8.3",
54
58
  "superagent-proxy": "3.0.0"
55
59
  },
56
- "devDependencies": {
57
- "@babel/core": "^7.17.8",
58
- "@babel/preset-env": "^7.16.11",
59
- "@webpack-cli/generators": "^2.4.2",
60
- "babel-loader": "^8.2.4",
61
- "html-webpack-plugin": "^5.5.0",
62
- "process": "^0.11.10",
63
- "webpack": "5.66.0",
64
- "webpack-cli": "4.9.1"
65
- },
66
- "gitHead": "349f34dabec85db7f8796e0256721649691b49f2"
60
+ "gitHead": "41058c7d0915f862dc7576543b9ed9fd838d5612"
67
61
  }
@@ -1 +0,0 @@
1
- <!doctype html><html><head><meta charset="utf-8"><title>BitGo SDK Sandbox</title><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="main.js"></script></head><body></body></html>