1
0
mirror of https://github.com/fluencelabs/fluence-js.git synced 2025-07-07 19:51:32 +00:00

Remove marine-js from js-client

This commit is contained in:
Akim Mamedov
2023-11-17 02:53:03 +07:00
parent 4717c20ed4
commit d3678c57fb
12 changed files with 226 additions and 276 deletions
packages/core/js-client
package.json
src
api.ts
clientPeer
compilerSupport
connection
ephemeral
marine
deps-loader
interfaces.ts
worker-script
util
pnpm-lock.yaml

@ -100,7 +100,10 @@ export const v5_callFunction = async (
throw new Error("Argument and schema don't match");
}
return [argNames[i], ts2aqua(arg, argSchema)];
return [
argNames[i],
ts2aqua(arg, argSchema, { path: [def.functionName] }),
];
}),
);