@peerbit/log 4.1.10 → 4.1.11-48ac6de

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 +22 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerbit/log",
3
- "version": "4.1.10",
3
+ "version": "4.1.11-48ac6de",
4
4
  "description": "Append-only log CRDT",
5
5
  "author": "dao.xyz",
6
6
  "license": "MIT",
@@ -61,6 +61,19 @@
61
61
  ],
62
62
  "dependencies": {
63
63
  "@dao-xyz/borsh": "^5.2.3",
64
+ "@peerbit/any-store": "2.1.16-48ac6de",
65
+ "@peerbit/blocks": "3.0.15-48ac6de",
66
+ "@peerbit/blocks-interface": "1.4.14-48ac6de",
67
+ "@peerbit/cache": "2.1.5-48ac6de",
68
+ "@peerbit/crypto": "2.3.13-48ac6de",
69
+ "@peerbit/indexer-sqlite3": "1.2.30-48ac6de",
70
+ "@peerbit/indexer-interface": "2.0.14-48ac6de",
71
+ "@peerbit/indexer-simple": "1.1.21-48ac6de",
72
+ "@peerbit/keychain": "1.1.2-48ac6de",
73
+ "@peerbit/pubsub-interface": "4.0.9-48ac6de",
74
+ "@peerbit/stream-interface": "5.2.10-48ac6de",
75
+ "@peerbit/logger": "1.0.4-48ac6de",
76
+ "@peerbit/time": "2.2.0-48ac6de",
64
77
  "libsodium-wrappers": "^0.7.15",
65
78
  "libp2p": "^3.0.3",
66
79
  "pidusage": "^4.0.1",
@@ -68,29 +81,16 @@
68
81
  "path-browserify": "^1.0.1",
69
82
  "pino": "^9.4.0",
70
83
  "uuid": "^10.0.0",
71
- "uint8arrays": "^5.1.0",
72
- "@peerbit/any-store": "2.1.16",
73
- "@peerbit/blocks": "3.0.15",
74
- "@peerbit/blocks-interface": "1.4.14",
75
- "@peerbit/cache": "2.1.5",
76
- "@peerbit/crypto": "2.3.13",
77
- "@peerbit/indexer-sqlite3": "1.2.30",
78
- "@peerbit/indexer-interface": "2.0.14",
79
- "@peerbit/indexer-simple": "1.1.21",
80
- "@peerbit/pubsub-interface": "4.0.9",
81
- "@peerbit/keychain": "1.1.2",
82
- "@peerbit/stream-interface": "5.2.10",
83
- "@peerbit/logger": "1.0.4",
84
- "@peerbit/time": "2.2.0"
84
+ "uint8arrays": "^5.1.0"
85
85
  },
86
86
  "devDependencies": {
87
+ "@peerbit/test-utils": "2.2.11-48ac6de",
87
88
  "@types/libsodium-wrappers": "^0.7.14",
88
89
  "@types/pidusage": "^2.0.5",
89
90
  "@types/path-browserify": "^1.0.2",
90
91
  "assert": "^2.0.0",
91
92
  "json-stringify-deterministic": "^1.0.7",
92
- "tty-table": "^4.2.1",
93
- "@peerbit/test-utils": "2.2.10"
93
+ "tty-table": "^4.2.1"
94
94
  },
95
95
  "contributors": [
96
96
  "haadcode",
@@ -107,13 +107,13 @@
107
107
  "dignifiedquire",
108
108
  "adam-palazzo"
109
109
  ],
110
- "localMaintainers": [
111
- "dao.xyz"
112
- ],
113
110
  "scripts": {
114
111
  "clean": "aegir clean",
115
112
  "build": "aegir build --no-bundle",
116
113
  "test": "aegir test --target node",
117
114
  "lint": "aegir lint"
118
- }
119
- }
115
+ },
116
+ "localMaintainers": [
117
+ "dao.xyz"
118
+ ]
119
+ }