@asor-studio/asor-core 1.1.6 → 1.1.7
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 +8 -6
- package/fesm2022/asor-studio-asor-core.mjs +1 -1
- package/index.d.ts +11 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,16 +29,18 @@ import { ConsoleLogsUtility, StateService } from '@asor-studio/asor-core';
|
|
|
29
29
|
|
|
30
30
|
## License
|
|
31
31
|
|
|
32
|
-
**Proprietary / All Rights Reserved**
|
|
33
|
-
|
|
34
32
|
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
33
|
|
|
36
|
-
|
|
37
|
-
- **Prohibited**: Modifying, decompiling, reverse engineering, or redistributing this library.
|
|
38
|
-
|
|
39
|
-
See the [LICENSE](./LICENSE) file for the full license agreement.
|
|
34
|
+
See the [LICENSE](./LICENSE) file into package for the full license agreement.
|
|
40
35
|
|
|
41
36
|
## Documentation
|
|
42
37
|
|
|
43
38
|
For detailed documentation and usage examples,
|
|
44
39
|
please visit my Wiki: [ASOR Studio Wiki](https://asor-studio.github.io/asor-angular-wiki)
|
|
40
|
+
|
|
41
|
+
## Examples project usage
|
|
42
|
+
|
|
43
|
+
To see how to use the library, check out the [Nexus-os projects](https://github.com/asor-studio/nexus-os).
|
|
44
|
+
|
|
45
|
+
> [!NOTE]
|
|
46
|
+
> These projects are for demonstration purposes only and do not represent a finished or production-ready product.
|