@asor-studio/asor-core 1.1.4 → 1.1.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/LICENSE +8 -3
- package/README.md +1 -2
- package/fesm2022/asor-studio-asor-core.mjs +1 -1
- package/index.d.ts +17 -7
- package/package.json +15 -1
package/LICENSE
CHANGED
|
@@ -5,8 +5,10 @@ Copyright (c) 2026 robrosc (Owner of asor-studio). All rights reserved.
|
|
|
5
5
|
NOTICE: All information contained herein is, and remains the property of robrosc (Owner of asor-studio).
|
|
6
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.
|
|
7
7
|
|
|
8
|
+
BY DOWNLOADING, INSTALLING, OR USING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE TO THESE TERMS, DO NOT DOWNLOAD, INSTALL, OR USE THE SOFTWARE.
|
|
9
|
+
|
|
8
10
|
1. LICENSE GRANT
|
|
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.
|
|
11
|
+
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, whether for commercial or non-commercial purposes.
|
|
10
12
|
|
|
11
13
|
2. RESTRICTIONS
|
|
12
14
|
You are strictly prohibited from:
|
|
@@ -15,5 +17,8 @@ You are strictly prohibited from:
|
|
|
15
17
|
c. Redistributing, selling, leasing, licensing, renting, or re-publishing the Software, in whole or in part, including any modified versions or derivative works, on npm, GitHub Packages, or any other public or private registry or repository.
|
|
16
18
|
d. Removing, altering, or obscuring any copyright, trademark, patent, or other intellectual property or proprietary rights notices from the Software.
|
|
17
19
|
|
|
18
|
-
3.
|
|
19
|
-
|
|
20
|
+
3. TERMINATION
|
|
21
|
+
This license will terminate automatically if you fail to comply with any of the limitations or requirements described herein. Upon termination, you must immediately cease all use of the Software and destroy all copies, full or partial, of the Software.
|
|
22
|
+
|
|
23
|
+
4. NO WARRANTY
|
|
24
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -40,6 +40,5 @@ See the [LICENSE](./LICENSE) file for the full license agreement.
|
|
|
40
40
|
|
|
41
41
|
## Documentation
|
|
42
42
|
|
|
43
|
-
For detailed documentation and usage examples,
|
|
43
|
+
For detailed documentation and usage examples,
|
|
44
44
|
please visit my Wiki: [ASOR Studio Wiki](https://asor-studio.github.io/asor-angular-wiki)
|
|
45
|
-
|