Skip to content

Commit 89e6cc0

Browse files
committed
build: bump package.json version - v0.0.16
1 parent c3f2fba commit 89e6cc0

File tree

9 files changed

+18
-5
lines changed

9 files changed

+18
-5
lines changed

dist/lib/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export * from './utils/portfolio';
33
export * from './utils/llm/mockedAI';
44
export * from './utils/llm/gemini';
55
export * from './utils/llm/grok';
6-
export * from './utils/llm/structures/zod';
6+
export * from './utils/llm/structures';
77
export * from './utils/prompts';
88
export * from './utils/strategies';
99
export * from './utils/errors';

dist/lib/index.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export * from './common';
2+
export * from './google';
3+
export * from './zod';
4+
//# sourceMappingURL=index.d.ts.map

dist/lib/utils/llm/structures/index.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/utils/llm/structures/index.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/utils/llm/structures/index.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aura",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"main": "dist/lib/index.js",
55
"repository": "[email protected]:AmbireTech/aura.git",
66
"description": "Recommendation engine and onchain activity analyzer that leverages publicly available data from Ethereum and Layer 2 blockchains",

0 commit comments

Comments
 (0)