@memgrafter/flatagents 2.2.0 → 2.2.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/MACHINES.md +1 -1
- package/package.json +1 -1
- package/schemas/flatagent.d.ts +1 -1
- package/schemas/flatagent.slim.d.ts +1 -1
- package/schemas/flatagents-runtime.d.ts +1 -1
- package/schemas/flatagents-runtime.schema.json +1 -1
- package/schemas/flatagents-runtime.slim.d.ts +1 -1
- package/schemas/flatmachine.d.ts +1 -1
- package/schemas/flatmachine.slim.d.ts +1 -1
- package/schemas/profiles.d.ts +1 -1
- package/schemas/profiles.slim.d.ts +1 -1
package/MACHINES.md
CHANGED
package/package.json
CHANGED
package/schemas/flatagent.d.ts
CHANGED
|
@@ -252,7 +252,7 @@ export interface BackendConfig {
|
|
|
252
252
|
dynamodb_table?: string;
|
|
253
253
|
aws_region?: string;
|
|
254
254
|
}
|
|
255
|
-
export const SPEC_VERSION = "2.2.
|
|
255
|
+
export const SPEC_VERSION = "2.2.1";
|
|
256
256
|
export interface SDKRuntimeWrapper {
|
|
257
257
|
spec: "flatagents-runtime";
|
|
258
258
|
spec_version: typeof SPEC_VERSION;
|
package/schemas/flatmachine.d.ts
CHANGED
package/schemas/profiles.d.ts
CHANGED