@libp2p/daemon 5.0.4 → 6.0.0-049bfa0fa

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/dist/src/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@libp2p/daemon",
3
- "version": "5.0.4",
3
+ "version": "6.0.0-049bfa0fa",
4
4
  "description": "libp2p-daemon JavaScript implementation",
5
5
  "license": "Apache-2.0 OR MIT",
6
- "homepage": "https://github.com/libp2p/js-libp2p-daemon/tree/main/packages/libp2p-daemon#readme",
6
+ "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/libp2p-daemon#readme",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/libp2p/js-libp2p-daemon.git"
9
+ "url": "git+https://github.com/libp2p/js-libp2p.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/libp2p/js-libp2p-daemon/issues"
12
+ "url": "https://github.com/libp2p/js-libp2p/issues"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public",
@@ -35,118 +35,24 @@
35
35
  "import": "./dist/src/index.js"
36
36
  }
37
37
  },
38
- "release": {
39
- "branches": [
40
- "main"
41
- ],
42
- "plugins": [
43
- [
44
- "@semantic-release/commit-analyzer",
45
- {
46
- "preset": "conventionalcommits",
47
- "releaseRules": [
48
- {
49
- "breaking": true,
50
- "release": "major"
51
- },
52
- {
53
- "revert": true,
54
- "release": "patch"
55
- },
56
- {
57
- "type": "feat",
58
- "release": "minor"
59
- },
60
- {
61
- "type": "fix",
62
- "release": "patch"
63
- },
64
- {
65
- "type": "docs",
66
- "release": "patch"
67
- },
68
- {
69
- "type": "test",
70
- "release": "patch"
71
- },
72
- {
73
- "type": "deps",
74
- "release": "patch"
75
- },
76
- {
77
- "scope": "no-release",
78
- "release": false
79
- }
80
- ]
81
- }
82
- ],
83
- [
84
- "@semantic-release/release-notes-generator",
85
- {
86
- "preset": "conventionalcommits",
87
- "presetConfig": {
88
- "types": [
89
- {
90
- "type": "feat",
91
- "section": "Features"
92
- },
93
- {
94
- "type": "fix",
95
- "section": "Bug Fixes"
96
- },
97
- {
98
- "type": "chore",
99
- "section": "Trivial Changes"
100
- },
101
- {
102
- "type": "docs",
103
- "section": "Documentation"
104
- },
105
- {
106
- "type": "deps",
107
- "section": "Dependencies"
108
- },
109
- {
110
- "type": "test",
111
- "section": "Tests"
112
- }
113
- ]
114
- }
115
- }
116
- ],
117
- "@semantic-release/changelog",
118
- "@semantic-release/npm",
119
- "@semantic-release/github",
120
- [
121
- "@semantic-release/git",
122
- {
123
- "assets": [
124
- "CHANGELOG.md",
125
- "package.json"
126
- ]
127
- }
128
- ]
129
- ]
130
- },
131
38
  "scripts": {
132
39
  "clean": "aegir clean",
133
40
  "lint": "aegir lint",
134
41
  "dep-check": "aegir dep-check",
135
42
  "build": "aegir build",
136
43
  "test": "aegir test -t node",
137
- "test:node": "aegir test -t node",
138
- "release": "aegir release"
44
+ "test:node": "aegir test -t node"
139
45
  },
140
46
  "dependencies": {
141
- "@libp2p/daemon-server": "^8.0.0",
142
- "@multiformats/multiaddr": "^12.5.1",
47
+ "@libp2p/daemon-server": "9.0.0-049bfa0fa",
48
+ "@multiformats/multiaddr": "^13.0.1",
143
49
  "es-main": "^1.4.0",
144
50
  "yargs": "^18.0.0",
145
51
  "yargs-promise": "^1.1.0"
146
52
  },
147
53
  "devDependencies": {
148
54
  "@types/yargs": "^17.0.33",
149
- "aegir": "^47.0.21",
55
+ "aegir": "^47.0.22",
150
56
  "sinon": "^21.0.0"
151
57
  }
152
58
  }
@@ -1,6 +0,0 @@
1
- {
2
- "createLibp2pServer": "https://libp2p.github.io/js-libp2p-daemon/functions/_libp2p_daemon.createLibp2pServer.html",
3
- ".:createLibp2pServer": "https://libp2p.github.io/js-libp2p-daemon/functions/_libp2p_daemon.createLibp2pServer.html",
4
- "default": "https://libp2p.github.io/js-libp2p-daemon/functions/_libp2p_daemon.default.html",
5
- ".:default": "https://libp2p.github.io/js-libp2p-daemon/functions/_libp2p_daemon.default.html"
6
- }