@alexnetrebskii/hive-agent 2.7.0 → 2.8.0
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.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
> **This package has been renamed to [`tuplet`](https://www.npmjs.com/package/tuplet).** Install the new package: `npm install tuplet`
|
|
2
|
+
>
|
|
3
|
+
> This package (`@alexnetrebskii/hive-agent`) will continue to receive updates for a limited time but is deprecated.
|
|
4
|
+
|
|
1
5
|
# Tuplet
|
|
2
6
|
|
|
7
|
+
> Formerly **Hive Agent** ([`@alexnetrebskii/hive-agent`](https://www.npmjs.com/package/@alexnetrebskii/hive-agent)) — same framework, new name.
|
|
8
|
+
|
|
3
9
|
[](https://www.npmjs.com/package/tuplet)
|
|
4
10
|
[](https://github.com/anetrebskii/hive-agent/actions)
|
|
5
11
|
[](https://github.com/anetrebskii/hive-agent/blob/main/LICENSE)
|
|
@@ -134,9 +140,3 @@ console.log(result.response)
|
|
|
134
140
|
## License
|
|
135
141
|
|
|
136
142
|
MIT
|
|
137
|
-
|
|
138
|
-
---
|
|
139
|
-
|
|
140
|
-
> **This package has been renamed to [`tuplet`](https://www.npmjs.com/package/tuplet).**
|
|
141
|
-
> Install the new package: `npm install tuplet`
|
|
142
|
-
> This package (`@alexnetrebskii/hive-agent`) will continue to receive updates for a limited time but is deprecated.
|