File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1414 "build:extension" : " pnpm ibuild && cd dist && zip -r -FS ./flower-intelligence-browser-assistant.xpi * && cd .."
1515 },
1616 "dependencies" : {
17- "@flwr/flwr" : " ^0.1.2 " ,
17+ "@flwr/flwr" : " ^0.1.3 " ,
1818 "@mozilla/readability" : " ^0.5.0" ,
1919 "webextension-polyfill" : " ^0.12.0"
2020 },
Original file line number Diff line number Diff line change 1010 "keywords" : [],
1111 "author" : " " ,
1212 "dependencies" : {
13- "@flwr/flwr" : " ^0.1.2 " ,
13+ "@flwr/flwr" : " ^0.1.3 " ,
1414 "cross-spawn" : " ^7.0.5"
1515 },
1616 "devDependencies" : {
Original file line number Diff line number Diff line change 99 "keywords" : [],
1010 "author" : " " ,
1111 "dependencies" : {
12- "@flwr/flwr" : " ^0.1.2 " ,
12+ "@flwr/flwr" : " ^0.1.3 " ,
1313 "cross-spawn" : " ^7.0.5"
1414 }
1515}
Original file line number Diff line number Diff line change 1010 "keywords" : [],
1111 "author" : " " ,
1212 "dependencies" : {
13- "@flwr/flwr" : " ^0.1.2 " ,
13+ "@flwr/flwr" : " ^0.1.3 " ,
1414 "cross-spawn" : " ^7.0.5"
1515 },
1616 "devDependencies" : {
Original file line number Diff line number Diff line change 1010 "keywords" : [],
1111 "author" : " " ,
1212 "dependencies" : {
13- "@flwr/flwr" : " ^0.1.2 " ,
13+ "@flwr/flwr" : " ^0.1.3 " ,
1414 "cross-spawn" : " ^7.0.5"
1515 },
1616 "devDependencies" : {
Original file line number Diff line number Diff line change 1111 "keywords" : [],
1212 "author" : " " ,
1313 "dependencies" : {
14- "@flwr/flwr" : " ^0.1.2 " ,
14+ "@flwr/flwr" : " ^0.1.3 " ,
1515 "cross-spawn" : " ^7.0.5"
1616 },
1717 "devDependencies" : {
Original file line number Diff line number Diff line change 1818 "url" : " git+https://github.com/adap/flower.git"
1919 },
2020 "author" : " The Flower Authors <hello@flower.ai>" ,
21- "version" : " 0.1.2 " ,
21+ "version" : " 0.1.3 " ,
2222 "type" : " module" ,
2323 "main" : " ./dist/flowerintelligence.cjs.js" ,
2424 "module" : " ./dist/flowerintelligence.es.js" ,
Original file line number Diff line number Diff line change 1515
1616export const DEFAULT_MODEL = 'meta/llama3.2-1b/instruct-fp16' ;
1717export const REMOTE_URL = 'https://api.flower.ai' ;
18- export const VERSION = '0.1.2 ' ;
18+ export const VERSION = '0.1.3 ' ;
1919export const SDK = 'TS' ;
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { vi } from 'vitest';
1818vi . mock ( './constants' , ( ) => ( {
1919 DEFAULT_MODEL : 'meta/llama3.2-1b/instruct-fp16' ,
2020 REMOTE_URL : process . env . FI_DEV_REMOTE_URL ,
21- VERSION : '0.1.2 ' ,
21+ VERSION : '0.1.3 ' ,
2222 SDK : 'TS' ,
2323} ) ) ;
2424
You can’t perform that action at this time.
0 commit comments