@grumptech/ngx-formly-editor 1.0.0 → 1.0.1

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grumptech/ngx-formly-editor",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Part of the Formly Designer libraries. Provides the editor used by Formly Designer.",
5
5
  "author": "GrumpTech",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -23,6 +23,7 @@
23
23
  "@angular/material": ">=19.0.0",
24
24
  "@ngx-formly/core": ">=7.0.0",
25
25
  "@grumptech/formly-converters": "^1.0.0",
26
+ "@grumptech/ngx-formly-ui-editor": "^1.0.0",
26
27
  "@grumptech/ngx-matx": "^1.0.0",
27
28
  "json5": "^2.2.3",
28
29
  "rxjs": "^7.8.2"