hankweave 0.7.2 → 0.7.4

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.
@@ -0,0 +1,5 @@
1
+ export declare const PASSTHROUGH_SHIM_PROVIDER_IDS: readonly ["pi", "opencode"];
2
+ export declare const SUPPORTED_CODON_PROVIDER_IDS: readonly ["anthropic", "google", "openai", "pi", "opencode"];
3
+ export declare function isPassthroughShimProvider(providerId: string): boolean;
4
+ export declare function isSupportedCodonProvider(providerId: string): boolean;
5
+ export declare function getSupportedCodonProviderIds(): string[];
@@ -1 +1 @@
1
- 0.139.0
1
+ 0.142.4
@@ -1254,7 +1254,7 @@ var package_default = {
1254
1254
  clean: `node -e "const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true}); fs.rmSync('index.js',{force:true});"`
1255
1255
  },
1256
1256
  dependencies: {
1257
- "@openai/codex-sdk": "^0.139.0",
1257
+ "@openai/codex-sdk": "0.142.4",
1258
1258
  "@shims/common": "file:./common"
1259
1259
  },
1260
1260
  devDependencies: {
@@ -34,7 +34,7 @@
34
34
  "clean": "node -e \"const fs=require('fs'); fs.rmSync('dist',{recursive:true,force:true}); fs.rmSync('index.js',{force:true});\""
35
35
  },
36
36
  "dependencies": {
37
- "@openai/codex-sdk": "^0.139.0",
37
+ "@openai/codex-sdk": "0.142.4",
38
38
  "@shims/common": "file:./common"
39
39
  },
40
40
  "devDependencies": {
@@ -1 +1 @@
1
- 0.79.1
1
+ 0.80.3