@libp2p/interface-compliance-tests 3.0.7-a1ec46b5 → 3.0.7-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":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,SAAS,CAAC,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAC/D,KAAK,EAAE,CAAC,IAAI,CAAC,EAAE,SAAS,KAAK,OAAO,CAAC,CAAC,CAAC,CAAA;IACvC,QAAQ,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;CAC9B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS,CAAC,CAAC,EAAE,SAAS,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAC/D,KAAK,EAAE,CAAC,IAAI,CAAC,EAAE,SAAS,KAAK,OAAO,CAAC,CAAC,CAAC,CAAA;IACvC,QAAQ,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;CAC9B"}
@@ -1 +1 @@
1
- {"version":3,"file":"is-valid-tick.d.ts","sourceRoot":"","sources":["../../src/is-valid-tick.ts"],"names":[],"mappings":"AACA;;;GAGG;AACH,wBAAgB,WAAW,CAAE,IAAI,CAAC,EAAE,MAAM,EAAE,EAAE,GAAE,MAAa,GAAG,OAAO,CAYtE"}
1
+ {"version":3,"file":"is-valid-tick.d.ts","sourceRoot":"","sources":["../../src/is-valid-tick.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,WAAW,CAAE,IAAI,CAAC,EAAE,MAAM,EAAE,EAAE,GAAE,MAAa,GAAG,OAAO,CAYtE"}
@@ -1 +1 @@
1
- {"version":3,"file":"is-valid-tick.js","sourceRoot":"","sources":["../../src/is-valid-tick.ts"],"names":[],"mappings":"AACA;;;GAGG;AACH,MAAM,UAAU,WAAW,CAAE,IAAa,EAAE,KAAa,IAAI;IAC3D,IAAI,IAAI,IAAI,IAAI,EAAE;QAChB,MAAM,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAA;KACzC;IAED,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE,CAAA;IAEtB,IAAI,IAAI,GAAG,GAAG,GAAG,EAAE,IAAI,IAAI,IAAI,GAAG,EAAE;QAClC,OAAO,IAAI,CAAA;KACZ;IAED,OAAO,KAAK,CAAA;AACd,CAAC"}
1
+ {"version":3,"file":"is-valid-tick.js","sourceRoot":"","sources":["../../src/is-valid-tick.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,UAAU,WAAW,CAAE,IAAa,EAAE,KAAa,IAAI;IAC3D,IAAI,IAAI,IAAI,IAAI,EAAE;QAChB,MAAM,IAAI,KAAK,CAAC,uBAAuB,CAAC,CAAA;KACzC;IAED,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE,CAAA;IAEtB,IAAI,IAAI,GAAG,GAAG,GAAG,EAAE,IAAI,IAAI,IAAI,GAAG,EAAE;QAClC,OAAO,IAAI,CAAA;KACZ;IAED,OAAO,KAAK,CAAA;AACd,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/interface-compliance-tests",
3
- "version": "3.0.7-a1ec46b5",
3
+ "version": "3.0.7-a41d25d4",
4
4
  "description": "Compliance tests for JS libp2p interfaces",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/master/packages/interface-compliance-tests#readme",
@@ -102,13 +102,13 @@
102
102
  "test:electron-main": "aegir test -t electron-main"
103
103
  },
104
104
  "dependencies": {
105
- "@libp2p/interface": "0.0.1-a1ec46b5",
106
- "@libp2p/interface-internal": "0.0.1-a1ec46b5",
107
- "@libp2p/logger": "2.1.1-a1ec46b5",
108
- "@libp2p/multistream-select": "3.1.9-a1ec46b5",
109
- "@libp2p/peer-collections": "3.0.2-a1ec46b5",
110
- "@libp2p/peer-id": "2.0.3-a1ec46b5",
111
- "@libp2p/peer-id-factory": "2.0.3-a1ec46b5",
105
+ "@libp2p/interface": "0.0.1-a41d25d4",
106
+ "@libp2p/interface-internal": "0.0.1-a41d25d4",
107
+ "@libp2p/logger": "2.1.1-a41d25d4",
108
+ "@libp2p/multistream-select": "3.1.9-a41d25d4",
109
+ "@libp2p/peer-collections": "3.0.2-a41d25d4",
110
+ "@libp2p/peer-id": "2.0.3-a41d25d4",
111
+ "@libp2p/peer-id-factory": "2.0.3-a41d25d4",
112
112
  "@multiformats/multiaddr": "^12.1.3",
113
113
  "abortable-iterator": "^5.0.1",
114
114
  "delay": "^6.0.0",
@@ -118,8 +118,8 @@
118
118
  "it-map": "^3.0.3",
119
119
  "it-ndjson": "^1.0.3",
120
120
  "it-pair": "^2.0.6",
121
- "it-protobuf-stream": "^1.0.0",
122
121
  "it-pipe": "^3.0.1",
122
+ "it-protobuf-stream": "^1.0.0",
123
123
  "it-pushable": "^3.2.0",
124
124
  "it-stream-types": "^2.0.1",
125
125
  "it-to-buffer": "^4.0.2",
@@ -135,10 +135,7 @@
135
135
  "uint8arrays": "^4.0.4"
136
136
  },
137
137
  "devDependencies": {
138
- "aegir": "^39.0.13",
138
+ "aegir": "^40.0.1",
139
139
  "protons": "^7.0.2"
140
- },
141
- "typedoc": {
142
- "entryPoint": "./src/index.ts"
143
140
  }
144
141
  }
package/src/index.ts CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  export interface TestSetup<T, SetupArgs = Record<string, unknown>> {
3
2
  setup: (args?: SetupArgs) => Promise<T>
4
3
  teardown: () => Promise<void>
@@ -1,4 +1,3 @@
1
-
2
1
  /**
3
2
  * A tick is considered valid if it happened between now
4
3
  * and `ms` milliseconds ago