@workweave/router 0.1.0 → 0.1.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 +90 -0
  2. package/package.json +5 -4
package/LICENSE ADDED
@@ -0,0 +1,90 @@
1
+ Copyright 2025 Workweave, Inc.
2
+
3
+ Elastic License 2.0
4
+
5
+ URL: https://www.elastic.co/licensing/elastic-license
6
+
7
+ ## Acceptance
8
+
9
+ By using the software, you agree to all of the terms and conditions below.
10
+
11
+ ## Copyright License
12
+
13
+ The licensor grants you a non-exclusive, royalty-free, worldwide,
14
+ non-sublicensable, non-transferable license to use, copy, distribute, make
15
+ available, and prepare derivative works of the software, in each case subject to
16
+ the limitations and conditions below.
17
+
18
+ ## Limitations
19
+
20
+ You may not provide the software to third parties as a hosted or managed
21
+ service, where the service provides users with access to any substantial set of
22
+ the features or functionality of the software.
23
+
24
+ You may not move, change, disable, or circumvent the license key functionality
25
+ in the software, and you may not remove or obscure any functionality in the
26
+ software that is protected by the license key.
27
+
28
+ You may not alter, remove, or obscure any licensing, copyright, or other notices
29
+ of the licensor in the software. Any use of the licensor's trademarks is subject
30
+ to applicable law.
31
+
32
+ ## Patents
33
+
34
+ The licensor grants you a license, under any patent claims the licensor can
35
+ license, or becomes able to license, to make, have made, use, practice,
36
+ sell, offer for sale, import or transfer any part of the software. This license
37
+ does not cover any patent claims that you cause to be infringed by modifications
38
+ or additions to the software. If you or your company make any written claim that
39
+ the software infringes or contributes to infringement of any patent, your patent
40
+ license for the software granted under these terms ends immediately.
41
+
42
+ ## Notices
43
+
44
+ You must ensure that anyone who gets a copy of any part of the software from you
45
+ also gets a copy of these terms.
46
+
47
+ If you modify the software, you must include in any modified copies of the
48
+ software prominent notices stating that you have modified the software.
49
+
50
+ ## No Other Rights
51
+
52
+ These terms do not imply any licenses other than those expressly granted in
53
+ these terms.
54
+
55
+ ## Termination
56
+
57
+ If you use the software in violation of these terms, such use is not licensed,
58
+ and your licenses will automatically terminate. If the licensor provides you
59
+ with a notice of your violation, and you cease all violation of this license no
60
+ later than 30 days after you receive that notice, your licenses will
61
+ automatically be reinstated unless the licensor notifies you otherwise. If you
62
+ violate these terms after reinstatement, any additional violation will
63
+ automatically and permanently terminate your licenses.
64
+
65
+ ## No Liability
66
+
67
+ *As far as the law allows, the software comes as is, without any warranty or
68
+ condition, and the licensor will not be liable to you for any damages arising
69
+ out of these terms or the use or nature of the software, under any kind of
70
+ legal claim.*
71
+
72
+ ## Definitions
73
+
74
+ The **licensor** is the entity offering these terms, and the **software** is the
75
+ software the licensor makes available under these terms, including any portion
76
+ of it.
77
+
78
+ **you** refers to the individual or entity agreeing to these terms.
79
+
80
+ **your company** is any legal entity, sole proprietorship, or other kind of
81
+ organization that you work for, plus all organizations that have more than 25%
82
+ ownership in the relationship with you.
83
+
84
+ **your licenses** are all the licenses granted to you for the software under
85
+ these terms.
86
+
87
+ **use** includes anything you do with the software requiring one of your
88
+ licenses.
89
+
90
+ **trademark** includes logos, service marks, and other designations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workweave/router",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "One-command installer that points Claude Code at the Weave Router.",
5
5
  "bin": {
6
6
  "weave-router": "bin.js"
@@ -10,7 +10,8 @@
10
10
  "install.sh",
11
11
  "uninstall.sh",
12
12
  "cc-statusline.sh",
13
- "README.md"
13
+ "README.md",
14
+ "LICENSE"
14
15
  ],
15
16
  "scripts": {
16
17
  "prepack": "node ./scripts/copy-installer.js"
@@ -23,8 +24,8 @@
23
24
  "url": "git+https://github.com/workweave/router.git",
24
25
  "directory": "install/npm"
25
26
  },
26
- "homepage": "https://weave.ai",
27
- "license": "Apache-2.0",
27
+ "homepage": "https://workweave.ai",
28
+ "license": "SEE LICENSE IN LICENSE",
28
29
  "keywords": [
29
30
  "weave",
30
31
  "router",