Skip to content

Commit

Permalink
0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
darielnoel committed Jul 17, 2024
1 parent df4e2d7 commit ef22c07
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

25 changes: 12 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "agenticjs",
"version": "0.0.10",
"version": "0.0.11",
"description": "AI Multi-Agent library for Javascript Developers.",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"unpkg": "dist/bundle.umd.js",
"scripts": {
"build": "npx rollup -c",
"build:test": "TEST_ENV=mocked-llm-apis npx rollup -c",
"dev": "NODE_ENV=development npx rollup -c -w",
"test": "npm run build:test && test:integration",
"test:watch": "TEST_ENV=mocked-llm-apis jest --testPathPattern='tests/e2e' --watch",
"test:debug": "TEST_ENV=mocked-llm-apis node --inspect-brk node_modules/.bin/jest --runInBand --verbose",
"test:prod": "npm run build && jest",
"test:integration": "TEST_ENV=mocked-llm-apis jest --testPathPattern='tests/e2e'",
"test:e2e": "TEST_ENV=real-llm-apis jest --testPathPattern='tests/e2e'",
"play-react": "cd playground/react && npm run dev",
"play-node": "cd playground/nodejs && node index.js"
"build": "npx rollup -c",
"build:test": "TEST_ENV=mocked-llm-apis npx rollup -c",
"dev": "NODE_ENV=development npx rollup -c -w",
"test": "npm run build:test && test:integration",
"test:watch": "TEST_ENV=mocked-llm-apis jest --testPathPattern='tests/e2e' --watch",
"test:debug": "TEST_ENV=mocked-llm-apis node --inspect-brk node_modules/.bin/jest --runInBand --verbose",
"test:prod": "npm run build && jest",
"test:integration": "TEST_ENV=mocked-llm-apis jest --testPathPattern='tests/e2e'",
"test:e2e": "TEST_ENV=real-llm-apis jest --testPathPattern='tests/e2e'",
"play-react": "cd playground/react && npm run dev",
"play-node": "cd playground/nodejs && node index.js"
},

"packageManager": "npm@9.8.1",
"repository": {
"type": "git",
Expand Down

0 comments on commit ef22c07

Please sign in to comment.