Skip to content

Commit f432d82

Browse files
authoredOct 9, 2024
🔥 Clean (#82)
1. Reorg exports/imports so people can directly import `agent_dart_base/agent_dart_base.dart` or `agent_dart/agent_dart.dart` without conflicts as much as possible. 2. Improve test equality checks. 3. Remove unnecessary deps.
2 parents 42125eb + aae0ea1 commit f432d82

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+346
-272
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ that can be found in the LICENSE file. -->
44

55
# Changelog
66

7+
## 1.0.0-dev.26
8+
9+
- Reorg exports/imports so people can directly import `agent_dart_base/agent_dart_base.dart`
10+
or `agent_dart/agent_dart.dart` without conflicts as much as possible.
11+
- Improve test equality checks.
12+
- Remove unnecessary deps.
13+
714
## 1.0.0-dev.25
815

916
- Prepare for monorepo.

‎packages/agent_dart/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: agent_dart
2-
version: 1.0.0-dev.25
2+
version: 1.0.0-dev.26
33

44
description: |
55
An agent library built for Internet Computer,

0 commit comments

Comments
 (0)
Please sign in to comment.