@holochain/client 0.20.1 → 0.20.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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain/client",
3
- "version": "0.20.1",
3
+ "version": "0.20.2",
4
4
  "description": "A JavaScript client for the Holochain Conductor API",
5
5
  "author": "Holochain Foundation <info@holochain.org> (https://holochain.org)",
6
6
  "license": "CAL-1.0",
@@ -38,7 +38,8 @@
38
38
  "test": "RUST_LOG=error RUST_BACKTRACE=1 tsx test/index.ts",
39
39
  "build:lib": "rimraf ./lib && tsc -p tsconfig.build.json",
40
40
  "build:docs": "api-extractor run --local && api-documenter markdown -i docs/temp -o docs",
41
- "build": "npm run build:lib && npm run build:docs"
41
+ "build": "npm run build:lib && npm run build:docs",
42
+ "prepublishOnly": "npm run build"
42
43
  },
43
44
  "dependencies": {
44
45
  "@bitgo/blake2b": "^3.2.4",
@@ -47,7 +48,7 @@
47
48
  "isomorphic-ws": "^5.0.0",
48
49
  "js-base64": "^3.7.8",
49
50
  "js-sha512": "^0.9.0",
50
- "libsodium-wrappers": "^0.7.15",
51
+ "libsodium-wrappers": "^0.8",
51
52
  "lodash-es": "^4.17.21",
52
53
  "ws": "^8.18.3"
53
54
  },