Comparing version 8.0.0-beta.46 to 8.0.0-beta.47
@@ -20,2 +20,4 @@ const { knowledgeModule, where, Digraph } = require('./runtime').theprogrammablemind | ||
"((countOfPieces/*) [countingPieces] ([hasCountOfPieces]))", | ||
"([more] (countable/*))", | ||
"([less] (countable/*))", | ||
"([all])", | ||
@@ -49,2 +51,10 @@ // everything | ||
{ | ||
id: "more", | ||
bridge: "{ ...next(after[0]), more: operator, modifiers: append(['more'], after[0].modifiers) }", | ||
}, | ||
{ | ||
id: "less", | ||
bridge: "{ ...next(after[0]), less: operator, modifiers: append(['less'], after[0].modifiers) }", | ||
}, | ||
{ | ||
id: "quantifier", | ||
@@ -51,0 +61,0 @@ children: ['number', 'all'], |
@@ -297,6 +297,6 @@ { | ||
"argparse": "^2.0.1", | ||
"theprogrammablemind": "8.0.0-beta.46" | ||
"theprogrammablemind": "8.0.0-beta.47" | ||
}, | ||
"version": "8.0.0-beta.46", | ||
"version": "8.0.0-beta.47", | ||
"license": "UNLICENSED" | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36435357
791912
+ Addedtheprogrammablemind@8.0.0-beta.47(transitive)
- Removedtheprogrammablemind@8.0.0-beta.46(transitive)