@elizaos/core 0.1.9 → 0.25.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.
@@ -3,7 +3,7 @@ import {
3
3
  hashToCurve,
4
4
  schnorr,
5
5
  secp256k1
6
- } from "./chunk-4L6P6TY5.js";
6
+ } from "./chunk-3M76AWJP.js";
7
7
  import "./chunk-PR4QN5HX.js";
8
8
  export {
9
9
  encodeToCurve,
@@ -11,4 +11,4 @@ export {
11
11
  schnorr,
12
12
  secp256k1
13
13
  };
14
- //# sourceMappingURL=secp256k1-QUTB2QC2.js.map
14
+ //# sourceMappingURL=secp256k1-POFHGYGH.js.map
package/package.json CHANGED
@@ -1,97 +1,99 @@
1
1
  {
2
- "name": "@elizaos/core",
3
- "version": "0.1.9",
4
- "description": "",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "module": "dist/index.js",
8
- "types": "dist/index.d.ts",
9
- "exports": {
10
- "./package.json": "./package.json",
11
- ".": {
12
- "import": {
13
- "@elizaos/source": "./src/index.ts",
14
- "types": "./dist/index.d.ts",
15
- "default": "./dist/index.js"
16
- }
17
- }
18
- },
19
- "files": [
20
- "dist"
21
- ],
22
- "scripts": {
23
- "build": "tsup --format esm --dts",
24
- "watch": "tsc --watch",
25
- "dev": "tsup --format esm --dts --watch",
26
- "build:docs": "cd docs && pnpm run build",
27
- "test": "vitest run",
28
- "test:coverage": "vitest run --coverage",
29
- "test:watch": "vitest"
30
- },
31
- "author": "",
32
- "license": "MIT",
33
- "devDependencies": {
34
- "@eslint/js": "9.16.0",
35
- "@rollup/plugin-commonjs": "25.0.8",
36
- "@rollup/plugin-json": "6.1.0",
37
- "@rollup/plugin-node-resolve": "15.3.0",
38
- "@rollup/plugin-replace": "5.0.7",
39
- "@rollup/plugin-terser": "0.1.0",
40
- "@rollup/plugin-typescript": "11.1.6",
41
- "@solana/web3.js": "npm:@solana/web3.js@1.95.8",
42
- "@types/fluent-ffmpeg": "2.1.27",
43
- "@types/jest": "29.5.14",
44
- "@types/mocha": "10.0.10",
45
- "@types/node": "22.8.4",
46
- "@types/pdfjs-dist": "2.10.378",
47
- "@types/tar": "6.1.13",
48
- "@types/wav-encoder": "1.3.3",
49
- "@typescript-eslint/eslint-plugin": "8.16.0",
50
- "@typescript-eslint/parser": "8.16.0",
51
- "@vitest/coverage-v8": "2.1.5",
52
- "jest": "29.7.0",
53
- "lint-staged": "15.2.10",
54
- "nodemon": "3.1.7",
55
- "pm2": "5.4.3",
56
- "rimraf": "6.0.1",
57
- "rollup": "2.79.2",
58
- "ts-jest": "29.2.5",
59
- "ts-node": "10.9.2",
60
- "tslib": "2.8.1",
61
- "tsup": "8.3.5",
62
- "typescript": "5.6.3"
63
- },
64
- "dependencies": {
65
- "@ai-sdk/amazon-bedrock": "1.1.0",
66
- "@ai-sdk/anthropic": "0.0.56",
67
- "@ai-sdk/google": "0.0.55",
68
- "@ai-sdk/google-vertex": "0.0.43",
69
- "@ai-sdk/groq": "0.0.3",
70
- "@ai-sdk/mistral": "1.0.9",
71
- "@ai-sdk/openai": "1.0.5",
72
- "@fal-ai/client": "1.2.0",
73
- "@tavily/core": "^0.0.2",
74
- "@types/uuid": "10.0.0",
75
- "ai": "3.4.33",
76
- "anthropic-vertex-ai": "1.0.2",
77
- "dotenv": "16.4.5",
78
- "fastembed": "1.14.1",
79
- "fastestsmallesttextencoderdecoder": "1.0.22",
80
- "gaxios": "6.7.1",
81
- "glob": "11.0.0",
82
- "handlebars": "^4.7.8",
83
- "js-sha1": "0.7.0",
84
- "js-tiktoken": "1.0.15",
85
- "langchain": "0.3.6",
86
- "ollama-ai-provider": "0.16.1",
87
- "openai": "4.73.0",
88
- "pino": "^9.6.0",
89
- "pino-pretty": "^13.0.0",
90
- "tinyld": "1.3.4",
91
- "together-ai": "0.7.0",
92
- "unique-names-generator": "4.7.1",
93
- "uuid": "11.0.3",
94
- "zod": "3.23.8"
95
- },
96
- "gitHead": "ffa4c1dcdacc096d5b451f246b53fbaa266b0f64"
2
+ "name": "@elizaos/core",
3
+ "version": "0.25.8",
4
+ "description": "",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "module": "dist/index.js",
8
+ "types": "dist/index.d.ts",
9
+ "exports": {
10
+ "./package.json": "./package.json",
11
+ ".": {
12
+ "import": {
13
+ "@elizaos/source": "./src/index.ts",
14
+ "types": "./dist/index.d.ts",
15
+ "default": "./dist/index.js"
16
+ }
17
+ }
18
+ },
19
+ "files": [
20
+ "dist"
21
+ ],
22
+ "scripts": {
23
+ "build": "tsup --format esm --dts",
24
+ "watch": "tsc --watch",
25
+ "dev": "tsup --format esm --dts --watch",
26
+ "build:docs": "cd docs && pnpm run build",
27
+ "test": "vitest run",
28
+ "test:coverage": "vitest run --coverage",
29
+ "test:watch": "vitest"
30
+ },
31
+ "author": "",
32
+ "license": "MIT",
33
+ "devDependencies": {
34
+ "@eslint/js": "9.16.0",
35
+ "@rollup/plugin-commonjs": "25.0.8",
36
+ "@rollup/plugin-json": "6.1.0",
37
+ "@rollup/plugin-node-resolve": "15.3.0",
38
+ "@rollup/plugin-replace": "5.0.7",
39
+ "@rollup/plugin-terser": "0.1.0",
40
+ "@rollup/plugin-typescript": "11.1.6",
41
+ "@solana/web3.js": "npm:@solana/web3.js@1.95.8",
42
+ "@types/fluent-ffmpeg": "2.1.27",
43
+ "@types/jest": "29.5.14",
44
+ "@types/mocha": "10.0.10",
45
+ "@types/node": "22.8.4",
46
+ "@types/pdfjs-dist": "2.10.378",
47
+ "@types/tar": "6.1.13",
48
+ "@types/wav-encoder": "1.3.3",
49
+ "@typescript-eslint/eslint-plugin": "8.16.0",
50
+ "@typescript-eslint/parser": "8.16.0",
51
+ "@vitest/coverage-v8": "2.1.5",
52
+ "jest": "29.7.0",
53
+ "lint-staged": "15.2.10",
54
+ "nodemon": "3.1.7",
55
+ "pm2": "5.4.3",
56
+ "rimraf": "6.0.1",
57
+ "rollup": "2.79.2",
58
+ "ts-jest": "29.2.5",
59
+ "ts-node": "10.9.2",
60
+ "tslib": "2.8.1",
61
+ "tsup": "8.3.5",
62
+ "typescript": "5.6.3"
63
+ },
64
+ "dependencies": {
65
+ "@ai-sdk/amazon-bedrock": "1.1.6",
66
+ "@ai-sdk/anthropic": "1.1.6",
67
+ "@ai-sdk/google": "1.1.0",
68
+ "@ai-sdk/google-vertex": "2.1.11",
69
+ "@ai-sdk/groq": "1.1.7",
70
+ "@ai-sdk/mistral": "1.1.6",
71
+ "@ai-sdk/openai": "1.1.9",
72
+ "@fal-ai/client": "1.2.0",
73
+ "@tavily/core": "^0.0.2",
74
+ "@types/uuid": "10.0.0",
75
+ "ai": "4.1.16",
76
+ "anthropic-vertex-ai": "1.0.2",
77
+ "bignumber.js": "9.1.2",
78
+ "dotenv": "16.4.5",
79
+ "fastembed": "1.14.1",
80
+ "fastestsmallesttextencoderdecoder": "1.0.22",
81
+ "gaxios": "6.7.1",
82
+ "glob": "11.0.0",
83
+ "handlebars": "^4.7.8",
84
+ "js-sha1": "0.7.0",
85
+ "js-tiktoken": "1.0.15",
86
+ "ollama-ai-provider": "0.16.1",
87
+ "openai": "4.82.0",
88
+ "pino": "^9.6.0",
89
+ "pino-pretty": "^13.0.0",
90
+ "tinyld": "1.3.4",
91
+ "together-ai": "0.7.0",
92
+ "unique-names-generator": "4.7.1",
93
+ "uuid": "11.0.3"
94
+ },
95
+ "publishConfig": {
96
+ "access": "public"
97
+ },
98
+ "gitHead": "c04f89aa880196967228c890fe16f852c0dd8b48"
97
99
  }