@anglr/common 14.0.0-beta.20220603080259 → 14.0.0-beta.20220608122843
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/changelog.md +1 -1
- package/package.json +20 -20
- package/version.bak +1 -1
package/changelog.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anglr/common",
|
|
3
|
-
"version": "14.0.0-beta.
|
|
3
|
+
"version": "14.0.0-beta.20220608122843",
|
|
4
4
|
"description": "Angular module for common angular stuff",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -94,14 +94,14 @@
|
|
|
94
94
|
},
|
|
95
95
|
"homepage": "https://github.com/ressurectit/ng-common",
|
|
96
96
|
"peerDependencies": {
|
|
97
|
-
"@angular/core": ">=14.0.0
|
|
98
|
-
"@angular/common": ">=14.0.0
|
|
99
|
-
"@angular/forms": ">=14.0.0
|
|
100
|
-
"@angular/router": ">=14.0.0
|
|
101
|
-
"@angular/platform-browser": ">=14.0.0
|
|
102
|
-
"@angular/animations": ">=14.0.0
|
|
103
|
-
"@angular/cdk": ">=14.0.0
|
|
104
|
-
"@angular/material": ">=14.0.0
|
|
97
|
+
"@angular/core": ">=14.0.0",
|
|
98
|
+
"@angular/common": ">=14.0.0",
|
|
99
|
+
"@angular/forms": ">=14.0.0",
|
|
100
|
+
"@angular/router": ">=14.0.0",
|
|
101
|
+
"@angular/platform-browser": ">=14.0.0",
|
|
102
|
+
"@angular/animations": ">=14.0.0",
|
|
103
|
+
"@angular/cdk": ">=14.0.0",
|
|
104
|
+
"@angular/material": ">=14.0.0",
|
|
105
105
|
"@anglr/animations": ">=9.1.0",
|
|
106
106
|
"rxjs": ">=6.6.7",
|
|
107
107
|
"@jscrpt/common": ">=2.2.0",
|
|
@@ -116,14 +116,14 @@
|
|
|
116
116
|
"tslib": "^2.3.1"
|
|
117
117
|
},
|
|
118
118
|
"devDependencies": {
|
|
119
|
-
"@angular/core": "^14.0.0
|
|
120
|
-
"@angular/common": "^14.0.0
|
|
121
|
-
"@angular/router": "^14.0.0
|
|
122
|
-
"@angular/forms": "^14.0.0
|
|
123
|
-
"@angular/platform-browser": "^14.0.0
|
|
124
|
-
"@angular/animations": "^14.0.0
|
|
125
|
-
"@angular/cdk": "^14.0.0
|
|
126
|
-
"@angular/material": "^14.0.0
|
|
119
|
+
"@angular/core": "^14.0.0",
|
|
120
|
+
"@angular/common": "^14.0.0",
|
|
121
|
+
"@angular/router": "^14.0.0",
|
|
122
|
+
"@angular/forms": "^14.0.0",
|
|
123
|
+
"@angular/platform-browser": "^14.0.0",
|
|
124
|
+
"@angular/animations": "^14.0.0",
|
|
125
|
+
"@angular/cdk": "^14.0.0",
|
|
126
|
+
"@angular/material": "^14.0.0",
|
|
127
127
|
"@anglr/animations": "^9.1.0",
|
|
128
128
|
"rxjs": "^6.6.7",
|
|
129
129
|
"@jscrpt/common": "^2.2.0",
|
|
@@ -138,9 +138,9 @@
|
|
|
138
138
|
"@types/numeral": "^2.0.2",
|
|
139
139
|
"@types/store": "^2.0.2",
|
|
140
140
|
"@types/mousetrap": "^1.6.8",
|
|
141
|
-
"@angular/compiler-cli": "^14.0.0
|
|
142
|
-
"@angular/compiler": "^14.0.0
|
|
143
|
-
"@angular/language-service": "^14.0.0
|
|
141
|
+
"@angular/compiler-cli": "^14.0.0",
|
|
142
|
+
"@angular/compiler": "^14.0.0",
|
|
143
|
+
"@angular/language-service": "^14.0.0",
|
|
144
144
|
"@microsoft/api-extractor": "7.19.2",
|
|
145
145
|
"@microsoft/api-documenter": "7.13.77",
|
|
146
146
|
"tslib": "2.3.1",
|
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
14.0.0-beta.
|
|
1
|
+
14.0.0-beta.20220608122843
|