supatester-cli 1.0.4 → 1.0.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 +5 -1
- package/README.md +1 -1
- package/dist/bin/supatester.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
Supatester-cli Package Licence Agreement
|
|
2
2
|
Version 1.0
|
|
3
|
+
Effective Date: 20 March 2026
|
|
3
4
|
|
|
4
5
|
Copyright © 2026 Important Engineering.
|
|
5
6
|
All rights reserved.
|
|
@@ -31,5 +32,8 @@ This Agreement automatically terminates if you breach any of its terms or if you
|
|
|
31
32
|
7. Governing Law
|
|
32
33
|
This Agreement is governed by the laws of Victoria, Australia, without regard to conflict of law principles.
|
|
33
34
|
|
|
34
|
-
8.
|
|
35
|
+
8. Licence Updates
|
|
36
|
+
The Licensor may update or modify this Agreement from time to time. Any updated version will be made available through the same distribution channel as the Package or via the Licensor’s official website. Continued use of the Package after the effective date of an updated Agreement constitutes acceptance of the updated terms. If you do not agree to the updated Agreement, you must cease all use of the Package.
|
|
37
|
+
|
|
38
|
+
9. Contact
|
|
35
39
|
For licensing enquiries, contact: feedback@importantengineering.com
|
package/README.md
CHANGED