coer-elements 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/Signals/index.ts +1 -1
- package/Tools/index.ts +1 -1
- package/package.json +1 -11
package/Signals/index.ts
CHANGED
package/Tools/index.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "coer-elements",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.5",
|
4
4
|
"author": "Christian Omar Escamilla Rodríguez",
|
5
5
|
"keywords": [
|
6
6
|
"coer",
|
@@ -22,16 +22,6 @@
|
|
22
22
|
"push": "npm publish --access public"
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
|
-
"@angular/animations": "^17.3.0",
|
26
|
-
"@angular/cdk": "^17.3.3",
|
27
|
-
"@angular/common": "^17.3.0",
|
28
|
-
"@angular/compiler": "^17.3.0",
|
29
|
-
"@angular/core": "^17.3.0",
|
30
|
-
"@angular/forms": "^17.3.0",
|
31
|
-
"@angular/material": "^17.3.3",
|
32
|
-
"@angular/platform-browser": "^17.3.0",
|
33
|
-
"@angular/platform-browser-dynamic": "^17.3.0",
|
34
|
-
"@angular/router": "^17.3.0",
|
35
25
|
"guid-typescript": "^1.0.9",
|
36
26
|
"moment": "^2.30.1",
|
37
27
|
"rxjs": "^7.8.1",
|