@ag-ui/encoder 1.0.0-canary.1789569879.0 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +6 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # Changelog
2
+
3
+ ## 1.0.0 — 2026-09-17
4
+
5
+ - Updated for the 1.0 release, including generated models, the enforcement pipeline, protobuf wire, and compatibility middleware.
6
+
7
+ ### Breaking changes
8
+
9
+ None.
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "@ag-ui/encoder",
3
3
  "author": "Markus Ecker <markus.ecker@gmail.com>",
4
- "version": "1.0.0-canary.1789569879.0",
4
+ "version": "1.0.0",
5
+ "agui": {
6
+ "protocolVersion": "1.0"
7
+ },
5
8
  "license": "MIT",
6
9
  "repository": {
7
10
  "type": "git",
@@ -15,8 +18,8 @@
15
18
  "module": "./dist/index.mjs",
16
19
  "types": "./dist/index.d.ts",
17
20
  "dependencies": {
18
- "@ag-ui/core": "1.0.0-canary.1789569879.0",
19
- "@ag-ui/proto": "1.0.0-canary.1789569879.0"
21
+ "@ag-ui/core": "1.0.0",
22
+ "@ag-ui/proto": "1.0.0"
20
23
  },
21
24
  "devDependencies": {
22
25
  "@vitest/coverage-istanbul": "^4.0.18",