@olane/o-config 0.8.13 → 0.8.14
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 +30 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olane/o-config",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -33,50 +33,50 @@
|
|
|
33
33
|
"license": "(MIT OR Apache-2.0)",
|
|
34
34
|
"description": "oLane Network Config",
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@eslint/eslintrc": "^3.3.
|
|
37
|
-
"@eslint/js": "^
|
|
38
|
-
"@tsconfig/node20": "^20.1.
|
|
36
|
+
"@eslint/eslintrc": "^3.3.4",
|
|
37
|
+
"@eslint/js": "^10.0.1",
|
|
38
|
+
"@tsconfig/node20": "^20.1.9",
|
|
39
39
|
"@types/jest": "^30.0.0",
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
41
|
-
"@typescript-eslint/parser": "^8.
|
|
42
|
-
"aegir": "^47.0.
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
41
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
42
|
+
"aegir": "^47.0.26",
|
|
43
43
|
"buffer": "^6.0.3",
|
|
44
|
-
"eslint": "^
|
|
45
|
-
"eslint-config-prettier": "^10.1.
|
|
46
|
-
"eslint-plugin-prettier": "^5.5.
|
|
47
|
-
"globals": "^
|
|
48
|
-
"jest": "^30.
|
|
49
|
-
"prettier": "^3.
|
|
44
|
+
"eslint": "^10.0.2",
|
|
45
|
+
"eslint-config-prettier": "^10.1.8",
|
|
46
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
47
|
+
"globals": "^17.3.0",
|
|
48
|
+
"jest": "^30.2.0",
|
|
49
|
+
"prettier": "^3.8.1",
|
|
50
50
|
"process": "^0.11.10",
|
|
51
|
-
"ts-jest": "^29.4.
|
|
51
|
+
"ts-jest": "^29.4.6",
|
|
52
52
|
"ts-node": "^10.9.2",
|
|
53
53
|
"tsconfig-paths": "^4.2.0",
|
|
54
|
-
"tsx": "^4.
|
|
55
|
-
"typescript": "^5.
|
|
54
|
+
"tsx": "^4.21.0",
|
|
55
|
+
"typescript": "^5.9.3",
|
|
56
56
|
"util": "^0.12.5"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@chainsafe/libp2p-noise": "^17.0.0",
|
|
60
|
-
"@chainsafe/libp2p-yamux": "^8.0.
|
|
61
|
-
"@libp2p/bootstrap": "^12.0.
|
|
62
|
-
"@libp2p/identify": "^4.0.
|
|
63
|
-
"@libp2p/interface": "^3.0
|
|
64
|
-
"@libp2p/kad-dht": "^16.
|
|
65
|
-
"@libp2p/memory": "^2.0.
|
|
60
|
+
"@chainsafe/libp2p-yamux": "^8.0.1",
|
|
61
|
+
"@libp2p/bootstrap": "^12.0.11",
|
|
62
|
+
"@libp2p/identify": "^4.0.10",
|
|
63
|
+
"@libp2p/interface": "^3.1.0",
|
|
64
|
+
"@libp2p/kad-dht": "^16.1.3",
|
|
65
|
+
"@libp2p/memory": "^2.0.10",
|
|
66
66
|
"@libp2p/peer-id-factory": "^4.2.4",
|
|
67
|
-
"@libp2p/peer-store": "^12.0.
|
|
68
|
-
"@libp2p/ping": "^3.0.
|
|
67
|
+
"@libp2p/peer-store": "^12.0.10",
|
|
68
|
+
"@libp2p/ping": "^3.0.10",
|
|
69
69
|
"@libp2p/pubsub": "^10.1.18",
|
|
70
|
-
"@libp2p/tcp": "^11.0.
|
|
71
|
-
"@libp2p/utils": "^7.0.
|
|
72
|
-
"@libp2p/websockets": "^10.
|
|
73
|
-
"@libp2p/webtransport": "^6.0.
|
|
70
|
+
"@libp2p/tcp": "^11.0.10",
|
|
71
|
+
"@libp2p/utils": "^7.0.10",
|
|
72
|
+
"@libp2p/websockets": "^10.1.3",
|
|
73
|
+
"@libp2p/webtransport": "^6.0.12",
|
|
74
74
|
"@multiformats/multiaddr": "^13.0.1",
|
|
75
75
|
"it-all": "^3.0.9",
|
|
76
76
|
"it-pair": "^2.0.6",
|
|
77
77
|
"it-pushable": "^3.2.3",
|
|
78
|
-
"libp2p": "^3.
|
|
78
|
+
"libp2p": "^3.1.3",
|
|
79
79
|
"uint8arraylist": "^2.4.8"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "c7df897d10e7c8078255701043f1887e48ccdd84"
|
|
82
82
|
}
|