@qr-bistro/devtools-guard 2.4.0 → 2.4.1

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.
Files changed (2) hide show
  1. package/LICENSE +39 -0
  2. package/package.json +2 -1
package/LICENSE ADDED
@@ -0,0 +1,39 @@
1
+ Copyright © 2026 QR-BISTRO. All Rights Reserved.
2
+
3
+ PROPRIETARY AND CONFIDENTIAL
4
+
5
+ This software, including its source code, compiled output, documentation,
6
+ and all associated files (the "Software"), is the proprietary and
7
+ confidential property of QR-BISTRO.
8
+
9
+ NO PERMISSION IS GRANTED, expressly or implicitly, to any person obtaining
10
+ a copy of the Software to use, copy, modify, merge, publish, distribute,
11
+ sublicense, and/or sell copies of the Software, in whole or in part,
12
+ without the prior written consent of QR-BISTRO.
13
+
14
+ Unauthorized copying, distribution, modification, public display, or use
15
+ of this Software, via any medium, is strictly prohibited.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
20
+ QR-BISTRO BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
21
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
22
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+ -------------------------------------------------------------------------------
25
+
26
+ ลิขสิทธิ์ © 2026 QR-BISTRO สงวนลิขสิทธิ์
27
+
28
+ เป็นกรรมสิทธิ์และเป็นความลับ
29
+
30
+ ซอฟต์แวร์นี้ รวมถึงซอร์สโค้ด ไฟล์ที่คอมไพล์แล้ว เอกสารประกอบ และไฟล์ที่
31
+ เกี่ยวข้องทั้งหมด ("ซอฟต์แวร์") เป็นทรัพย์สินอันเป็นกรรมสิทธิ์และเป็นความลับ
32
+ ของ QR-BISTRO
33
+
34
+ ห้ามมิให้ผู้ใดใช้ ทำซ้ำ ดัดแปลง รวมเข้ากับงานอื่น เผยแพร่ จัดจำหน่าย ให้สิทธิ์
35
+ ช่วง และ/หรือจำหน่ายสำเนาของซอฟต์แวร์ ไม่ว่าทั้งหมดหรือบางส่วน โดยไม่ได้รับ
36
+ ความยินยอมเป็นลายลักษณ์อักษรล่วงหน้าจาก QR-BISTRO
37
+
38
+ การคัดลอก เผยแพร่ ดัดแปลง แสดงต่อสาธารณะ หรือใช้ซอฟต์แวร์นี้โดยไม่ได้รับ
39
+ อนุญาต ไม่ว่าผ่านสื่อใด ถือเป็นการกระทำที่ต้องห้ามโดยเด็ดขาด
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@qr-bistro/devtools-guard",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
+ "license": "UNLICENSED",
4
5
  "publishConfig": {
5
6
  "access": "public"
6
7
  },