@olane/o-tool-registry 0.7.12-alpha.1 → 0.7.12-alpha.4

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 +34 -0
  2. package/package.json +11 -10
package/LICENSE ADDED
@@ -0,0 +1,34 @@
1
+ # Dual License: MIT OR Apache-2.0
2
+
3
+ Copyright (c) 2025 Olane Inc.
4
+
5
+ Olane OS is dual-licensed under your choice of either:
6
+
7
+ - **MIT License** (LICENSE-MIT or https://opensource.org/licenses/MIT)
8
+ - **Apache License, Version 2.0** (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
9
+
10
+ ## Why Dual Licensing?
11
+
12
+ Dual licensing provides developers with flexibility when integrating Olane OS into their projects:
13
+
14
+ - **Choose MIT**: If you prefer a simple, permissive license without patent provisions
15
+ - **Choose Apache 2.0**: If you desire explicit patent protection and other features of the Apache license
16
+
17
+ You may choose either license to govern your use of this software.
18
+
19
+ ## License Terms
20
+
21
+ ### MIT License
22
+ The MIT license is very permissive and allows users to do almost anything with the software, including using, copying, modifying, merging, publishing, distributing, and selling it. The primary requirement is that the original copyright and license notice must be included in all copies of the software.
23
+
24
+ See LICENSE-MIT for the full license text.
25
+
26
+ ### Apache License 2.0
27
+ The Apache License 2.0 is also a permissive free software license. It grants users the right to use, modify, and distribute the software. It also includes provisions regarding patent grants, which are not present in the MIT license.
28
+
29
+ See LICENSE-APACHE for the full license text.
30
+
31
+ ## Contributing
32
+
33
+ Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual-licensed as above, without any additional terms or conditions.
34
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olane/o-tool-registry",
3
- "version": "0.7.12-alpha.1",
3
+ "version": "0.7.12-alpha.4",
4
4
  "type": "module",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -57,16 +57,17 @@
57
57
  "@huggingface/transformers": "^3.5.2",
58
58
  "@langchain/community": "^0.3.47",
59
59
  "@langchain/core": "^0.3.61",
60
- "@olane/o-config": "^0.7.11",
61
- "@olane/o-core": "^0.7.11",
62
- "@olane/o-intelligence": "^0.7.11",
63
- "@olane/o-lane": "^0.7.11",
64
- "@olane/o-mcp": "^0.7.11",
65
- "@olane/o-protocol": "^0.7.11",
66
- "@olane/o-tool": "^0.7.11",
67
- "@olane/o-tools-common": "^0.7.11",
60
+ "@olane/o-config": "0.7.12-alpha.4",
61
+ "@olane/o-core": "0.7.12-alpha.4",
62
+ "@olane/o-intelligence": "0.7.12-alpha.4",
63
+ "@olane/o-lane": "0.7.12-alpha.4",
64
+ "@olane/o-mcp": "0.7.12-alpha.4",
65
+ "@olane/o-protocol": "0.7.12-alpha.4",
66
+ "@olane/o-tool": "0.7.12-alpha.4",
67
+ "@olane/o-tools-common": "0.7.12-alpha.4",
68
68
  "debug": "^4.4.1",
69
69
  "dotenv": "^16.5.0",
70
70
  "langchain": "^0.3.29"
71
- }
71
+ },
72
+ "gitHead": "13c575d61a455fce146303f4060c6628851a7223"
72
73
  }