@brokkai/bifrost-win32-x64 0.9.1 → 0.9.2

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.
@@ -1958,11 +1958,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1958
1958
  SOFTWARE.
1959
1959
 
1960
1960
  ================================================================================
1961
- Bifrost-pinned tree-sitter-kotlin parser
1961
+ brokk-tree-sitter-kotlin parser
1962
1962
  ================================================================================
1963
1963
 
1964
- Vendored source: https://github.com/fwcd/tree-sitter-kotlin/tree/c8ac3d2627240160b999a2c100de3babbdb8f419
1965
- Source notice: crates/bifrost-jvm/vendor/tree-sitter-kotlin/LICENSE
1964
+ Rust package: brokk-tree-sitter-kotlin@0.4.0
1965
+ Package source: https://crates.io/crates/brokk-tree-sitter-kotlin/0.4.0
1966
+ Source notice: LICENSE
1966
1967
  Inclusion: compiled into Bifrost on every release target
1967
1968
 
1968
1969
  The MIT License (MIT)
@@ -67,7 +67,7 @@
67
67
  <h2>Overview of licenses:</h2>
68
68
  <ul class="licenses-overview">
69
69
  <li><a href="#Apache-2.0">Apache License 2.0</a> (213)</li>
70
- <li><a href="#MIT">MIT License</a> (79)</li>
70
+ <li><a href="#MIT">MIT License</a> (80)</li>
71
71
  <li><a href="#Unicode-3.0">Unicode License v3</a> (19)</li>
72
72
  <li><a href="#LGPL-3.0-or-later">GNU Lesser General Public License v3.0 or later</a> (18)</li>
73
73
  <li><a href="#ISC">ISC License</a> (2)</li>
@@ -7440,6 +7440,24 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7440
7440
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7441
7441
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
7442
7442
  SOFTWARE.
7443
+ </pre>
7444
+ </li>
7445
+ <li class="license">
7446
+ <h3 id="MIT">MIT License</h3>
7447
+ <h4>Used by:</h4>
7448
+ <ul class="license-used-by">
7449
+ <li><a href="https://github.com/BrokkAi/tree-sitter-kotlin">brokk-tree-sitter-kotlin
7450
+ 0.4.0</a></li>
7451
+ </ul>
7452
+ <pre class="license-text">The MIT License (MIT)
7453
+
7454
+ Copyright (c) 2019 fwcd
7455
+
7456
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the &quot;Software&quot;), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7457
+
7458
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
7459
+
7460
+ THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7443
7461
  </pre>
7444
7462
  </li>
7445
7463
  <li class="license">
package/bin/bifrost.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brokkai/bifrost-win32-x64",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "repository": "https://github.com/BrokkAi/bifrost",
6
6
  "homepage": "https://bifrost.brokk.ai/",