@ruc-lib/metaform 3.1.1 → 3.2.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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -24,8 +24,8 @@ Please ensure you install the correct version of `@ruc-lib/metaform` based on yo
|
|
|
24
24
|
|
|
25
25
|
| Angular Version | Compatible `@ruc-lib/metaform` Version |
|
|
26
26
|
|--------------------|--------------------------------------------|
|
|
27
|
-
| 15.x.x | `npm install @ruc-lib/metaform@^3.
|
|
28
|
-
| 16.x.x | `npm install @ruc-lib/metaform@^3.
|
|
27
|
+
| 15.x.x | `npm install @ruc-lib/metaform@^3.2.0` |
|
|
28
|
+
| 16.x.x | `npm install @ruc-lib/metaform@^3.2.0` |
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
## Usage
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ruc-lib/metaform",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@ruc-lib/multi-file-upload": "3.
|
|
7
|
-
"@ruc-lib/multi-select": "3.
|
|
6
|
+
"@ruc-lib/multi-file-upload": "3.2.0",
|
|
7
|
+
"@ruc-lib/multi-select": "3.2.0",
|
|
8
8
|
"@angular/material": "^15.2.0",
|
|
9
9
|
"@angular/core": ">=15.0.0 <18.0.0",
|
|
10
10
|
"@angular/common": ">=15.0.0 <18.0.0",
|