@memberjunction/ng-entity-form-dialog 1.3.3 → 1.4.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-entity-form-dialog",
3
- "version": "1.3.3",
3
+ "version": "1.4.0",
4
4
  "description": "MemberJunction: Dialog component that is able to display any entity form in a modal dialog",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -25,12 +25,12 @@
25
25
  "@angular/router": "~17.2.2"
26
26
  },
27
27
  "dependencies": {
28
- "@memberjunction/core-entities": "~1.3.3",
29
- "@memberjunction/global": "~1.3.3",
30
- "@memberjunction/core": "~1.3.3",
31
- "@memberjunction/ng-container-directives": "~1.3.3",
32
- "@memberjunction/ng-shared": "~1.3.3",
33
- "@memberjunction/ng-base-forms": "~1.3.3",
28
+ "@memberjunction/core-entities": "~1.4.0",
29
+ "@memberjunction/global": "~1.4.0",
30
+ "@memberjunction/core": "~1.4.0",
31
+ "@memberjunction/ng-container-directives": "~1.4.0",
32
+ "@memberjunction/ng-shared": "~1.4.0",
33
+ "@memberjunction/ng-base-forms": "~1.4.0",
34
34
  "@progress/kendo-angular-buttons": "~15.1.0",
35
35
  "@progress/kendo-angular-dialog": "~15.1.0",
36
36
  "tslib": "^2.3.0"