@voltro/runtime 0.28.0 → 0.30.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/CHANGELOG.md +655 -0
- package/THIRD-PARTY-NOTICES.md +87 -1
- package/dist/index.d.ts +1276 -14
- package/dist/index.js +2295 -1187
- package/package.json +7 -6
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -5,7 +5,7 @@ property of its respective copyright holders and is used under the terms of
|
|
|
5
5
|
its license. This file is provided for attribution; it grants no rights in
|
|
6
6
|
@voltro/runtime itself, which is proprietary (see LICENSE).
|
|
7
7
|
|
|
8
|
-
Generated from the resolved runtime dependency closure (
|
|
8
|
+
Generated from the resolved runtime dependency closure (52 packages).
|
|
9
9
|
|
|
10
10
|
---
|
|
11
11
|
|
|
@@ -3956,6 +3956,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
3956
3956
|
THE SOFTWARE.
|
|
3957
3957
|
```
|
|
3958
3958
|
|
|
3959
|
+
## isomorphic.js@0.2.5
|
|
3960
|
+
|
|
3961
|
+
License: MIT
|
|
3962
|
+
|
|
3963
|
+
```
|
|
3964
|
+
The MIT License (MIT)
|
|
3965
|
+
|
|
3966
|
+
Copyright (c) 2020 Kevin Jahns <kevin.jahns@protonmail.com>.
|
|
3967
|
+
|
|
3968
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3969
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3970
|
+
in the Software without restriction, including without limitation the rights
|
|
3971
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3972
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3973
|
+
furnished to do so, subject to the following conditions:
|
|
3974
|
+
|
|
3975
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3976
|
+
copies or substantial portions of the Software.
|
|
3977
|
+
|
|
3978
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3979
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3980
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3981
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3982
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3983
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3984
|
+
SOFTWARE.
|
|
3985
|
+
```
|
|
3986
|
+
|
|
3959
3987
|
## jose@6.2.4
|
|
3960
3988
|
|
|
3961
3989
|
License: MIT
|
|
@@ -4018,6 +4046,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
4018
4046
|
SOFTWARE.
|
|
4019
4047
|
```
|
|
4020
4048
|
|
|
4049
|
+
## lib0@0.2.117
|
|
4050
|
+
|
|
4051
|
+
License: MIT
|
|
4052
|
+
|
|
4053
|
+
```
|
|
4054
|
+
The MIT License (MIT)
|
|
4055
|
+
|
|
4056
|
+
Copyright (c) 2019 Kevin Jahns <kevin.jahns@protonmail.com>.
|
|
4057
|
+
|
|
4058
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4059
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4060
|
+
in the Software without restriction, including without limitation the rights
|
|
4061
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4062
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4063
|
+
furnished to do so, subject to the following conditions:
|
|
4064
|
+
|
|
4065
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4066
|
+
copies or substantial portions of the Software.
|
|
4067
|
+
|
|
4068
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4069
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4070
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4071
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4072
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4073
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4074
|
+
SOFTWARE.
|
|
4075
|
+
```
|
|
4076
|
+
|
|
4021
4077
|
## mime@3.0.0
|
|
4022
4078
|
|
|
4023
4079
|
License: MIT
|
|
@@ -4566,3 +4622,33 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
4566
4622
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4567
4623
|
```
|
|
4568
4624
|
|
|
4625
|
+
## yjs@13.6.31
|
|
4626
|
+
|
|
4627
|
+
License: MIT
|
|
4628
|
+
|
|
4629
|
+
```
|
|
4630
|
+
The MIT License (MIT)
|
|
4631
|
+
|
|
4632
|
+
Copyright (c) 2023
|
|
4633
|
+
- Kevin Jahns <kevin.jahns@protonmail.com>.
|
|
4634
|
+
- Chair of Computer Science 5 (Databases & Information Systems), RWTH Aachen University, Germany
|
|
4635
|
+
|
|
4636
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4637
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4638
|
+
in the Software without restriction, including without limitation the rights
|
|
4639
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4640
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4641
|
+
furnished to do so, subject to the following conditions:
|
|
4642
|
+
|
|
4643
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4644
|
+
copies or substantial portions of the Software.
|
|
4645
|
+
|
|
4646
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4647
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4648
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4649
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4650
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4651
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4652
|
+
SOFTWARE.
|
|
4653
|
+
```
|
|
4654
|
+
|