@rt-tools/core 0.0.5 → 0.0.6

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/README.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # @rt-tools/core
2
2
 
3
- Core utilities for Angular applications.
3
+ [![npm](https://img.shields.io/npm/v/@rt-tools/core?color=c00)](https://www.npmjs.com/package/@rt-tools/core)
4
+ [![Angular](https://img.shields.io/badge/Angular-22%2B-dd0031?logo=angular&logoColor=white)](https://angular.dev)
5
+ [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](https://github.com/Eyhenij/rt-tools/blob/main/LICENSE)
6
+
7
+ The shared foundation of the [rt-tools](https://github.com/Eyhenij/rt-tools) workspace: framework
8
+ primitives used by `@rt-tools/store`, `@rt-tools/utils`, and `@rt-tools/ui-kit` — a `MessageBus`,
9
+ a `PlatformService`, the `WINDOW` injection token, and type guards.
4
10
 
5
11
  ## Installation
6
12
 
@@ -76,9 +82,9 @@ export class MyComponent {
76
82
 
77
83
  ## Requirements
78
84
 
79
- - Angular 21+
80
- - RxJS 7.8+
85
+ - Angular `^22.0.0`
86
+ - RxJS `^7.8.0`
81
87
 
82
88
  ## License
83
89
 
84
- Apache-2.0
90
+ [Apache-2.0](https://github.com/Eyhenij/rt-tools/blob/main/LICENSE) © Yauheni Krumin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rt-tools/core",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
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",
Binary file
Binary file