Compare commits

..

No commits in common. "v0.1.0-develop.17" and "master" have entirely different histories.

11 changed files with 126 additions and 19575 deletions

View File

@ -1,13 +0,0 @@
name: Build/Publish
on:
push:
branches:
- master
- develop
- develop-*
jobs:
main:
uses: lumeweb/github-node-deploy-workflow/.github/workflows/main.yml@master
secrets: inherit

View File

@ -1,5 +0,0 @@
{
"preset": [
"@lumeweb/node-library-preset"
]
}

View File

@ -1,45 +0,0 @@
# [0.1.0-develop.17](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.16...v0.1.0-develop.17) (2023-07-29)
# [0.1.0-develop.16](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.15...v0.1.0-develop.16) (2023-07-29)
# [0.1.0-develop.15](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.14...v0.1.0-develop.15) (2023-07-29)
### Bug Fixes
* Revert "dep: update module hash" ([cba7b16](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/commit/cba7b1615308a5b5aa9f69c3a64842cb994c7201))
# [0.1.0-develop.14](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.13...v0.1.0-develop.14) (2023-07-29)
# [0.1.0-develop.13](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.12...v0.1.0-develop.13) (2023-07-29)
# [0.1.0-develop.12](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.11...v0.1.0-develop.12) (2023-07-29)
# [0.1.0-develop.11](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.10...v0.1.0-develop.11) (2023-07-29)
# [0.1.0-develop.10](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.9...v0.1.0-develop.10) (2023-07-24)
# [0.1.0-develop.9](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.8...v0.1.0-develop.9) (2023-07-23)
# [0.1.0-develop.8](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.7...v0.1.0-develop.8) (2023-07-23)
# [0.1.0-develop.7](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.6...v0.1.0-develop.7) (2023-07-23)
# [0.1.0-develop.6](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.5...v0.1.0-develop.6) (2023-07-23)
# [0.1.0-develop.5](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.4...v0.1.0-develop.5) (2023-07-21)
# [0.1.0-develop.4](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.3...v0.1.0-develop.4) (2023-07-19)
# [0.1.0-develop.3](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.2...v0.1.0-develop.3) (2023-07-19)
# [0.1.0-develop.2](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.1.0-develop.1...v0.1.0-develop.2) (2023-07-19)
# [0.1.0-develop.1](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.0.2-develop.1...v0.1.0-develop.1) (2023-07-19)
### Features
* add register method for network registry ([e9c9944](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/commit/e9c994400325467fb2c146f4f5b3bea1a77d6502))
## [0.0.2-develop.1](https://git.lumeweb.com/LumeWeb/kernel-ipfs-client/compare/v0.0.1...v0.0.2-develop.1) (2023-07-14)

View File

@ -1,2 +1,2 @@
# kernel-ipfs-client
IPFS client interface to @lumeweb/kernel-ipfs module
# kernel-ipfs-http-client
IPFS client interface to @lumeweb/kernel-ipfs-http module

18
dist/index.d.ts vendored Normal file
View File

@ -0,0 +1,18 @@
import { Client } from "@lumeweb/libkernel-universal";
import { CatOptions, LsOptions, StatOptions } from "@helia/unixfs";
interface AbortableGenerator {
abort: () => void;
iterable: () => AsyncIterable<Uint8Array>;
}
export declare class IPFSClient extends Client {
ready(): Promise<any>;
stat(cid: string, options?: Partial<StatOptions>): Promise<any>;
ls(cid: string, options?: Partial<LsOptions>): AbortableGenerator;
cat(cid: string, options?: Partial<CatOptions>): AbortableGenerator;
ipns(cid: string): Promise<string>;
activePeers(): Promise<number>;
private connectModuleGenerator;
}
export declare const createClient: (...args: any) => IPFSClient;
export {};
//# sourceMappingURL=index.d.ts.map

1
dist/index.d.ts.map vendored Normal file
View File

@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAW,MAAM,8BAA8B,CAAC;AAE/D,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAEnE,UAAU,kBAAkB;IAC1B,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,QAAQ,EAAE,MAAM,aAAa,CAAC,UAAU,CAAC,CAAC;CAC3C;AAED,qBAAa,UAAW,SAAQ,MAAM;IACvB,KAAK;IAIL,IAAI,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC;IAItD,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,GAAG,kBAAkB;IAIjE,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,kBAAkB;IAI7D,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;IAIlC,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC;IAI3C,OAAO,CAAC,sBAAsB;CAiD/B;AAED,eAAO,MAAM,YAAY,8BAGxB,CAAC"}

