helia 1.3.11 → 1.3.12-45faaa7

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.
@@ -1 +1 @@
1
- {"version":3,"file":"bootstrappers.d.ts","sourceRoot":"","sources":["../../../src/utils/bootstrappers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;CAQ3B,CAAA"}
1
+ {"version":3,"file":"bootstrappers.d.ts","sourceRoot":"","sources":["../../../src/utils/bootstrappers.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,eAAe;;CAQ3B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"bootstrappers.js","sourceRoot":"","sources":["../../../src/utils/bootstrappers.ts"],"names":[],"mappings":"AACA,gIAAgI;AAChI,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE;QACJ,iFAAiF;QACjF,iFAAiF;QACjF,iFAAiF;QACjF,iFAAiF;QACjF,iFAAiF;KAClF;CACF,CAAA"}
1
+ {"version":3,"file":"bootstrappers.js","sourceRoot":"","sources":["../../../src/utils/bootstrappers.ts"],"names":[],"mappings":"AAAA,gIAAgI;AAChI,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE;QACJ,iFAAiF;QACjF,iFAAiF;QACjF,iFAAiF;QACjF,iFAAiF;QACjF,iFAAiF;KAClF;CACF,CAAA"}
@@ -1,3 +1,3 @@
1
- export declare const version = "1.3.11";
1
+ export declare const version = "1.3.12-45faaa7";
2
2
  export declare const name = "helia";
3
3
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,WAAW,CAAA;AAC/B,eAAO,MAAM,IAAI,UAAU,CAAA"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mBAAmB,CAAA;AACvC,eAAO,MAAM,IAAI,UAAU,CAAA"}
@@ -1,3 +1,3 @@
1
- export const version = '1.3.11';
1
+ export const version = '1.3.12-45faaa7';
2
2
  export const name = 'helia';
3
3
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAA;AAC/B,MAAM,CAAC,MAAM,IAAI,GAAG,OAAO,CAAA"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAA;AACvC,MAAM,CAAC,MAAM,IAAI,GAAG,OAAO,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helia",
3
- "version": "1.3.11",
3
+ "version": "1.3.12-45faaa7",
4
4
  "description": "An implementation of IPFS in JavaScript",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/master/packages/helia#readme",
@@ -34,91 +34,6 @@
34
34
  "sourceType": "module"
35
35
  }
36
36
  },
37
- "release": {
38
- "branches": [
39
- "main"
40
- ],
41
- "plugins": [
42
- [
43
- "@semantic-release/commit-analyzer",
44
- {
45
- "preset": "conventionalcommits",
46
- "releaseRules": [
47
- {
48
- "breaking": true,
49
- "release": "major"
50
- },
51
- {
52
- "revert": true,
53
- "release": "patch"
54
- },
55
- {
56
- "type": "feat",
57
- "release": "minor"
58
- },
59
- {
60
- "type": "fix",
61
- "release": "patch"
62
- },
63
- {
64
- "type": "docs",
65
- "release": "patch"
66
- },
67
- {
68
- "type": "test",
69
- "release": "patch"
70
- },
71
- {
72
- "type": "deps",
73
- "release": "patch"
74
- },
75
- {
76
- "scope": "no-release",
77
- "release": false
78
- }
79
- ]
80
- }
81
- ],
82
- [
83
- "@semantic-release/release-notes-generator",
84
- {
85
- "preset": "conventionalcommits",
86
- "presetConfig": {
87
- "types": [
88
- {
89
- "type": "feat",
90
- "section": "Features"
91
- },
92
- {
93
- "type": "fix",
94
- "section": "Bug Fixes"
95
- },
96
- {
97
- "type": "chore",
98
- "section": "Trivial Changes"
99
- },
100
- {
101
- "type": "docs",
102
- "section": "Documentation"
103
- },
104
- {
105
- "type": "deps",
106
- "section": "Dependencies"
107
- },
108
- {
109
- "type": "test",
110
- "section": "Tests"
111
- }
112
- ]
113
- }
114
- }
115
- ],
116
- "@semantic-release/changelog",
117
- "@semantic-release/npm",
118
- "@semantic-release/github",
119
- "@semantic-release/git"
120
- ]
121
- },
122
37
  "scripts": {
123
38
  "clean": "aegir clean",
124
39
  "lint": "aegir lint",
@@ -131,14 +46,13 @@
131
46
  "test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
132
47
  "test:node": "aegir test -t node --cov",
133
48
  "test:electron-main": "aegir test -t electron-main",
134
- "prepublishOnly": "node scripts/update-version.js && npm run build",
135
- "release": "aegir release"
49
+ "prepublishOnly": "node scripts/update-version.js && npm run build"
136
50
  },
137
51
  "dependencies": {
138
52
  "@chainsafe/libp2p-gossipsub": "^8.0.0",
139
53
  "@chainsafe/libp2p-noise": "^12.0.0",
140
54
  "@chainsafe/libp2p-yamux": "^4.0.2",
141
- "@helia/interface": "^1.0.0",
55
+ "@helia/interface": "1.2.2-45faaa7",
142
56
  "@ipld/dag-pb": "^4.0.3",
143
57
  "@libp2p/bootstrap": "^8.0.0",
144
58
  "@libp2p/interface-libp2p": "^3.2.0",
@@ -178,15 +92,12 @@
178
92
  "@ipld/dag-json": "^10.0.1",
179
93
  "@multiformats/mafmt": "^12.1.5",
180
94
  "@types/sinon": "^10.0.14",
181
- "aegir": "^39.0.4",
95
+ "aegir": "^40.0.8",
182
96
  "delay": "^6.0.0",
183
97
  "sinon": "^15.0.2",
184
98
  "sinon-ts": "^1.0.0"
185
99
  },
186
100
  "browser": {
187
101
  "./dist/src/utils/libp2p-defaults.js": "./dist/src/utils/libp2p-defaults.browser.js"
188
- },
189
- "typedoc": {
190
- "entryPoint": "./src/index.ts"
191
102
  }
192
103
  }
@@ -1,4 +1,3 @@
1
-
2
1
  // this list comes from https://github.com/ipfs/kubo/blob/da28fbc65a2e0f1ce59f9923823326ae2bc4f713/config/bootstrap_peers.go#L17
3
2
  export const bootstrapConfig = {
4
3
  list: [
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
- export const version = '1.3.11'
1
+ export const version = '1.3.12-45faaa7'
2
2
  export const name = 'helia'
@@ -1,5 +0,0 @@
1
- {
2
- "DAGWalker": "https://ipfs.github.io/helia/interfaces/helia.DAGWalker.html",
3
- "HeliaInit": "https://ipfs.github.io/helia/interfaces/helia.HeliaInit.html",
4
- "createHelia": "https://ipfs.github.io/helia/functions/helia.createHelia.html"
5
- }