@elizaos/schemas 2.0.0-alpha.65 → 2.0.0-alpha.67

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/buf.gen.yaml +2 -2
  2. package/package.json +2 -2
package/buf.gen.yaml CHANGED
@@ -16,11 +16,11 @@ plugins:
16
16
  - import_extension=.js
17
17
 
18
18
  # Python generation using standard protobuf
19
- - remote: buf.build/protocolbuffers/python
19
+ - remote: buf.build/protocolbuffers/python:v29.3
20
20
  out: ../python/elizaos/types/generated
21
21
 
22
22
  # Python type stubs
23
- - remote: buf.build/protocolbuffers/pyi
23
+ - remote: buf.build/protocolbuffers/pyi:v29.3
24
24
  out: ../python/elizaos/types/generated
25
25
 
26
26
  # Rust generation using prost (WASM-compatible)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/schemas",
3
- "version": "2.0.0-alpha.65",
3
+ "version": "2.0.0-alpha.67",
4
4
  "description": "Protocol Buffer schemas for elizaOS - single source of truth for all types",
5
5
  "files": [
6
6
  "eliza",
@@ -26,5 +26,5 @@
26
26
  "devDependencies": {
27
27
  "@bufbuild/buf": "^1.47.2"
28
28
  },
29
- "gitHead": "040f8ced6dafeaa98d8f85c8e0eb4c5306d28131"
29
+ "gitHead": "197684308ba4462a195efc7d60b2193c9943a9ea"
30
30
  }