@elizaos/core 0.1.8 → 0.1.9

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.
@@ -0,0 +1,14 @@
1
+ import {
2
+ encodeToCurve,
3
+ hashToCurve,
4
+ schnorr,
5
+ secp256k1
6
+ } from "./chunk-4L6P6TY5.js";
7
+ import "./chunk-PR4QN5HX.js";
8
+ export {
9
+ encodeToCurve,
10
+ hashToCurve,
11
+ schnorr,
12
+ secp256k1
13
+ };
14
+ //# sourceMappingURL=secp256k1-QUTB2QC2.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,96 +1,97 @@
1
1
  {
2
- "name": "@elizaos/core",
3
- "version": "0.1.8+build.1",
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
- "lint": "eslint --fix --cache .",
25
- "watch": "tsc --watch",
26
- "dev": "tsup --format esm --dts --watch",
27
- "build:docs": "cd docs && pnpm run build",
28
- "test": "vitest run",
29
- "test:coverage": "vitest run --coverage",
30
- "test:watch": "vitest"
31
- },
32
- "author": "",
33
- "license": "MIT",
34
- "devDependencies": {
35
- "@eslint/js": "9.16.0",
36
- "@rollup/plugin-commonjs": "25.0.8",
37
- "@rollup/plugin-json": "6.1.0",
38
- "@rollup/plugin-node-resolve": "15.3.0",
39
- "@rollup/plugin-replace": "5.0.7",
40
- "@rollup/plugin-terser": "0.1.0",
41
- "@rollup/plugin-typescript": "11.1.6",
42
- "@solana/web3.js": "1.95.8",
43
- "@tavily/core": "^0.0.2",
44
- "@types/fluent-ffmpeg": "2.1.27",
45
- "@types/jest": "29.5.14",
46
- "@types/mocha": "10.0.10",
47
- "@types/node": "22.8.4",
48
- "@types/pdfjs-dist": "2.10.378",
49
- "@types/tar": "6.1.13",
50
- "@types/wav-encoder": "1.3.3",
51
- "@typescript-eslint/eslint-plugin": "8.16.0",
52
- "@typescript-eslint/parser": "8.16.0",
53
- "@vitest/coverage-v8": "2.1.5",
54
- "dotenv": "16.4.5",
55
- "jest": "29.7.0",
56
- "lint-staged": "15.2.10",
57
- "nodemon": "3.1.7",
58
- "pm2": "5.4.3",
59
- "rimraf": "6.0.1",
60
- "rollup": "2.79.2",
61
- "ts-jest": "29.2.5",
62
- "ts-node": "10.9.2",
63
- "tslib": "2.8.1",
64
- "tsup": "8.3.5",
65
- "typescript": "5.6.3"
66
- },
67
- "dependencies": {
68
- "@ai-sdk/anthropic": "0.0.56",
69
- "@ai-sdk/google": "0.0.55",
70
- "@ai-sdk/google-vertex": "0.0.43",
71
- "@ai-sdk/groq": "0.0.3",
72
- "@ai-sdk/mistral": "^1.0.8",
73
- "@ai-sdk/openai": "1.0.5",
74
- "@anthropic-ai/sdk": "0.30.1",
75
- "@fal-ai/client": "1.2.0",
76
- "@types/uuid": "10.0.0",
77
- "ai": "3.4.33",
78
- "anthropic-vertex-ai": "1.0.2",
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
- "langchain": "0.3.6",
87
- "ollama-ai-provider": "0.16.1",
88
- "openai": "4.73.0",
89
- "tinyld": "1.3.4",
90
- "together-ai": "0.7.0",
91
- "unique-names-generator": "4.7.1",
92
- "uuid": "11.0.3",
93
- "zod": "3.23.8"
94
- },
95
- "gitHead": "d55c86c961960b4b34528c358eb34b2ff4b34d87"
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"
96
97
  }