Skip to content

Commit 4ae72d4

Browse files
committed
updates
2 parents 98b2ad6 + 0e2a01a commit 4ae72d4

File tree

2 files changed

+43
-36
lines changed

2 files changed

+43
-36
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.2.2](https://github.com/ardada2468/LLMTypeSafe/compare/v0.2.1...v0.2.2) (2025-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* remove semantic-release dependencies from package to prevent bloat ([462d77e](https://github.com/ardada2468/LLMTypeSafe/commit/462d77ed4caca789fec8b4cfbd43130c7fb756d1))
7+
18
## [0.2.1](https://github.com/ardada2468/LLMTypeSafe/compare/v0.2.0...v0.2.1) (2025-06-04)
29

310

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
2-
"name": "ts-dspy-monorepo",
3-
"version": "0.2.2",
4-
"private": true,
5-
"description": "TypeScript framework for building type-safe LLM applications with structured outputs, ReAct reasoning patterns, and automatic validation",
6-
"author": "Arnav Dadarya",
7-
"workspaces": [
8-
"packages/*"
9-
],
10-
"scripts": {
11-
"build": "npm run build --workspaces",
12-
"test": "npm run test --workspaces",
13-
"lint": "npm run lint --workspaces",
14-
"clean": "npm run clean --workspaces",
15-
"dev": "npm run dev --workspaces",
16-
"install:all": "npm install",
17-
"run:example:openai": "npx ts-node examples/comprehensive-openai-example.ts"
18-
},
19-
"devDependencies": {
20-
"@types/jest": "^29.5.0",
21-
"@types/node": "^20.0.0",
22-
"@typescript-eslint/eslint-plugin": "^6.0.0",
23-
"@typescript-eslint/parser": "^6.0.0",
24-
"eslint": "^8.0.0",
25-
"jest": "^29.5.0",
26-
"lerna": "^7.0.0",
27-
"prettier": "^3.0.0",
28-
"typescript": "^5.0.0",
29-
"@rollup/plugin-typescript": "^11.0.0",
30-
"@rollup/plugin-node-resolve": "^15.0.0",
31-
"rollup": "^3.0.0",
32-
"ts-jest": "^29.0.0"
33-
},
34-
"engines": {
35-
"node": ">=18.0.0"
36-
}
37-
}
2+
"name": "ts-dspy-monorepo",
3+
"version": "0.2.2",
4+
"private": true,
5+
"description": "TypeScript framework for building type-safe LLM applications with structured outputs, ReAct reasoning patterns, and automatic validation",
6+
"author": "Arnav Dadarya",
7+
"workspaces": [
8+
"packages/*"
9+
],
10+
"scripts": {
11+
"build": "npm run build --workspaces",
12+
"test": "npm run test --workspaces",
13+
"lint": "npm run lint --workspaces",
14+
"clean": "npm run clean --workspaces",
15+
"dev": "npm run dev --workspaces",
16+
"install:all": "npm install",
17+
"run:example:openai": "npx ts-node examples/comprehensive-openai-example.ts"
18+
},
19+
"devDependencies": {
20+
"@types/jest": "^29.5.0",
21+
"@types/node": "^20.0.0",
22+
"@typescript-eslint/eslint-plugin": "^6.0.0",
23+
"@typescript-eslint/parser": "^6.0.0",
24+
"eslint": "^8.0.0",
25+
"jest": "^29.5.0",
26+
"lerna": "^7.0.0",
27+
"prettier": "^3.0.0",
28+
"typescript": "^5.0.0",
29+
"@rollup/plugin-typescript": "^11.0.0",
30+
"@rollup/plugin-node-resolve": "^15.0.0",
31+
"rollup": "^3.0.0",
32+
"ts-jest": "^29.0.0"
33+
},
34+
"engines": {
35+
"node": ">=18.0.0"
36+
}
37+
}

0 commit comments

Comments
 (0)