@asor-studio/asor-core 1.1.0 → 1.1.3
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 +3 -3
- package/fesm2022/asor-studio-asor-core.mjs +1 -1
- package/package.json +1 -1
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
|
|
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,
|
|
44
|
-
[
|
|
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
|
|