formative-memory 0.2.0 → 0.3.0

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.
@@ -66,7 +66,7 @@
66
66
  },
67
67
  "verbose": {
68
68
  "label": "Verbose Logging",
69
- "help": "Enable debug-level logging. Can also be enabled via FORMATIVE_MEMORY_DEBUG=1 environment variable."
69
+ "help": "Enable debug-level logging."
70
70
  },
71
71
  "logQueries": {
72
72
  "label": "Log Query Text",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "formative-memory",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Memory that actively forms around what matters.",
5
5
  "license": "MIT",
6
6
  "repository": {