@ngil/form-cva 1.2.1 → 1.3.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 +49 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngil/form-cva",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0"
|
|
6
6
|
},
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"default": {
|
|
20
20
|
"name": "@ngil/form-cva",
|
|
21
|
-
"version": "1.
|
|
21
|
+
"version": "1.3.0",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"tslib": "^2.3.0"
|
|
24
24
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"default": {
|
|
38
38
|
"name": "@ngil/form-cva",
|
|
39
|
-
"version": "1.
|
|
39
|
+
"version": "1.2.1",
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"tslib": "^2.3.0"
|
|
42
42
|
},
|
|
@@ -46,9 +46,15 @@
|
|
|
46
46
|
"directory": "/libs/ngil/ui/common/cva"
|
|
47
47
|
},
|
|
48
48
|
"homepage": "https://github.com/allanartuso/ngdux/tree/master/libs/ngil/ui/common/cva#readme",
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"@angular/core": "^15.0.0",
|
|
51
|
+
"@angular/forms": "^15.0.0",
|
|
52
|
+
"rxjs": "^7.0.0",
|
|
53
|
+
"@angular/common": "^15.0.0"
|
|
54
|
+
},
|
|
49
55
|
"default": {
|
|
50
56
|
"name": "@ngil/form-cva",
|
|
51
|
-
"version": "
|
|
57
|
+
"version": "1.2.0",
|
|
52
58
|
"dependencies": {
|
|
53
59
|
"tslib": "^2.3.0"
|
|
54
60
|
},
|
|
@@ -57,13 +63,45 @@
|
|
|
57
63
|
"url": "git@github.com:allanartuso/ngdux.git",
|
|
58
64
|
"directory": "/libs/ngil/ui/common/cva"
|
|
59
65
|
},
|
|
60
|
-
"homepage": "https://github.com/allanartuso/ngdux/tree/master/libs/ngil/ui/common/cva#readme"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
66
|
+
"homepage": "https://github.com/allanartuso/ngdux/tree/master/libs/ngil/ui/common/cva#readme",
|
|
67
|
+
"peerDependencies": {
|
|
68
|
+
"@angular/core": "^15.0.0",
|
|
69
|
+
"@angular/forms": "^15.0.0",
|
|
70
|
+
"rxjs": "^7.0.0",
|
|
71
|
+
"@angular/common": "^15.0.0"
|
|
72
|
+
},
|
|
73
|
+
"default": {
|
|
74
|
+
"name": "@ngil/form-cva",
|
|
75
|
+
"version": "1.1.1",
|
|
76
|
+
"dependencies": {
|
|
77
|
+
"tslib": "^2.3.0"
|
|
78
|
+
},
|
|
79
|
+
"repository": {
|
|
80
|
+
"type": "git",
|
|
81
|
+
"url": "git@github.com:allanartuso/ngdux.git",
|
|
82
|
+
"directory": "/libs/ngil/ui/common/cva"
|
|
83
|
+
},
|
|
84
|
+
"homepage": "https://github.com/allanartuso/ngdux/tree/master/libs/ngil/ui/common/cva#readme",
|
|
85
|
+
"default": {
|
|
86
|
+
"name": "@ngil/form-cva",
|
|
87
|
+
"version": "0.1.0",
|
|
88
|
+
"dependencies": {
|
|
89
|
+
"tslib": "^2.3.0"
|
|
90
|
+
},
|
|
91
|
+
"repository": {
|
|
92
|
+
"type": "git",
|
|
93
|
+
"url": "git@github.com:allanartuso/ngdux.git",
|
|
94
|
+
"directory": "/libs/ngil/ui/common/cva"
|
|
95
|
+
},
|
|
96
|
+
"homepage": "https://github.com/allanartuso/ngdux/tree/master/libs/ngil/ui/common/cva#readme"
|
|
97
|
+
},
|
|
98
|
+
"peerDependencies": {
|
|
99
|
+
"@angular/core": "^15.0.0",
|
|
100
|
+
"@angular/forms": "^15.0.0",
|
|
101
|
+
"rxjs": "^7.0.0",
|
|
102
|
+
"@angular/common": "^15.0.0"
|
|
103
|
+
}
|
|
104
|
+
}
|
|
67
105
|
}
|
|
68
106
|
}
|
|
69
107
|
},
|