@stacks/network 3.4.1-beta.0 → 3.5.0-beta.2

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacks/network",
3
- "version": "3.4.1-beta.0",
3
+ "version": "3.5.0-beta.2",
4
4
  "description": "Library for Stacks network operations",
5
5
  "keywords": [
6
6
  "stacks",
@@ -32,7 +32,7 @@
32
32
  "typecheck": "tsc --noEmit",
33
33
  "typecheck:watch": "npm run typecheck -- --watch",
34
34
  "pack": "npm pack",
35
- "prepublishOnly": "npm run test && npm run build",
35
+ "prepublishOnly": "npm run test && NODE_ENV=production npm run build",
36
36
  "test": "jest",
37
37
  "test:watch": "jest --watch --coverage=false"
38
38
  },
@@ -40,7 +40,7 @@
40
40
  "url": "https://github.com/blockstack/blockstack.js/issues"
41
41
  },
42
42
  "dependencies": {
43
- "@stacks/common": "^3.4.1-beta.0"
43
+ "@stacks/common": "^3.3.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/jest": "^26.0.22",
@@ -60,10 +60,8 @@
60
60
  "typings": "dist/index.d.ts",
61
61
  "main": "dist/index.js",
62
62
  "module": "dist/esm/index.js",
63
- "browser": {
64
- "dist/esm/index.js": "dist/polyfill/index.js"
65
- },
63
+ "browser": "dist/polyfill/index.js",
66
64
  "umd:main": "dist/umd/index.js",
67
65
  "unpkg": "dist/umd/index.js",
68
- "gitHead": "dc2aa87e139b6009cf859a7e0d074c03f33b9b7a"
66
+ "gitHead": "737ddb4a6d9f8dbb1c44983f8da92df6f79b34d3"
69
67
  }