@peerbit/server 5.8.14-5d6b35a → 5.8.15

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 (2) hide show
  1. package/dist/src/bin.js +0 -0
  2. package/package.json +21 -21
package/dist/src/bin.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/server",
3
- "version": "5.8.14-5d6b35a",
3
+ "version": "5.8.15",
4
4
  "author": "dao.xyz",
5
5
  "repository": {
6
6
  "type": "git",
@@ -56,18 +56,7 @@
56
56
  "*.d.ts"
57
57
  ]
58
58
  },
59
- "scripts": {
60
- "clean": "shx rm -rf lib/*",
61
- "build": "pnpm run clean && pnpm run build-lib && pnpm run build-ui",
62
- "build-lib": "tsc -p tsconfig.json",
63
- "build-ui": "pnpm --dir ../frontend build",
64
- "postbuild": "cp src/nginx-template.conf dist/src/ && cp -r ../frontend/dist/. dist/ui",
65
- "test": "aegir test --t node",
66
- "lint": "aegir lint"
67
- },
68
59
  "devDependencies": {
69
- "@peerbit/test-lib": "0.0.1-5d6b35a",
70
- "@peerbit/test-utils": "2.2.9-5d6b35a",
71
60
  "@types/yargs": "17.0.24",
72
61
  "aws-sdk": "^2.1259.0",
73
62
  "dotenv": "^16.1.4",
@@ -75,12 +64,13 @@
75
64
  "@types/tar-stream": "^3.1.3",
76
65
  "shx": "^0.3.4",
77
66
  "@types/libsodium-wrappers": "^0.7.14",
78
- "uuid": "^10.0.0"
67
+ "uuid": "^10.0.0",
68
+ "@peerbit/test-utils": "2.2.10",
69
+ "@peerbit/test-lib": "0.0.1"
79
70
  },
80
71
  "dependencies": {
81
72
  "axios": "^1.4.0",
82
73
  "chalk": "^5.3.0",
83
- "peerbit": "4.3.8-5d6b35a",
84
74
  "yargs": "^17.7.2",
85
75
  "tar-stream": "^3.1.7",
86
76
  "tmp": "^0.2.1",
@@ -91,21 +81,31 @@
91
81
  "@libp2p/tcp": "^11.0.2",
92
82
  "@libp2p/websockets": "^10.0.3",
93
83
  "@multiformats/multiaddr": "^13.0.1",
94
- "@peerbit/blocks": "3.0.14-5d6b35a",
95
- "@peerbit/crypto": "2.3.12-5d6b35a",
96
- "@peerbit/program": "5.3.4-5d6b35a",
97
- "@peerbit/pubsub": "4.0.17-5d6b35a",
98
- "@peerbit/time": "2.2.0-5d6b35a",
99
84
  "@dao-xyz/borsh": "^5.2.3",
100
85
  "libsodium-wrappers": "^0.7.15",
101
86
  "uint8arrays": "^5.1.0",
102
87
  "level": "^10.0.0",
103
88
  "memory-level": "^3.1.0",
104
89
  "multiformats": "^13.4.1",
105
- "abstract-level": "^3.1.0"
90
+ "abstract-level": "^3.1.0",
91
+ "peerbit": "4.3.9",
92
+ "@peerbit/blocks": "3.0.15",
93
+ "@peerbit/crypto": "2.3.13",
94
+ "@peerbit/program": "5.3.5",
95
+ "@peerbit/pubsub": "4.0.18",
96
+ "@peerbit/time": "2.2.0"
106
97
  },
107
98
  "optionalDependencies": {
108
99
  "@aws-sdk/client-ec2": "^3.390.0",
109
100
  "@aws-sdk/client-route-53": "^3.391.0"
101
+ },
102
+ "scripts": {
103
+ "clean": "shx rm -rf lib/*",
104
+ "build": "pnpm run clean && pnpm run build-lib && pnpm run build-ui",
105
+ "build-lib": "tsc -p tsconfig.json",
106
+ "build-ui": "pnpm --dir ../frontend build",
107
+ "postbuild": "cp src/nginx-template.conf dist/src/ && cp -r ../frontend/dist/. dist/ui",
108
+ "test": "aegir test --t node",
109
+ "lint": "aegir lint"
110
110
  }
111
- }
111
+ }