beanbagdb 0.7.0 → 0.7.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/package.json +1 -1
- package/src/system_schema.js +1 -1
package/package.json
CHANGED
package/src/system_schema.js
CHANGED
|
@@ -286,7 +286,7 @@ export const default_app = {
|
|
|
286
286
|
title: "Edge in the system graph",
|
|
287
287
|
active: true,
|
|
288
288
|
system_generated: true,
|
|
289
|
-
version: 1,
|
|
289
|
+
version: 1.5,
|
|
290
290
|
description: "To define edges in the simple directed graph of records.",
|
|
291
291
|
schema: {
|
|
292
292
|
type: "object",
|