@falai/agent 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@falai/agent",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Conversational state engine for TypeScript where the AI understands, but the code is in control",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -53,8 +53,7 @@
53
53
  "prepublishOnly": "bun run lint && bun run typecheck && bun run typecheck:examples && bun run build && bun run test",
54
54
  "release:patch": "bun pm version patch && bun publish",
55
55
  "release:minor": "bun pm version minor && bun publish",
56
- "release:major": "bun pm version major && bun publish && bun run release:pointer",
57
- "release:pointer": "node -e \"const v=require('./package.json').version,p='./pointer/package.json',j=require(p);j.version=v;j.dependencies['@falai/agent']='^'+v.split('.')[0]+'.0.0';require('fs').writeFileSync(p,JSON.stringify(j,null,2)+'\\n')\" && cd pointer && bun install && bun publish",
56
+ "release:major": "bun pm version major && bun publish",
58
57
  "release:alpha": "bun publish --tag alpha",
59
58
  "release": "bun publish",
60
59
  "test": "bun test tests/*.test.ts"
@@ -93,7 +92,7 @@
93
92
  "typescript-eslint": "^8.18.2"
94
93
  },
95
94
  "dependencies": {
96
- "@providerkit/core": "^0.4.1",
95
+ "@providerkit/core": "^0.4.3",
97
96
  "loglevel": "^1.9.2"
98
97
  },
99
98
  "peerDependencies": {