effect-agent 0.0.1-beta.6 → 0.1.0-beta.8

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "effect-agent",
3
- "version": "0.0.1-beta.6",
3
+ "version": "0.1.0-beta.8",
4
+ "exports": {
5
+ ".": {
6
+ "types": "./dist/index.d.mts",
7
+ "default": "./dist/index.mjs"
8
+ }
9
+ },
10
+ "dependencies": {
11
+ "@effect-agent/capabilities": "0.1.0-beta.8",
12
+ "@effect-agent/core": "0.1.0-beta.8",
13
+ "@effect-agent/engine": "0.1.0-beta.8",
14
+ "effect": "4.0.0-beta.107"
15
+ },
4
16
  "description": "Effect-native autonomous agents: the complete pure authoring and running surface of the Effect Agent framework in one package — schema-first definitions, the bounded interpreter, and operational capabilities.",
5
17
  "license": "MIT",
6
18
  "repository": {
@@ -13,12 +25,6 @@
13
25
  "src"
14
26
  ],
15
27
  "type": "module",
16
- "exports": {
17
- ".": {
18
- "types": "./dist/index.d.mts",
19
- "default": "./dist/index.mjs"
20
- }
21
- },
22
28
  "publishConfig": {
23
29
  "access": "public"
24
30
  },
@@ -27,12 +33,6 @@
27
33
  "check": "tsc --noEmit -p tsconfig.json",
28
34
  "test": "vp test --passWithNoTests"
29
35
  },
30
- "dependencies": {
31
- "@effect-agent/capabilities": "0.0.1-beta.6",
32
- "@effect-agent/core": "0.0.1-beta.6",
33
- "@effect-agent/engine": "0.0.1-beta.6",
34
- "effect": "4.0.0-beta.107"
35
- },
36
36
  "devDependencies": {
37
37
  "typescript": "7.0.2",
38
38
  "vite-plus": "0.2.6"