toga-ai 1.0.83 → 1.0.84
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/knowledge.js +1 -1
- package/package.json +1 -1
package/knowledge.js
CHANGED
|
@@ -30,7 +30,7 @@ const path = require('path');
|
|
|
30
30
|
|
|
31
31
|
const ROOT = path.join(__dirname, 'knowledge');
|
|
32
32
|
const REGISTRY = path.join(ROOT, 'registry.json');
|
|
33
|
-
const FRAMEWORKS = ['1.0', '2.0'];
|
|
33
|
+
const FRAMEWORKS = ['1.0', '2.0', 'standalone'];
|
|
34
34
|
const DOC_TYPES = ['feature', 'client-feature', 'workflow', 'architecture', 'standard', 'profile'];
|
|
35
35
|
const ELEVATED_TYPES = ['architecture', 'standard'];
|
|
36
36
|
|
package/package.json
CHANGED