@mj-biz-apps/common-ng 5.29.0 → 5.30.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.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mj-biz-apps/common-ng",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.30.1",
|
|
5
5
|
"description": "BizApps Common Angular bootstrap - form components and module for the Common business entities Open App",
|
|
6
6
|
"main": "dist/public-api.js",
|
|
7
7
|
"types": "dist/public-api.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"author": "MemberJunction.com",
|
|
19
19
|
"license": "ISC",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@mj-biz-apps/common-entities": "5.
|
|
21
|
+
"@mj-biz-apps/common-entities": "5.30.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@angular/animations": ">=21.0.0 <22.0.0",
|