@anglr/common 17.0.0-beta.20230815112307 → 17.0.0-beta.20230815122135
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 +4 -4
- package/version.bak +1 -1
package/changelog.md
CHANGED
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
- minimal supported version of `moment` is `2.29.4`
|
|
83
83
|
- minimal supported version of `date-fns` is `2.30.0`
|
|
84
84
|
- minimal supported version of `@floating-ui/dom` is `1.4.4`
|
|
85
|
-
- minimal supported version of `tslib` is `2.6.
|
|
85
|
+
- minimal supported version of `tslib` is `2.6.1`
|
|
86
86
|
- dropped support of `NodeJs` lower than `16.14`
|
|
87
87
|
- pipe `LocalizePipe` renamed to `LocalizeSAPipe`
|
|
88
88
|
- pipe `IsNaNPipe` renamed to `IsNaNSAPipe`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anglr/common",
|
|
3
|
-
"version": "17.0.0-beta.
|
|
3
|
+
"version": "17.0.0-beta.20230815122135",
|
|
4
4
|
"description": "Angular module for common angular stuff",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"date-fns": "^2.30.0",
|
|
113
113
|
"positions": "^1.6.2",
|
|
114
114
|
"@floating-ui/dom": "^1.4.4",
|
|
115
|
-
"tslib": "^2.6.
|
|
115
|
+
"tslib": "^2.6.1"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
118
|
"@angular/core": "^16.0.3",
|
|
@@ -142,14 +142,14 @@
|
|
|
142
142
|
"@angular/language-service": "^16.0.3",
|
|
143
143
|
"@microsoft/api-extractor": "7.36.1",
|
|
144
144
|
"@microsoft/api-documenter": "7.22.24",
|
|
145
|
-
"tslib": "2.6.
|
|
145
|
+
"tslib": "2.6.1",
|
|
146
146
|
"eslint": "7.32.0",
|
|
147
147
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
148
148
|
"@typescript-eslint/parser": "4.33.0",
|
|
149
149
|
"eslint-plugin-ressurectit": "0.1.0",
|
|
150
150
|
"rimraf": "3.0.2",
|
|
151
151
|
"copyfiles": "2.4.1",
|
|
152
|
-
"replace-in-file": "6.3.
|
|
152
|
+
"replace-in-file": "6.3.5",
|
|
153
153
|
"path-exists-cli": "2.0.0",
|
|
154
154
|
"typescript": "5.0.4",
|
|
155
155
|
"npm-git-version": "2.0.0"
|
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
17.0.0-beta.
|
|
1
|
+
17.0.0-beta.20230815122135
|