@yolk-sdk/openai 0.0.1-canary.0 → 0.0.1-canary.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -32,8 +32,8 @@ import {
32
32
 
33
33
  ```ts
34
34
  const request = makeOpenAiCodexBrokerRequest({
35
- subject: 'opaque-host-subject',
36
- minimumTtlMs: 60_000
35
+ subjectId: 'opaque-host-subject',
36
+ minTtlSeconds: 60
37
37
  })
38
38
  ```
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yolk-sdk/openai",
3
- "version": "0.0.1-canary.0",
3
+ "version": "0.0.1-canary.2",
4
4
  "description": "OpenAI and Codex OAuth and provider mechanics for Yolk hosts.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "effect": "4.0.0-beta.65",
48
- "@yolk-sdk/oauth": "^0.0.1-canary.0"
48
+ "@yolk-sdk/oauth": "^0.0.1-canary.2"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsdown",