@asor-studio/asor-core 1.1.5 → 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 +1 -6
- package/fesm2022/asor-studio-asor-core.mjs +1 -1
- package/index.d.ts +26 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,14 +29,9 @@ 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
|
|