peerbit 4.0.19 → 4.0.20-e9a5cd4

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 +107 -107
package/package.json CHANGED
@@ -1,109 +1,109 @@
1
1
  {
2
- "name": "peerbit",
3
- "version": "4.0.19",
4
- "description": "Peerbit client",
5
- "author": "dao.xyz",
6
- "license": "MIT",
7
- "sideEffects": false,
8
- "type": "module",
9
- "types": "./dist/src/index.d.ts",
10
- "typesVersions": {
11
- "*": {
12
- "*": [
13
- "*",
14
- "dist/*",
15
- "dist/src/*",
16
- "dist/src/*/index"
17
- ],
18
- "src/*": [
19
- "*",
20
- "dist/*",
21
- "dist/src/*",
22
- "dist/src/*/index"
23
- ]
24
- }
25
- },
26
- "files": [
27
- "src",
28
- "dist",
29
- "!dist/e2e",
30
- "!dist/test",
31
- "!**/*.tsbuildinfo"
32
- ],
33
- "exports": {
34
- ".": {
35
- "types": "./dist/src/index.d.ts",
36
- "import": "./dist/src/index.js"
37
- }
38
- },
39
- "eslintConfig": {
40
- "extends": "peerbit",
41
- "parserOptions": {
42
- "project": true,
43
- "sourceType": "module"
44
- },
45
- "ignorePatterns": [
46
- "!.aegir.js",
47
- "test/ts-use",
48
- "*.d.ts"
49
- ]
50
- },
51
- "publishConfig": {
52
- "access": "public"
53
- },
54
- "repository": {
55
- "type": "git",
56
- "url": "https://github.com/dao-xyz/peerbit"
57
- },
58
- "engines": {
59
- "node": ">=18"
60
- },
61
- "browser": {
62
- "./dist/src/transports.js": "./dist/src/transports.browser.js"
63
- },
64
- "dependencies": {
65
- "@dao-xyz/borsh": "^5.2.3",
66
- "@peerbit/any-store": "^2.1.2",
67
- "@peerbit/crypto": "2.3.2",
68
- "@peerbit/logger": "1.0.3",
69
- "@peerbit/program": "5.0.4",
70
- "@peerbit/pubsub": "^3.0.10",
71
- "@peerbit/blocks": "^2.1.4",
72
- "@peerbit/indexer-simple": "^1.1.0",
73
- "@peerbit/indexer-sqlite3": "^1.1.0",
74
- "datastore-level": "^11.0.1",
75
- "@chainsafe/libp2p-yamux": "^7.0.1",
76
- "@libp2p/webrtc": "^5.0.13",
77
- "@libp2p/websockets": "^9.0.8",
78
- "@libp2p/identify": "^3.0.8",
79
- "@libp2p/circuit-relay-v2": "^2.1.5",
80
- "@libp2p/tcp": "^10.0.9",
81
- "level": "^8.0.1",
82
- "memory-level": "^1.0.0",
83
- "path-browserify": "^1.0.1"
84
- },
85
- "devDependencies": {
86
- "p-each-series": "^3.0.0",
87
- "p-map-series": "^3.0.0",
88
- "@types/path-browserify": "^1.0.2"
89
- },
90
- "scripts": {
91
- "clean": "aegir clean",
92
- "build": "aegir build --no-bundle",
93
- "test": "aegir test -t node",
94
- "lint": "aegir lint"
95
- },
96
- "localMaintainers": [
97
- "dao.xyz"
98
- ],
99
- "keywords": [
100
- "crdt",
101
- "database",
102
- "distributed",
103
- "decentralised",
104
- "distributed",
105
- "ipfs",
106
- "p2p",
107
- "peer-to-peer"
108
- ]
2
+ "name": "peerbit",
3
+ "version": "4.0.20-e9a5cd4",
4
+ "description": "Peerbit client",
5
+ "author": "dao.xyz",
6
+ "license": "MIT",
7
+ "sideEffects": false,
8
+ "type": "module",
9
+ "types": "./dist/src/index.d.ts",
10
+ "typesVersions": {
11
+ "*": {
12
+ "*": [
13
+ "*",
14
+ "dist/*",
15
+ "dist/src/*",
16
+ "dist/src/*/index"
17
+ ],
18
+ "src/*": [
19
+ "*",
20
+ "dist/*",
21
+ "dist/src/*",
22
+ "dist/src/*/index"
23
+ ]
24
+ }
25
+ },
26
+ "files": [
27
+ "src",
28
+ "dist",
29
+ "!dist/e2e",
30
+ "!dist/test",
31
+ "!**/*.tsbuildinfo"
32
+ ],
33
+ "exports": {
34
+ ".": {
35
+ "types": "./dist/src/index.d.ts",
36
+ "import": "./dist/src/index.js"
37
+ }
38
+ },
39
+ "eslintConfig": {
40
+ "extends": "peerbit",
41
+ "parserOptions": {
42
+ "project": true,
43
+ "sourceType": "module"
44
+ },
45
+ "ignorePatterns": [
46
+ "!.aegir.js",
47
+ "test/ts-use",
48
+ "*.d.ts"
49
+ ]
50
+ },
51
+ "publishConfig": {
52
+ "access": "public"
53
+ },
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "https://github.com/dao-xyz/peerbit"
57
+ },
58
+ "engines": {
59
+ "node": ">=18"
60
+ },
61
+ "browser": {
62
+ "./dist/src/transports.js": "./dist/src/transports.browser.js"
63
+ },
64
+ "dependencies": {
65
+ "@dao-xyz/borsh": "^5.2.3",
66
+ "@peerbit/any-store": "2.1.2-e9a5cd4",
67
+ "@peerbit/crypto": "2.3.2-e9a5cd4",
68
+ "@peerbit/logger": "1.0.3-e9a5cd4",
69
+ "@peerbit/program": "5.0.4-e9a5cd4",
70
+ "@peerbit/pubsub": "3.0.10-e9a5cd4",
71
+ "@peerbit/blocks": "2.1.4-e9a5cd4",
72
+ "@peerbit/indexer-simple": "1.1.1-e9a5cd4",
73
+ "@peerbit/indexer-sqlite3": "1.1.1-e9a5cd4",
74
+ "datastore-level": "^11.0.1",
75
+ "@chainsafe/libp2p-yamux": "^7.0.1",
76
+ "@libp2p/webrtc": "^5.0.13",
77
+ "@libp2p/websockets": "^9.0.8",
78
+ "@libp2p/identify": "^3.0.8",
79
+ "@libp2p/circuit-relay-v2": "^2.1.5",
80
+ "@libp2p/tcp": "^10.0.9",
81
+ "level": "^8.0.1",
82
+ "memory-level": "^1.0.0",
83
+ "path-browserify": "^1.0.1"
84
+ },
85
+ "devDependencies": {
86
+ "p-each-series": "^3.0.0",
87
+ "p-map-series": "^3.0.0",
88
+ "@types/path-browserify": "^1.0.2"
89
+ },
90
+ "scripts": {
91
+ "clean": "aegir clean",
92
+ "build": "aegir build --no-bundle",
93
+ "test": "aegir test -t node",
94
+ "lint": "aegir lint"
95
+ },
96
+ "localMaintainers": [
97
+ "dao.xyz"
98
+ ],
99
+ "keywords": [
100
+ "crdt",
101
+ "database",
102
+ "distributed",
103
+ "decentralised",
104
+ "distributed",
105
+ "ipfs",
106
+ "p2p",
107
+ "peer-to-peer"
108
+ ]
109
109
  }