beanbagdb 0.6.2 → 0.6.3

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.6.2",
3
+ "version": "0.6.3",
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",
@@ -369,7 +369,7 @@ export const default_app = {
369
369
  system_generated: true,
370
370
  title: "Executable script",
371
371
  active: true,
372
- version: 0.1,
372
+ version: 0.2,
373
373
  description: "To create scripts that implement some logic. Can run both on browser and client.",
374
374
  schema: {
375
375
  type: "object",