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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beanbagdb",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "A JS library to introduce a schema layer to a No-SQL local database",
5
5
  "main": "src/index.js",
6
6
  "module": "src/index.js",
@@ -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",