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 +1 -1
- package/src/system_schema.js +1 -1
package/package.json
CHANGED
package/src/system_schema.js
CHANGED
|
@@ -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.
|
|
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",
|