@@ -1,6 +1,6 @@
{
"name": "automa",
- "version": "0.8.4",
+ "version": "0.9.0",
"description": "An extension for automating your browser by connecting blocks",
"license": "MIT",
"repository": {
@@ -29,6 +29,7 @@
<prism-editor
v-if="state.blockResult"
v-model="state.blockResult"
+ readonly
:highlight="highlighter('json')"
class="h-full scroll mt-2"
/>