File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @picovoice/picollm-node" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " Picovoice picoLLM Node.js binding" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/types/index.d.ts" ,
Original file line number Diff line number Diff line change 5353
5454setuptools .setup (
5555 name = "picollm" ,
56- version = "1.2.0 " ,
56+ version = "1.2.1 " ,
5757 author = "Picovoice" ,
5858 author_email = "hello@picovoice.ai" ,
5959 description = "picoLLM Inference Engine" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @picovoice/picollm-node-demo" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " Picovoice PicoLLM Node.js chat and completion demos" ,
55 "scripts" : {
66 "chat" : " node chat.js" ,
1919 "author" : " Picovoice Inc." ,
2020 "license" : " Apache-2.0" ,
2121 "dependencies" : {
22- "@picovoice/picollm-node" : " ~1.2.0 " ,
22+ "@picovoice/picollm-node" : " ~1.2.1 " ,
2323 "commander" : " ^6.1.0" ,
2424 "prettier" : " ^2.6.2"
2525 },
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @picovoice/picollm-node@~1.2.0 " :
6- version "1.2.0 "
7- resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-1.2.0 .tgz#9950706ea98d7021e3ff3a476d01426a7bd970d5 "
8- integrity sha512-E5Af+zQ7hCCptHwLcH6ZYwtVGpJAA8cdwjSpq3hGyW4PxgksDfizzhPZbBrgMECXzFtOZjCerkZBdYsYI/D5rQ ==
5+ " @picovoice/picollm-node@~1.2.1 " :
6+ version "1.2.1 "
7+ resolved "https://registry.yarnpkg.com/@picovoice/picollm-node/-/picollm-node-1.2.1 .tgz#90a47daed6a90ce0ec43b2a29666152ca014792b "
8+ integrity sha512-Es1S18yYDsGED+0M7HIn7NspdL/IP7XoFz1WwsCoi6+3IYLZ3F9K+KGqdSusBrUv9+NL4uhrVJA29HPZs407CA ==
99
1010commander@^6.1.0 :
1111 version "6.2.1"
Original file line number Diff line number Diff line change 1- picollm == 1.2.0
1+ picollm == 1.2.1
Original file line number Diff line number Diff line change 2727
2828setuptools .setup (
2929 name = "picollmdemo" ,
30- version = "1.2.0 " ,
30+ version = "1.2.1 " ,
3131 author = "Picovoice" ,
3232 author_email = "hello@picovoice.ai" ,
3333 description = "picoLLM Inference Engine demos" ,
3434 long_description = long_description ,
3535 long_description_content_type = "text/markdown" ,
3636 url = "https://github.com/Picovoice/picollm" ,
3737 packages = ["picollmdemo" ],
38- install_requires = ["picollm==1.2.0 " ],
38+ install_requires = ["picollm==1.2.1 " ],
3939 include_package_data = True ,
4040 classifiers = [
4141 "Development Status :: 5 - Production/Stable" ,
You can’t perform that action at this time.
0 commit comments