Skip to content

Commit

Permalink
Merge pull request #13 from subquery/feedback-fixes
Browse files Browse the repository at this point in the history
Feedback fixes
  • Loading branch information
stwiname authored Oct 22, 2024
2 parents 64e6a01 + e4dea75 commit 228fbfa
Show file tree
Hide file tree
Showing 9 changed files with 329 additions and 31 deletions.
6 changes: 4 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@subql/ai-app-framework",
"version": "1.0.0-3",
"version": "1.0.0-4",
"exports": {
"./cli": "./src/index.ts",
".": "./src/mod.ts"
},
"tasks": {
"dev": "deno run --watch src/index.ts",
"check-ts": "deno check src/index.ts",
"test": "deno test --allow-env --allow-net --allow-read --allow-run --allow-write --unstable-worker-options",
"test": "deno test --allow-env --allow-net --allow-read --allow-run --allow-write --allow-sys --unstable-worker-options",
"hook": "deno run --allow-read --allow-run --allow-write https://deno.land/x/[email protected]/mod.ts"
},
"imports": {
Expand Down Expand Up @@ -40,6 +40,8 @@
"micromark-extension-mdxjs": "npm:micromark-extension-mdxjs@^3.0.0",
"ollama": "npm:ollama@^0.5.9",
"ora": "npm:ora@^8.1.0",
"pino": "npm:pino@^9.5.0",
"pino-pretty": "npm:pino-pretty@^11.3.0",
"unist-builder": "npm:unist-builder@^4.0.0",
"unist-util-filter": "npm:unist-util-filter@^5.0.1",
"vscode-jsonrpc": "npm:vscode-jsonrpc@^8.2.1",
Expand Down
182 changes: 182 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 228fbfa

Please sign in to comment.