neoagent 2.1.18-beta.61 → 2.1.18-beta.63
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/package.json +1 -1
- package/server/public/assets/NOTICES +304 -30
- package/server/public/assets/fonts/MaterialIcons-Regular.otf +0 -0
- package/server/public/flutter_bootstrap.js +1 -1
- package/server/public/main.dart.js +64987 -64426
- package/server/routes/settings.js +4 -0
- package/server/services/ai/recordingInsights.js +35 -1
- package/server/services/ai/settings.js +4 -0
- package/server/services/recordings/deepgram.js +7 -2
- package/server/services/recordings/manager.js +26 -9
package/package.json
CHANGED
|
@@ -2621,6 +2621,31 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
|
|
|
2621
2621
|
This Source Code Form is "Incompatible With Secondary Licenses", as
|
|
2622
2622
|
defined by the Mozilla Public License, v. 2.0.
|
|
2623
2623
|
|
|
2624
|
+
--------------------------------------------------------------------------------
|
|
2625
|
+
desktop_audio_capture
|
|
2626
|
+
|
|
2627
|
+
MIT License
|
|
2628
|
+
|
|
2629
|
+
Copyright (c) 2024 desktop_audio_capture
|
|
2630
|
+
|
|
2631
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2632
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2633
|
+
in the Software without restriction, including without limitation the rights
|
|
2634
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2635
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2636
|
+
furnished to do so, subject to the following conditions:
|
|
2637
|
+
|
|
2638
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2639
|
+
copies or substantial portions of the Software.
|
|
2640
|
+
|
|
2641
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2642
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2643
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2644
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2645
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2646
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2647
|
+
SOFTWARE.
|
|
2648
|
+
|
|
2624
2649
|
--------------------------------------------------------------------------------
|
|
2625
2650
|
devtools
|
|
2626
2651
|
|
|
@@ -14463,6 +14488,62 @@ FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
|
|
|
14463
14488
|
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
|
|
14464
14489
|
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
|
14465
14490
|
--------------------------------------------------------------------------------
|
|
14491
|
+
hotkey_manager
|
|
14492
|
+
hotkey_manager_linux
|
|
14493
|
+
hotkey_manager_macos
|
|
14494
|
+
hotkey_manager_platform_interface
|
|
14495
|
+
screen_retriever
|
|
14496
|
+
screen_retriever_linux
|
|
14497
|
+
screen_retriever_macos
|
|
14498
|
+
screen_retriever_platform_interface
|
|
14499
|
+
screen_retriever_windows
|
|
14500
|
+
|
|
14501
|
+
MIT License
|
|
14502
|
+
|
|
14503
|
+
Copyright (c) 2022-2024 LiJianying <lijy91@foxmail.com>
|
|
14504
|
+
|
|
14505
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14506
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14507
|
+
in the Software without restriction, including without limitation the rights
|
|
14508
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14509
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14510
|
+
furnished to do so, subject to the following conditions:
|
|
14511
|
+
|
|
14512
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14513
|
+
copies or substantial portions of the Software.
|
|
14514
|
+
|
|
14515
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14516
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14517
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14518
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14519
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14520
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14521
|
+
SOFTWARE.
|
|
14522
|
+
--------------------------------------------------------------------------------
|
|
14523
|
+
hotkey_manager_windows
|
|
14524
|
+
|
|
14525
|
+
MIT License
|
|
14526
|
+
|
|
14527
|
+
Copyright (c) 2022-2024 LiJianying <lijy91@foxmail.com>
|
|
14528
|
+
|
|
14529
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14530
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14531
|
+
in the Software without restriction, including without limitation the rights
|
|
14532
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14533
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14534
|
+
furnished to do so, subject to the following conditions:
|
|
14535
|
+
|
|
14536
|
+
The above copyright notice and this permission notice shall be included in all
|
|
14537
|
+
copies or substantial portions of the Software.
|
|
14538
|
+
|
|
14539
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14540
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14541
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14542
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14543
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14544
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
14545
|
+
SOFTWARE.
|
|
14546
|
+
--------------------------------------------------------------------------------
|
|
14466
14547
|
http
|
|
14467
14548
|
http_parser
|
|
14468
14549
|
matcher
|
|
@@ -21174,6 +21255,37 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
21174
21255
|
See the License for the specific language governing permissions and
|
|
21175
21256
|
limitations under the License.
|
|
21176
21257
|
|
|
21258
|
+
--------------------------------------------------------------------------------
|
|
21259
|
+
json_annotation
|
|
21260
|
+
platform
|
|
21261
|
+
|
|
21262
|
+
Copyright 2017, the Dart project authors. All rights reserved.
|
|
21263
|
+
Redistribution and use in source and binary forms, with or without
|
|
21264
|
+
modification, are permitted provided that the following conditions are
|
|
21265
|
+
met:
|
|
21266
|
+
|
|
21267
|
+
* Redistributions of source code must retain the above copyright
|
|
21268
|
+
notice, this list of conditions and the following disclaimer.
|
|
21269
|
+
* Redistributions in binary form must reproduce the above
|
|
21270
|
+
copyright notice, this list of conditions and the following
|
|
21271
|
+
disclaimer in the documentation and/or other materials provided
|
|
21272
|
+
with the distribution.
|
|
21273
|
+
* Neither the name of Google Inc. nor the names of its
|
|
21274
|
+
contributors may be used to endorse or promote products derived
|
|
21275
|
+
from this software without specific prior written permission.
|
|
21276
|
+
|
|
21277
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
21278
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
21279
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
21280
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
21281
|
+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
21282
|
+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
21283
|
+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
21284
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
21285
|
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
21286
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
21287
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
21288
|
+
|
|
21177
21289
|
--------------------------------------------------------------------------------
|
|
21178
21290
|
khronos
|
|
21179
21291
|
|
|
@@ -21198,6 +21310,30 @@ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
|
21198
21310
|
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
21199
21311
|
MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
|
|
21200
21312
|
--------------------------------------------------------------------------------
|
|
21313
|
+
launch_at_startup
|
|
21314
|
+
|
|
21315
|
+
MIT License
|
|
21316
|
+
|
|
21317
|
+
Copyright (c) 2023-present LiJianying <lijy91@foxmail.com>
|
|
21318
|
+
|
|
21319
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21320
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
21321
|
+
in the Software without restriction, including without limitation the rights
|
|
21322
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21323
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
21324
|
+
furnished to do so, subject to the following conditions:
|
|
21325
|
+
|
|
21326
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21327
|
+
copies or substantial portions of the Software.
|
|
21328
|
+
|
|
21329
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21330
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21331
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21332
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21333
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21334
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21335
|
+
SOFTWARE.
|
|
21336
|
+
--------------------------------------------------------------------------------
|
|
21201
21337
|
leak_tracker
|
|
21202
21338
|
leak_tracker_flutter_testing
|
|
21203
21339
|
leak_tracker_testing
|
|
@@ -24370,6 +24506,30 @@ material_color_utilities
|
|
|
24370
24506
|
See the License for the specific language governing permissions and
|
|
24371
24507
|
limitations under the License.
|
|
24372
24508
|
|
|
24509
|
+
--------------------------------------------------------------------------------
|
|
24510
|
+
menu_base
|
|
24511
|
+
|
|
24512
|
+
MIT License
|
|
24513
|
+
|
|
24514
|
+
Copyright (c) 2022 LiJianying <lijy91@foxmail.com>
|
|
24515
|
+
|
|
24516
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
24517
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
24518
|
+
in the Software without restriction, including without limitation the rights
|
|
24519
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
24520
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
24521
|
+
furnished to do so, subject to the following conditions:
|
|
24522
|
+
|
|
24523
|
+
The above copyright notice and this permission notice shall be included in all
|
|
24524
|
+
copies or substantial portions of the Software.
|
|
24525
|
+
|
|
24526
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
24527
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
24528
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
24529
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24530
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24531
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24532
|
+
SOFTWARE.
|
|
24373
24533
|
--------------------------------------------------------------------------------
|
|
24374
24534
|
node_preamble
|
|
24375
24535
|
|
|
@@ -24879,36 +25039,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
24879
25039
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
24880
25040
|
THE SOFTWARE.
|
|
24881
25041
|
|
|
24882
|
-
--------------------------------------------------------------------------------
|
|
24883
|
-
platform
|
|
24884
|
-
|
|
24885
|
-
Copyright 2017, the Dart project authors. All rights reserved.
|
|
24886
|
-
Redistribution and use in source and binary forms, with or without
|
|
24887
|
-
modification, are permitted provided that the following conditions are
|
|
24888
|
-
met:
|
|
24889
|
-
|
|
24890
|
-
* Redistributions of source code must retain the above copyright
|
|
24891
|
-
notice, this list of conditions and the following disclaimer.
|
|
24892
|
-
* Redistributions in binary form must reproduce the above
|
|
24893
|
-
copyright notice, this list of conditions and the following
|
|
24894
|
-
disclaimer in the documentation and/or other materials provided
|
|
24895
|
-
with the distribution.
|
|
24896
|
-
* Neither the name of Google Inc. nor the names of its
|
|
24897
|
-
contributors may be used to endorse or promote products derived
|
|
24898
|
-
from this software without specific prior written permission.
|
|
24899
|
-
|
|
24900
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
24901
|
-
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
24902
|
-
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
24903
|
-
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
24904
|
-
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
24905
|
-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
24906
|
-
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
24907
|
-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
24908
|
-
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
24909
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
24910
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
24911
|
-
|
|
24912
25042
|
--------------------------------------------------------------------------------
|
|
24913
25043
|
process_runner
|
|
24914
25044
|
|
|
@@ -25647,6 +25777,38 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
25647
25777
|
See the License for the specific language governing permissions and
|
|
25648
25778
|
limitations under the License.
|
|
25649
25779
|
--------------------------------------------------------------------------------
|
|
25780
|
+
shortid
|
|
25781
|
+
|
|
25782
|
+
BSD 3-Clause License
|
|
25783
|
+
|
|
25784
|
+
Copyright (c) 2018, 0xff00ff
|
|
25785
|
+
All rights reserved.
|
|
25786
|
+
|
|
25787
|
+
Redistribution and use in source and binary forms, with or without
|
|
25788
|
+
modification, are permitted provided that the following conditions are met:
|
|
25789
|
+
|
|
25790
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
25791
|
+
list of conditions and the following disclaimer.
|
|
25792
|
+
|
|
25793
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
25794
|
+
this list of conditions and the following disclaimer in the documentation
|
|
25795
|
+
and/or other materials provided with the distribution.
|
|
25796
|
+
|
|
25797
|
+
* Neither the name of the copyright holder nor the names of its
|
|
25798
|
+
contributors may be used to endorse or promote products derived from
|
|
25799
|
+
this software without specific prior written permission.
|
|
25800
|
+
|
|
25801
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
25802
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
25803
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
25804
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
25805
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
25806
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
25807
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
25808
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
25809
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
25810
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
25811
|
+
--------------------------------------------------------------------------------
|
|
25650
25812
|
skia
|
|
25651
25813
|
|
|
25652
25814
|
|
|
@@ -28519,6 +28681,55 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
28519
28681
|
|
|
28520
28682
|
THE SOFTWARE IS PROVIDED "AS IS", 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.
|
|
28521
28683
|
--------------------------------------------------------------------------------
|
|
28684
|
+
tray_manager
|
|
28685
|
+
window_manager
|
|
28686
|
+
|
|
28687
|
+
MIT License
|
|
28688
|
+
|
|
28689
|
+
Copyright (c) 2022-present LiJianying <lijy91@foxmail.com>
|
|
28690
|
+
|
|
28691
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28692
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28693
|
+
in the Software without restriction, including without limitation the rights
|
|
28694
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28695
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28696
|
+
furnished to do so, subject to the following conditions:
|
|
28697
|
+
|
|
28698
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28699
|
+
copies or substantial portions of the Software.
|
|
28700
|
+
|
|
28701
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28702
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28703
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28704
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28705
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28706
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28707
|
+
SOFTWARE.
|
|
28708
|
+
--------------------------------------------------------------------------------
|
|
28709
|
+
uni_platform
|
|
28710
|
+
|
|
28711
|
+
MIT License
|
|
28712
|
+
|
|
28713
|
+
Copyright (c) 2024 LiJianying <lijy91@foxmail.com>
|
|
28714
|
+
|
|
28715
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
28716
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
28717
|
+
in the Software without restriction, including without limitation the rights
|
|
28718
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
28719
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
28720
|
+
furnished to do so, subject to the following conditions:
|
|
28721
|
+
|
|
28722
|
+
The above copyright notice and this permission notice shall be included in all
|
|
28723
|
+
copies or substantial portions of the Software.
|
|
28724
|
+
|
|
28725
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
28726
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28727
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
28728
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
28729
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28730
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
28731
|
+
SOFTWARE.
|
|
28732
|
+
--------------------------------------------------------------------------------
|
|
28522
28733
|
universal_ble
|
|
28523
28734
|
|
|
28524
28735
|
BSD 3-Clause License
|
|
@@ -31396,6 +31607,69 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
31396
31607
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
31397
31608
|
SOFTWARE.
|
|
31398
31609
|
--------------------------------------------------------------------------------
|
|
31610
|
+
win32
|
|
31611
|
+
|
|
31612
|
+
BSD 3-Clause License
|
|
31613
|
+
|
|
31614
|
+
Copyright (c) 2024, Halil Durmus
|
|
31615
|
+
|
|
31616
|
+
Redistribution and use in source and binary forms, with or without
|
|
31617
|
+
modification, are permitted provided that the following conditions are met:
|
|
31618
|
+
|
|
31619
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
31620
|
+
list of conditions and the following disclaimer.
|
|
31621
|
+
|
|
31622
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
31623
|
+
this list of conditions and the following disclaimer in the documentation
|
|
31624
|
+
and/or other materials provided with the distribution.
|
|
31625
|
+
|
|
31626
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
31627
|
+
contributors may be used to endorse or promote products derived from
|
|
31628
|
+
this software without specific prior written permission.
|
|
31629
|
+
|
|
31630
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
31631
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
31632
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
31633
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
31634
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
31635
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
31636
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
31637
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
31638
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31639
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31640
|
+
|
|
31641
|
+
--------------------------------------------------------------------------------
|
|
31642
|
+
win32_registry
|
|
31643
|
+
|
|
31644
|
+
BSD 3-Clause License
|
|
31645
|
+
|
|
31646
|
+
Copyright (c) 2023, Halil Durmus
|
|
31647
|
+
|
|
31648
|
+
Redistribution and use in source and binary forms, with or without
|
|
31649
|
+
modification, are permitted provided that the following conditions are met:
|
|
31650
|
+
|
|
31651
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
31652
|
+
list of conditions and the following disclaimer.
|
|
31653
|
+
|
|
31654
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
31655
|
+
this list of conditions and the following disclaimer in the documentation
|
|
31656
|
+
and/or other materials provided with the distribution.
|
|
31657
|
+
|
|
31658
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
31659
|
+
contributors may be used to endorse or promote products derived from
|
|
31660
|
+
this software without specific prior written permission.
|
|
31661
|
+
|
|
31662
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
31663
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
31664
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
31665
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
31666
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
31667
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
31668
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
31669
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
31670
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
31671
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
31672
|
+
--------------------------------------------------------------------------------
|
|
31399
31673
|
xml
|
|
31400
31674
|
|
|
31401
31675
|
The MIT License
|
|
Binary file
|
|
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"59aa584fdf100e6c78c785d8a5b565d1de4b48
|
|
|
37
37
|
|
|
38
38
|
_flutter.loader.load({
|
|
39
39
|
serviceWorkerSettings: {
|
|
40
|
-
serviceWorkerVersion: "
|
|
40
|
+
serviceWorkerVersion: "765770288" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
|
41
41
|
}
|
|
42
42
|
});
|