ur-agent 1.40.0 → 1.40.1
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/CHANGELOG.md +7 -0
- package/dist/cli.js +5451 -7291
- package/documentation/index.html +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.40.1
|
|
4
|
+
|
|
5
|
+
- Pin `diff` to ^7 and OpenTelemetry packages to 2.6.1/0.214.0 to match the
|
|
6
|
+
source API, fixing type errors from accidental dependency bumps, and rebuild
|
|
7
|
+
the shipped bundle against these versions.
|
|
8
|
+
- Update branding and A2A delegation tests for the `ur-agent` package name.
|
|
9
|
+
|
|
3
10
|
## 1.40.0
|
|
4
11
|
|
|
5
12
|
- Version bump: align package, build macro, VS Code extension, docs eyebrow, and
|