Use peezy.tech npm scope
This commit is contained in:
parent
46878f0e15
commit
46180a2865
24 changed files with 73 additions and 73 deletions
|
|
@ -1,9 +1,9 @@
|
|||
const checks = [
|
||||
["@peezy-tech/codex-flows", ["CodexAppServerClient"]],
|
||||
["@peezy-tech/codex-flows/browser", ["CodexAppServerClient"]],
|
||||
["@peezy-tech/codex-flows/flows", ["CodexFlowClient", "createCodexFlowClient"]],
|
||||
["@peezy-tech/codex-flows/rpc", ["JsonRpcError"]],
|
||||
["@peezy-tech/codex-flows/generated", ["v2"]],
|
||||
["@peezy.tech/codex-flows", ["CodexAppServerClient"]],
|
||||
["@peezy.tech/codex-flows/browser", ["CodexAppServerClient"]],
|
||||
["@peezy.tech/codex-flows/flows", ["CodexFlowClient", "createCodexFlowClient"]],
|
||||
["@peezy.tech/codex-flows/rpc", ["JsonRpcError"]],
|
||||
["@peezy.tech/codex-flows/generated", ["v2"]],
|
||||
] as const;
|
||||
|
||||
for (const [specifier, expectedExports] of checks) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue