forms-angular 0.12.0-beta.326 → 0.12.0-beta.327

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.
@@ -1077,6 +1077,7 @@ export class FormsAngular {
1077
1077
  case "$project":
1078
1078
  case "$addFields":
1079
1079
  case "$count":
1080
+ case "$facet":
1080
1081
  case "$group":
1081
1082
  case "$unset":
1082
1083
  case "$limit":
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
8
8
  "homepage": "http://forms-angular.org",
9
- "version": "0.12.0-beta.326",
9
+ "version": "0.12.0-beta.327",
10
10
  "packageManager": "npm@10.2.4",
11
11
  "type": "module",
12
12
  "engines": {