File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ We welcome contributions to this project.
55## Releasing a new version
66
77``` bash
8- pnpm changeset && pnpm version-packages
9- grlz ' new version'
8+ pnpm changeset && pnpm version-packages && grlz ' new version'
109pnpm release
1110```
Original file line number Diff line number Diff line change 11{
2- "private" : true ,
3- "name" : " everything" ,
4- "version" : " 0.0.0" ,
5- "description" : " Everything example" ,
6- "type" : " module" ,
7- "main" : " index.js" ,
8- "scripts" : {
9- "test" : " npx tsx index.ts" ,
10- "generate-text" : " npx tsx generate-text.ts" ,
11- "stream-text" : " npx tsx stream-text.ts"
12- },
13- "keywords" : [],
14- "author" : " Ahmad Awais <me@AhmadAwais.com> (https://twitter.com/MrAhmadAwais)" ,
15- "license" : " UNLICENSED" ,
16- "dependencies" : {
17- "dotenv" : " ^16.4.5" ,
18- "langbase" : " ^0.2.3"
19- }
2+ "private" : true ,
3+ "name" : " everything" ,
4+ "version" : " 0.0.0" ,
5+ "description" : " Everything example" ,
6+ "type" : " module" ,
7+ "main" : " index.js" ,
8+ "scripts" : {
9+ "test" : " npx tsx index.ts" ,
10+ "generate-text" : " npx tsx generate-text.ts" ,
11+ "stream-text" : " npx tsx stream-text.ts"
12+ },
13+ "keywords" : [],
14+ "author" : " Ahmad Awais <me@AhmadAwais.com> (https://twitter.com/MrAhmadAwais)" ,
15+ "license" : " UNLICENSED" ,
16+ "dependencies" : {
17+ "dotenv" : " ^16.4.5" ,
18+ "langbase" : " ^0.2.3"
19+ }
2020}
Original file line number Diff line number Diff line change 11{
2- "name" : " nextjs" ,
3- "version" : " 0.0.0" ,
4- "private" : true ,
5- "scripts" : {
6- "dev" : " next dev" ,
7- "build" : " next build" ,
8- "start" : " next start" ,
9- "lint" : " next lint"
10- },
11- "dependencies" : {
12- "@radix-ui/react-slot" : " ^1.1.0" ,
13- "class-variance-authority" : " ^0.7.0" ,
14- "clsx" : " ^2.1.1" ,
15- "langbase" : " ^0.2.3" ,
16- "lucide-react" : " ^0.416.0" ,
17- "mxcn" : " ^2.0.0" ,
18- "next" : " 14.2.5" ,
19- "openai" : " ^4.53.0" ,
20- "react" : " ^18" ,
21- "react-dom" : " ^18" ,
22- "tailwind-merge" : " ^2.4.0" ,
23- "tailwindcss-animate" : " ^1.0.7"
24- },
25- "devDependencies" : {
26- "@types/node" : " ^20" ,
27- "@types/react" : " ^18" ,
28- "@types/react-dom" : " ^18" ,
29- "eslint" : " ^8" ,
30- "eslint-config-next" : " 14.2.5" ,
31- "mini-css-extract-plugin" : " ^2.9.0" ,
32- "postcss" : " ^8" ,
33- "tailwindcss" : " ^3.4.1" ,
34- "typescript" : " ^5"
35- }
2+ "name" : " nextjs" ,
3+ "version" : " 0.0.0" ,
4+ "private" : true ,
5+ "scripts" : {
6+ "dev" : " next dev" ,
7+ "build" : " next build" ,
8+ "start" : " next start" ,
9+ "lint" : " next lint"
10+ },
11+ "dependencies" : {
12+ "@radix-ui/react-slot" : " ^1.1.0" ,
13+ "class-variance-authority" : " ^0.7.0" ,
14+ "clsx" : " ^2.1.1" ,
15+ "langbase" : " ^0.2.3" ,
16+ "lucide-react" : " ^0.416.0" ,
17+ "mxcn" : " ^2.0.0" ,
18+ "next" : " 14.2.5" ,
19+ "openai" : " ^4.53.0" ,
20+ "react" : " ^18" ,
21+ "react-dom" : " ^18" ,
22+ "tailwind-merge" : " ^2.4.0" ,
23+ "tailwindcss-animate" : " ^1.0.7"
24+ },
25+ "devDependencies" : {
26+ "@types/node" : " ^20" ,
27+ "@types/react" : " ^18" ,
28+ "@types/react-dom" : " ^18" ,
29+ "eslint" : " ^8" ,
30+ "eslint-config-next" : " 14.2.5" ,
31+ "mini-css-extract-plugin" : " ^2.9.0" ,
32+ "postcss" : " ^8" ,
33+ "tailwindcss" : " ^3.4.1" ,
34+ "typescript" : " ^5"
35+ }
3636}
Original file line number Diff line number Diff line change 11# ` langbase ` SDK
22
3+ ## 0.2.4
4+
5+ ### Patch Changes
6+
7+ - 📖 DOC: readme and docs update
8+
39## 0.2.3
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " langbase" ,
3- "version" : " 0.2.3 " ,
3+ "version" : " 0.2.4 " ,
44 "license" : " Apache-2.0" ,
55 "sideEffects" : false ,
66 "main" : " ./dist/index.js" ,
You can’t perform that action at this time.
0 commit comments