@rt-tools/core 0.1.0 → 0.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rt-tools/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Core utilities for Angular applications - MessageBus, PlatformService, WINDOW token, and helper functions",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Yauheni Krumin",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"Signals"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@rt-tools/utils": "^0.
|
|
21
|
+
"@rt-tools/utils": "^0.2.0",
|
|
22
22
|
"tslib": "^2.3.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|
|
25
|
-
"@rt-tools/utils": "^0.
|
|
25
|
+
"@rt-tools/utils": "^0.2.0",
|
|
26
26
|
"@angular/cdk": "^22.0.0",
|
|
27
27
|
"@angular/common": "^22.0.0",
|
|
28
28
|
"@angular/core": "^22.0.0",
|
|
Binary file
|
package/rt-tools-core-0.1.0.tgz
DELETED
|
Binary file
|