@peerbit/pubsub-interface
Advanced tools
Comparing version 3.1.1 to 3.1.2-115f7aa
@@ -16,3 +16,3 @@ import { Uint8ArrayList } from "uint8arraylist"; | ||
private _serialized; | ||
bytes(): Uint8Array | Uint8ArrayList; | ||
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList; | ||
static from(bytes: Uint8Array | Uint8ArrayList): PubSubData; | ||
@@ -28,3 +28,3 @@ } | ||
private _serialized; | ||
bytes(): Uint8Array | Uint8ArrayList; | ||
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList; | ||
static from(bytes: Uint8Array | Uint8ArrayList): Subscribe; | ||
@@ -38,3 +38,3 @@ } | ||
private _serialized; | ||
bytes(): Uint8Array | Uint8ArrayList; | ||
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList; | ||
static from(bytes: Uint8Array | Uint8ArrayList): Unsubscribe; | ||
@@ -48,5 +48,5 @@ } | ||
_serialized: Uint8ArrayList; | ||
bytes(): Uint8Array | Uint8ArrayList; | ||
bytes(): Uint8Array<ArrayBufferLike> | Uint8ArrayList; | ||
static from(bytes: Uint8Array | Uint8ArrayList): GetSubscribers; | ||
} | ||
//# sourceMappingURL=messages.d.ts.map |
158
package.json
{ | ||
"name": "@peerbit/pubsub-interface", | ||
"version": "3.1.1", | ||
"description": "Block store streaming", | ||
"type": "module", | ||
"types": "./dist/src/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"*", | ||
"dist/*", | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
], | ||
"src/*": [ | ||
"*", | ||
"dist/*", | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"src", | ||
"dist", | ||
"!dist/e2e", | ||
"!dist/test", | ||
"!**/*.tsbuildinfo" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.js" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "peerbit", | ||
"parserOptions": { | ||
"project": true, | ||
"sourceType": "module" | ||
}, | ||
"ignorePatterns": [ | ||
"!.aegir.js", | ||
"test/ts-use", | ||
"*.d.ts" | ||
] | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"clean": "aegir clean", | ||
"build": "aegir build --no-bundle", | ||
"test": "", | ||
"lint": "aegir lint" | ||
}, | ||
"engines": { | ||
"node": ">=16.15.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dao-xyz/peerbit.git" | ||
}, | ||
"keywords": [ | ||
"peerbit" | ||
], | ||
"author": "dao.xyz", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/dao-xyz/peerbit/issues" | ||
}, | ||
"homepage": "https://github.com/dao-xyz/peerbit#readme", | ||
"localMaintainers": [ | ||
"dao.xyz" | ||
], | ||
"dependencies": { | ||
"@dao-xyz/borsh": "^5.2.3", | ||
"@peerbit/crypto": "2.3.2", | ||
"@peerbit/stream-interface": "^5.1.1" | ||
} | ||
"name": "@peerbit/pubsub-interface", | ||
"version": "3.1.2-115f7aa", | ||
"description": "Block store streaming", | ||
"type": "module", | ||
"types": "./dist/src/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"*", | ||
"dist/*", | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
], | ||
"src/*": [ | ||
"*", | ||
"dist/*", | ||
"dist/src/*", | ||
"dist/src/*/index" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
"src", | ||
"dist", | ||
"!dist/e2e", | ||
"!dist/test", | ||
"!**/*.tsbuildinfo" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.js" | ||
} | ||
}, | ||
"eslintConfig": { | ||
"extends": "peerbit", | ||
"parserOptions": { | ||
"project": true, | ||
"sourceType": "module" | ||
}, | ||
"ignorePatterns": [ | ||
"!.aegir.js", | ||
"test/ts-use", | ||
"*.d.ts" | ||
] | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"clean": "aegir clean", | ||
"build": "aegir build --no-bundle", | ||
"test": "", | ||
"lint": "aegir lint" | ||
}, | ||
"engines": { | ||
"node": ">=16.15.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dao-xyz/peerbit.git" | ||
}, | ||
"keywords": [ | ||
"peerbit" | ||
], | ||
"author": "dao.xyz", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/dao-xyz/peerbit/issues" | ||
}, | ||
"homepage": "https://github.com/dao-xyz/peerbit#readme", | ||
"localMaintainers": [ | ||
"dao.xyz" | ||
], | ||
"dependencies": { | ||
"@dao-xyz/borsh": "^5.2.3", | ||
"@peerbit/crypto": "2.3.3-115f7aa", | ||
"@peerbit/stream-interface": "5.1.2-115f7aa" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
32840
2
+ Added@peerbit/cache@2.1.1-115f7aa(transitive)
+ Added@peerbit/crypto@2.3.3-115f7aa(transitive)
+ Added@peerbit/stream-interface@5.1.2-115f7aa(transitive)
- Removed@peerbit/cache@2.1.2(transitive)
- Removed@peerbit/crypto@2.3.22.3.5(transitive)
- Removed@peerbit/stream-interface@5.1.4(transitive)