@asor-studio/asor-core 1.1.2 → 1.1.4

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.
Files changed (3) hide show
  1. package/LICENSE +4 -3
  2. package/README.md +3 -3
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,8 +1,9 @@
1
+ Software: asor-core
1
2
  Proprietary / All Rights Reserved
2
- Copyright (c) 2024 robrosc / asor-studio / asor-core. All rights reserved.
3
+ Copyright (c) 2026 robrosc (Owner of asor-studio). All rights reserved.
3
4
 
4
- NOTICE: All information contained herein is, and remains the property of robrosc / asor-studio / asor-core.
5
- The intellectual and technical concepts contained herein are proprietary to robrosc / asor-studio / asor-core and may be covered by patents, patents in process, and are protected by trade secret or copyright law.
5
+ NOTICE: All information contained herein is, and remains the property of robrosc (Owner of asor-studio).
6
+ The intellectual and technical concepts contained herein are proprietary to robrosc (Owner of asor-studio) and may be covered by patents, patents in process, and are protected by trade secret or copyright law.
6
7
 
7
8
  1. LICENSE GRANT
8
9
  Subject to the terms of this Agreement, you are granted a non-exclusive, non-transferable, revocable license to download and use the "asor-core" library (the "Software") solely as a dependency in your software projects.
package/README.md CHANGED
@@ -31,7 +31,7 @@ import { ConsoleLogsUtility, StateService } from '@asor-studio/asor-core';
31
31
 
32
32
  **Proprietary / All Rights Reserved**
33
33
 
34
- This software is the property of **robrosc / asor-studio / asor-core**.
34
+ This software is the property of **robrosc**, owner and creator of the **asor-studio** organization—a container for the **asor-core** library and future projects.
35
35
 
36
36
  - **Allowed**: Using this library as a dependency in your software projects.
37
37
  - **Prohibited**: Modifying, decompiling, reverse engineering, or redistributing this library.
@@ -40,6 +40,6 @@ See the [LICENSE](./LICENSE) file for the full license agreement.
40
40
 
41
41
  ## Documentation
42
42
 
43
- For detailed documentation and usage examples, please visit our Wiki:
44
- [https://asor-studio.github.io/asor-angular-wiki](https://asor-studio.github.io/asor-angular-wiki)
43
+ For detailed documentation and usage examples,
44
+ please visit my Wiki: [ASOR Studio Wiki](https://asor-studio.github.io/asor-angular-wiki)
45
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asor-studio/asor-core",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0 || ^21.0.0",
6
6
  "@angular/core": "^20.3.0 || ^21.0.0",