Use peezy.tech npm scope
This commit is contained in:
parent
46878f0e15
commit
46180a2865
24 changed files with 73 additions and 73 deletions
|
|
@ -40,7 +40,7 @@ export class CodexAppServerClient extends CodexEventEmitter {
|
|||
super();
|
||||
this.transport =
|
||||
options.transport ?? defaultTransport(options);
|
||||
this.#clientName = options.clientName ?? "@peezy-tech/codex-flows";
|
||||
this.#clientName = options.clientName ?? "@peezy.tech/codex-flows";
|
||||
this.#clientTitle = options.clientTitle ?? "Codex Client";
|
||||
this.#clientVersion = options.clientVersion ?? "0.1.0";
|
||||
|
||||
|
|
|
|||
|
|
@ -391,7 +391,7 @@ function clientIdentityOptions(
|
|||
"clientName" | "clientTitle" | "clientVersion"
|
||||
> {
|
||||
return compactUndefined({
|
||||
clientName: options.clientName ?? "peezy-tech-codex-flows",
|
||||
clientName: options.clientName ?? "peezy.tech-codex-flows",
|
||||
clientTitle: options.clientTitle ?? "Codex Flows SDK",
|
||||
clientVersion: options.clientVersion ?? "0.1.0",
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue