Function-based discovery API alternative #1928
Annotations
10 errors and 1 warning
packages/binding-coap/src/coap-client.ts#L69
Argument of type '{ type: string; body: Readable; }' is not assignable to parameter of type 'Content | PromiseLike<Content>'.
|
packages/binding-http/src/http-client-impl.ts#L428
Type 'string | null' is not assignable to type 'string'.
|
packages/binding-websockets/src/ws-server.ts#L31
Cannot find module '@node-wot/binding-http' or its corresponding type declarations.
|
packages/examples/src/bindings/coap/example-client.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
|
packages/examples/src/bindings/coap/example-server.ts#L17
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
|
packages/examples/src/bindings/http/example-client.ts#L17
Cannot find module '@node-wot/binding-http' or its corresponding type declarations.
|
packages/examples/src/bindings/http/example-server-secure.ts#L17
Cannot find module '@node-wot/binding-http' or its corresponding type declarations.
|
packages/examples/src/bindings/http/example-server.ts#L17
Cannot find module '@node-wot/binding-http' or its corresponding type declarations.
|
packages/examples/src/quickstart/simple-coffee-machine.ts#L20
Cannot find module '@node-wot/binding-http' or its corresponding type declarations.
|
packages/examples/src/quickstart/smart-clock.ts#L19
Cannot find module '@node-wot/binding-coap' or its corresponding type declarations.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading