Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed Oct 29, 2024
1 parent 2e9e667 commit 3c2c498
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modprompt",
"version": "0.8.1",
"version": "0.9.1",
"description": "Prompt templates for language models",
"license": "MIT",
"scripts": {
Expand All @@ -9,21 +9,21 @@
"docs": "typedoc --entryPointStrategy expand"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.3",
"@types/expect": "^24.3.0",
"@types/jest": "^29.5.6",
"@types/node": "^20.6.0",
"jest": "^29.6.3",
"rollup": "^3.29.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.15.4",
"typedoc-plugin-rename-defaults": "^0.6.5",
"typescript": "^5.2.2"
"@rollup/plugin-typescript": "^12.1.1",
"@types/expect": "^24.3.2",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.2",
"jest": "^29.7.0",
"rollup": "^4.24.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.0",
"typedoc": "^0.26.10",
"typedoc-plugin-markdown": "^4.2.9",
"typedoc-plugin-rename-defaults": "^0.7.1",
"typescript": "^5.6.3"
},
"type": "module",
"files": [
Expand Down

0 comments on commit 3c2c498

Please sign in to comment.