62
dist/index.js vendored Normal file
View File

@ -0,0 +1,62 @@
import { Client, factory } from "@lumeweb/libkernel-universal";
import defer from "p-defer";
export class IPFSClient extends Client {
async ready() {
return this.callModuleReturn("ready");
}
async stat(cid, options) {
return this.callModuleReturn("stat", { cid, options });
}
ls(cid, options) {
return this.connectModuleGenerator("ls", { cid, options });
}
cat(cid, options) {
return this.connectModuleGenerator("cat", { cid, options });
}
async ipns(cid) {
return this.callModuleReturn("ipnsResolve", { cid });
}
async activePeers() {
return this.callModuleReturn("getActivePeers");
}
connectModuleGenerator(method, data) {
let pipe = defer();
const [update, result] = this.connectModule(method, data, (item) => {
pipe.resolve(item);
});
(async () => {
const ret = await result;
this.handleError(ret);
pipe.resolve(undefined);
})();
return {
abort() {
update("abort");
},
iterable() {
return {
[Symbol.asyncIterator]() {
return {
async next() {
const chunk = await pipe.promise;
if (chunk === undefined) {
return {
value: new Uint8Array(),
done: true,
};
}
pipe = defer();
update("next");
return {
value: chunk,
done: false,
};
},
};
},
};
},
};
}
}
export const createClient = factory(IPFSClient, "AAA0F0m8xP2YVcP0YZ-1QT8nLqYPZjgANotOQO3nGST1Bg");

19481
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,31 +1,18 @@
{
"name": "@lumeweb/kernel-ipfs-client",
"version": "0.1.0-develop.17",
"version": "0.1.0",
"type": "module",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "gitea@git.lumeweb.com:LumeWeb/kernel-ipfs-client.git"
},
"devDependencies": {
"@helia/unixfs": "^1.4.0",
"@lumeweb/node-library-preset": "^0.2.7",
"presetter": "*"
},
"readme": "ERROR: No README data found!",
"scripts": {
"prepare": "presetter bootstrap",
"build": "run build",
"semantic-release": "semantic-release"
},
"main": "dist/index.js",
"dependencies": {
"@lumeweb/libkernel": "^0.1.0-develop.33",
"@lumeweb/libkernel-universal": "git+https://git.lumeweb.com/LumeWeb/libkernel-universal.git",
"libkernel": "^0.1.43",
"libkmodule": "^0.2.44",
"p-defer": "^4.0.0"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
"devDependencies": {
"@helia/unixfs": "^1.2.1",
"@types/node": "^18.0.6",
"prettier": "^2.7.1",
"typescript": "^5.0.3"
}
}

View File

@ -1,4 +1,4 @@
import { Client, factory, NetworkClient } from "@lumeweb/libkernel/module";
import { Client, factory } from "@lumeweb/libkernel-universal";
import defer from "p-defer";
import { CatOptions, LsOptions, StatOptions } from "@helia/unixfs";
@ -7,10 +7,11 @@ interface AbortableGenerator {
iterable: () => AsyncIterable<Uint8Array>;
}
export const MODULE =
"zduTA8WuCqeH6kkZJMFBZjb6pN6UMwZqy48zPV2tti2AZtmxP9dodMEH35";
export class IPFSClient extends Client {
public async ready() {
return this.callModuleReturn("ready");
}
export class IPFSClient extends NetworkClient {
public async stat(cid: string, options?: Partial<StatOptions>) {
return this.callModuleReturn("stat", { cid, options });
}
@ -33,7 +34,7 @@ export class IPFSClient extends NetworkClient {
private connectModuleGenerator(
method: string,
data: any,
data: any
): AbortableGenerator {
let pipe = defer<Uint8Array>();
@ -82,4 +83,7 @@ export class IPFSClient extends NetworkClient {
}
}
export const createClient = factory<IPFSClient>(IPFSClient, MODULE);
export const createClient = factory<IPFSClient>(
IPFSClient,
"AAA0F0m8xP2YVcP0YZ-1QT8nLqYPZjgANotOQO3nGST1Bg"
);

23
tsconfig.json Normal file
View File

@ -0,0 +1,23 @@
{
"compilerOptions": {
"declaration": true,
"strict": true,
"module": "esnext",
"target": "esnext",
"esModuleInterop": true,
"sourceMap": false,
"rootDir": "src",
"outDir": "dist",
"typeRoots": [
"node_modules/@types",
],
"moduleResolution": "node",
"declarationMap": true,
"declarationDir": "dist",
"emitDeclarationOnly": false,
"allowJs": true
},
"include": [
"src"
]
}