vectocore4 0.0.24 → 0.0.25

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/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -145,7 +145,7 @@ export type LensFileType = {
145
145
  type: string;
146
146
  name: string;
147
147
  url: string;
148
- extImgUrls?: string[];
148
+ ext_img_urls?: string[];
149
149
  };
150
150
  export type LensModelType = "5.1chat" | "5chat" | "4o" | "mini";
151
151
  export interface LensChatParams {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vectocore4",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "description": "",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/cjs/index.js",