lumabrowser 1.0.8 → 1.1.0
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 +2 -2
- package/package.json +5 -2
package/LICENSE
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
PROPRIETARY SOFTWARE LICENSE
|
|
2
|
-
Copyright (c) 2026
|
|
2
|
+
Copyright (c) 2026 Lumabyte, LLC. All rights reserved.
|
|
3
3
|
|
|
4
4
|
This software and associated documentation files (the "Software") are the
|
|
5
5
|
proprietary property of the copyright holder. The Software is provided solely
|
|
@@ -16,4 +16,4 @@ The Software is provided "AS IS", without warranty of any kind, express or
|
|
|
16
16
|
implied. In no event shall the copyright holder be liable for any claim,
|
|
17
17
|
damages, or other liability arising from the use of the Software.
|
|
18
18
|
|
|
19
|
-
For commercial licensing inquiries, please contact
|
|
19
|
+
For commercial licensing inquiries, please contact Lumabyte, LLC.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lumabrowser",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "CLI launcher for LumaBrowser — a multi-tab browser with notification interception and AI-driven automation.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"lumabrowser": "bin/lumabrowser.js"
|
|
@@ -28,7 +28,10 @@
|
|
|
28
28
|
"bugs": {
|
|
29
29
|
"url": "https://github.com/amurgola/notification2webhookbrowser/issues"
|
|
30
30
|
},
|
|
31
|
-
"author":
|
|
31
|
+
"author": {
|
|
32
|
+
"name": "Lumabyte, LLC",
|
|
33
|
+
"url": "https://lumabyte.com"
|
|
34
|
+
},
|
|
32
35
|
"license": "SEE LICENSE IN LICENSE",
|
|
33
36
|
"engines": {
|
|
34
37
|
"node": ">=18"
|