@peerbit/server 6.0.6-887f8e3 → 6.0.7-3dcfc85

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 +11 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/server",
3
- "version": "6.0.6-887f8e3",
3
+ "version": "6.0.7-3dcfc85",
4
4
  "author": "dao.xyz",
5
5
  "repository": {
6
6
  "type": "git",
@@ -58,8 +58,8 @@
58
58
  ]
59
59
  },
60
60
  "devDependencies": {
61
- "@peerbit/test-lib": "0.0.1-887f8e3",
62
- "@peerbit/test-utils": "3.0.6-887f8e3",
61
+ "@peerbit/test-lib": "0.0.1-3dcfc85",
62
+ "@peerbit/test-utils": "3.0.7-3dcfc85",
63
63
  "@types/yargs": "17.0.24",
64
64
  "aws-sdk": "^2.1259.0",
65
65
  "dotenv": "^16.1.4",
@@ -72,7 +72,7 @@
72
72
  "dependencies": {
73
73
  "axios": "^1.4.0",
74
74
  "chalk": "^5.3.0",
75
- "peerbit": "5.0.6-887f8e3",
75
+ "peerbit": "5.0.7-3dcfc85",
76
76
  "yargs": "^17.7.2",
77
77
  "tar-stream": "^3.1.7",
78
78
  "tmp": "^0.2.1",
@@ -83,11 +83,11 @@
83
83
  "@libp2p/tcp": "^11.0.2",
84
84
  "@libp2p/websockets": "^10.1.0",
85
85
  "@multiformats/multiaddr": "^13.0.1",
86
- "@peerbit/blocks": "4.0.3-887f8e3",
87
- "@peerbit/crypto": "3.0.0-887f8e3",
88
- "@peerbit/program": "6.0.4-887f8e3",
89
- "@peerbit/pubsub": "5.0.2-887f8e3",
90
- "@peerbit/time": "3.0.0-887f8e3",
86
+ "@peerbit/blocks": "4.0.3-3dcfc85",
87
+ "@peerbit/crypto": "3.0.0-3dcfc85",
88
+ "@peerbit/program": "6.0.5-3dcfc85",
89
+ "@peerbit/pubsub": "5.0.3-3dcfc85",
90
+ "@peerbit/time": "3.0.0-3dcfc85",
91
91
  "@dao-xyz/borsh": "^6.0.0",
92
92
  "libsodium-wrappers": "0.7.15",
93
93
  "uint8arrays": "^5.1.0",
@@ -107,6 +107,7 @@
107
107
  "build-ui": "pnpm --dir ../frontend build",
108
108
  "postbuild": "cp src/nginx-template.conf dist/src/ && cp -r ../frontend/dist/. dist/ui",
109
109
  "test": "aegir test --t node",
110
- "lint": "aegir lint"
110
+ "lint": "aegir lint",
111
+ "test:cov": "aegir test -t node --cov"
111
112
  }
112
113
  }