@libp2p/pubsub 7.0.3-a1ec46b5 → 7.0.3-a41d25d4

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":"errors.d.ts","sourceRoot":"","sources":["../../src/errors.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,KAAK;IAChB;;OAEG;;IAEH;;OAEG;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAGH;;OAEG;;CAEJ,CAAA"}
1
+ {"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/errors.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK;IAChB;;OAEG;;IAEH;;OAEG;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAKH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;IAGH;;OAEG;;CAEJ,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../src/errors.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,KAAK,GAAG;IACnB;;OAEG;IACH,4BAA4B,EAAE,8BAA8B;IAC5D;;OAEG;IACH,8BAA8B,EAAE,gCAAgC;IAEhE,uBAAuB;IAEvB;;OAEG;IACH,qBAAqB,EAAE,uBAAuB;IAC9C;;OAEG;IACH,iBAAiB,EAAE,mBAAmB;IACtC;;OAEG;IACH,eAAe,EAAE,iBAAiB;IAClC;;OAEG;IACH,qBAAqB,EAAE,uBAAuB;IAC9C;;OAEG;IACH,gBAAgB,EAAE,kBAAkB;IAEpC,0BAA0B;IAE1B;;OAEG;IACH,mBAAmB,EAAE,qBAAqB;IAC1C;;OAEG;IACH,wBAAwB,EAAE,0BAA0B;IACpD;;OAEG;IACH,kBAAkB,EAAE,oBAAoB;IACxC;;OAEG;IACH,oBAAoB,EAAE,sBAAsB;IAE5C;;OAEG;IACH,0BAA0B,EAAE,4BAA4B;CACzD,CAAA"}
1
+ {"version":3,"file":"errors.js","sourceRoot":"","sources":["../../src/errors.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,KAAK,GAAG;IACnB;;OAEG;IACH,4BAA4B,EAAE,8BAA8B;IAC5D;;OAEG;IACH,8BAA8B,EAAE,gCAAgC;IAEhE,uBAAuB;IAEvB;;OAEG;IACH,qBAAqB,EAAE,uBAAuB;IAC9C;;OAEG;IACH,iBAAiB,EAAE,mBAAmB;IACtC;;OAEG;IACH,eAAe,EAAE,iBAAiB;IAClC;;OAEG;IACH,qBAAqB,EAAE,uBAAuB;IAC9C;;OAEG;IACH,gBAAgB,EAAE,kBAAkB;IAEpC,0BAA0B;IAE1B;;OAEG;IACH,mBAAmB,EAAE,qBAAqB;IAC1C;;OAEG;IACH,wBAAwB,EAAE,0BAA0B;IACpD;;OAEG;IACH,kBAAkB,EAAE,oBAAoB;IACxC;;OAEG;IACH,oBAAoB,EAAE,sBAAsB;IAE5C;;OAEG;IACH,0BAA0B,EAAE,4BAA4B;CACzD,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/pubsub",
3
- "version": "7.0.3-a1ec46b5",
3
+ "version": "7.0.3-a41d25d4",
4
4
  "description": "libp2p pubsub base class",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/pubsub#readme",
@@ -52,10 +52,6 @@
52
52
  "types": "./dist/src/peer-streams.d.ts",
53
53
  "import": "./dist/src/peer-streams.js"
54
54
  },
55
- "./signature-policy": {
56
- "types": "./dist/src/signature-policy.d.ts",
57
- "import": "./dist/src/signature-policy.js"
58
- },
59
55
  "./utils": {
60
56
  "types": "./dist/src/utils.d.ts",
61
57
  "import": "./dist/src/utils.js"
@@ -86,12 +82,12 @@
86
82
  "test:electron-main": "aegir test -t electron-main"
87
83
  },
88
84
  "dependencies": {
89
- "@libp2p/crypto": "1.0.17-a1ec46b5",
90
- "@libp2p/interface": "0.0.1-a1ec46b5",
91
- "@libp2p/interface-internal": "0.0.1-a1ec46b5",
92
- "@libp2p/logger": "2.1.1-a1ec46b5",
93
- "@libp2p/peer-collections": "3.0.2-a1ec46b5",
94
- "@libp2p/peer-id": "2.0.3-a1ec46b5",
85
+ "@libp2p/crypto": "1.0.17-a41d25d4",
86
+ "@libp2p/interface": "0.0.1-a41d25d4",
87
+ "@libp2p/interface-internal": "0.0.1-a41d25d4",
88
+ "@libp2p/logger": "2.1.1-a41d25d4",
89
+ "@libp2p/peer-collections": "3.0.2-a41d25d4",
90
+ "@libp2p/peer-id": "2.0.3-a41d25d4",
95
91
  "abortable-iterator": "^5.0.1",
96
92
  "it-length-prefixed": "^9.0.1",
97
93
  "it-pipe": "^3.0.1",
@@ -102,9 +98,9 @@
102
98
  "uint8arrays": "^4.0.4"
103
99
  },
104
100
  "devDependencies": {
105
- "@libp2p/peer-id-factory": "2.0.3-a1ec46b5",
101
+ "@libp2p/peer-id-factory": "2.0.3-a41d25d4",
106
102
  "@types/sinon": "^10.0.15",
107
- "aegir": "^39.0.13",
103
+ "aegir": "^40.0.1",
108
104
  "delay": "^6.0.0",
109
105
  "it-pair": "^2.0.6",
110
106
  "p-defer": "^4.0.0",
@@ -112,8 +108,5 @@
112
108
  "protons": "^7.0.2",
113
109
  "protons-runtime": "^5.0.0",
114
110
  "sinon": "^15.1.2"
115
- },
116
- "typedoc": {
117
- "entryPoint": "./src/index.ts"
118
111
  }
119
112
  }
package/src/errors.ts CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  export const codes = {
3
2
  /**
4
3
  * Signature policy is invalid