@stndrds/schema 1.0.0-alpha.129 → 1.0.0-alpha.131

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/dist/index.d.mts CHANGED
@@ -1089,7 +1089,6 @@ interface AgentMessageAttachment {
1089
1089
  name: string;
1090
1090
  mimeType: string;
1091
1091
  size: number;
1092
- url?: string;
1093
1092
  }
1094
1093
  interface TimeoutPolicy {
1095
1094
  timeoutMs: number;
package/dist/index.d.ts CHANGED
@@ -1089,7 +1089,6 @@ interface AgentMessageAttachment {
1089
1089
  name: string;
1090
1090
  mimeType: string;
1091
1091
  size: number;
1092
- url?: string;
1093
1092
  }
1094
1093
  interface TimeoutPolicy {
1095
1094
  timeoutMs: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stndrds/schema",
3
- "version": "1.0.0-alpha.129",
3
+ "version": "1.0.0-alpha.131",
4
4
  "description": "Standard schema definitions and utilities",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -131,7 +131,7 @@
131
131
  "expr-eval": "^2.0.2",
132
132
  "libphonenumber-js": "^1.12.31",
133
133
  "zod": "^4.2.1",
134
- "@stndrds/constants": "1.0.0-alpha.129"
134
+ "@stndrds/constants": "1.0.0-alpha.131"
135
135
  },
136
136
  "devDependencies": {
137
137
  "@types/node": "^25.0.3",