@peerbit/log 4.1.9-5d6b35a → 4.1.10
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 +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peerbit/log",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.10",
|
|
4
4
|
"description": "Append-only log CRDT",
|
|
5
5
|
"author": "dao.xyz",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,19 +61,6 @@
|
|
|
61
61
|
],
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@dao-xyz/borsh": "^5.2.3",
|
|
64
|
-
"@peerbit/any-store": "2.1.15-5d6b35a",
|
|
65
|
-
"@peerbit/blocks": "3.0.14-5d6b35a",
|
|
66
|
-
"@peerbit/blocks-interface": "1.4.13-5d6b35a",
|
|
67
|
-
"@peerbit/cache": "2.1.5-5d6b35a",
|
|
68
|
-
"@peerbit/crypto": "2.3.12-5d6b35a",
|
|
69
|
-
"@peerbit/indexer-sqlite3": "1.2.29-5d6b35a",
|
|
70
|
-
"@peerbit/indexer-interface": "2.0.13-5d6b35a",
|
|
71
|
-
"@peerbit/indexer-simple": "1.1.20-5d6b35a",
|
|
72
|
-
"@peerbit/keychain": "1.1.1-5d6b35a",
|
|
73
|
-
"@peerbit/pubsub-interface": "4.0.8-5d6b35a",
|
|
74
|
-
"@peerbit/stream-interface": "5.2.9-5d6b35a",
|
|
75
|
-
"@peerbit/logger": "1.0.4-5d6b35a",
|
|
76
|
-
"@peerbit/time": "2.2.0-5d6b35a",
|
|
77
64
|
"libsodium-wrappers": "^0.7.15",
|
|
78
65
|
"libp2p": "^3.0.3",
|
|
79
66
|
"pidusage": "^4.0.1",
|
|
@@ -81,16 +68,29 @@
|
|
|
81
68
|
"path-browserify": "^1.0.1",
|
|
82
69
|
"pino": "^9.4.0",
|
|
83
70
|
"uuid": "^10.0.0",
|
|
84
|
-
"uint8arrays": "^5.1.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"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@peerbit/test-utils": "2.2.9-5d6b35a",
|
|
88
87
|
"@types/libsodium-wrappers": "^0.7.14",
|
|
89
88
|
"@types/pidusage": "^2.0.5",
|
|
90
89
|
"@types/path-browserify": "^1.0.2",
|
|
91
90
|
"assert": "^2.0.0",
|
|
92
91
|
"json-stringify-deterministic": "^1.0.7",
|
|
93
|
-
"tty-table": "^4.2.1"
|
|
92
|
+
"tty-table": "^4.2.1",
|
|
93
|
+
"@peerbit/test-utils": "2.2.10"
|
|
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
|
+
],
|
|
110
113
|
"scripts": {
|
|
111
114
|
"clean": "aegir clean",
|
|
112
115
|
"build": "aegir build --no-bundle",
|
|
113
116
|
"test": "aegir test --target node",
|
|
114
117
|
"lint": "aegir lint"
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
"dao.xyz"
|
|
118
|
-
]
|
|
119
|
-
}
|
|
118
|
+
}
|
|
119
|
+
}
|