@getpochi/cli 0.5.62 → 0.5.63
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/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -368971,7 +368971,7 @@ var {
|
|
|
368971
368971
|
// package.json
|
|
368972
368972
|
var package_default = {
|
|
368973
368973
|
name: "@getpochi/cli",
|
|
368974
|
-
version: "0.5.
|
|
368974
|
+
version: "0.5.63",
|
|
368975
368975
|
type: "module",
|
|
368976
368976
|
bin: {
|
|
368977
368977
|
pochi: "src/cli.ts"
|
|
@@ -411590,7 +411590,7 @@ function createVertexModel(vertex2, modelId) {
|
|
|
411590
411590
|
headers.append("Authorization", `Bearer ${resp.access_token}`);
|
|
411591
411591
|
return fetch(`${modelUrl}/${lastSegment}`, { ...requestInit, headers });
|
|
411592
411592
|
}
|
|
411593
|
-
})(
|
|
411593
|
+
})(modelId);
|
|
411594
411594
|
}
|
|
411595
411595
|
return;
|
|
411596
411596
|
}
|