hankweave 0.7.1 → 0.7.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.
- package/dist/index.js +254 -254
- package/dist/index.js.map +2 -2
- package/dist/shims/codex/VERSION +1 -1
- package/dist/shims/codex/index.js +1 -1
- package/dist/shims/codex/package.json +1 -1
- package/dist/shims/pi/VERSION +1 -1
- package/dist/shims/pi/index.js +4985 -2619
- package/dist/shims/pi/package.json +1 -1
- package/package.json +3 -3
package/dist/shims/codex/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.139.0
|
|
@@ -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.
|
|
1257
|
+
"@openai/codex-sdk": "^0.139.0",
|
|
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.
|
|
37
|
+
"@openai/codex-sdk": "^0.139.0",
|
|
38
38
|
"@shims/common": "file:./common"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
package/dist/shims/pi/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.79.1
|