alinea 1.4.6 → 1.4.8
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/dist/.init/content/pages/welcome.json +1 -1
- package/dist/LICENSES.md +139 -139
- package/dist/bundled.d.ts +0 -3
- package/dist/chunks/{chunk-2MTR56XD.js → chunk-QWP7LPX7.js} +2 -4
- package/dist/chunks/{chunk-T5PTMPOY.js → chunk-SH4E6FUG.js} +2 -3
- package/dist/cli/Serve.js +1 -1
- package/dist/cli/bin.js +1 -1
- package/dist/cloud/CloudRemote.js +2 -2
- package/dist/core/db/CommitRequest.d.ts +0 -3
- package/dist/core/db/CommitRequest.js +0 -14
- package/package.json +2 -4
package/dist/LICENSES.md
CHANGED
|
@@ -28,11 +28,34 @@ SOFTWARE.
|
|
|
28
28
|
|
|
29
29
|
===
|
|
30
30
|
|
|
31
|
-
#
|
|
31
|
+
# htmlparser2@9.1.0 (MIT)
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
Copyright 2010, 2011, Chris Winberry <chris@winberry.net>. All rights reserved.
|
|
34
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
35
|
+
of this software and associated documentation files (the "Software"), to
|
|
36
|
+
deal in the Software without restriction, including without limitation the
|
|
37
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
38
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
|
39
|
+
furnished to do so, subject to the following conditions:
|
|
40
|
+
|
|
41
|
+
The above copyright notice and this permission notice shall be included in
|
|
42
|
+
all copies or substantial portions of the Software.
|
|
43
|
+
|
|
44
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
45
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
46
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
47
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
48
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
49
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
50
|
+
IN THE SOFTWARE.
|
|
34
51
|
|
|
35
|
-
|
|
52
|
+
===
|
|
53
|
+
|
|
54
|
+
# react-query@3.39.3 (MIT)
|
|
55
|
+
|
|
56
|
+
MIT License
|
|
57
|
+
|
|
58
|
+
Copyright (c) 2019 Tanner Linsley
|
|
36
59
|
|
|
37
60
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
38
61
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -53,6 +76,57 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
53
76
|
SOFTWARE.
|
|
54
77
|
|
|
55
78
|
|
|
79
|
+
===
|
|
80
|
+
|
|
81
|
+
# domhandler@5.0.3 (BSD-2-Clause)
|
|
82
|
+
|
|
83
|
+
Copyright (c) Felix Böhm
|
|
84
|
+
All rights reserved.
|
|
85
|
+
|
|
86
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
87
|
+
|
|
88
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
89
|
+
|
|
90
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
91
|
+
|
|
92
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
93
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
===
|
|
97
|
+
|
|
98
|
+
# domutils@3.1.0 (BSD-2-Clause)
|
|
99
|
+
|
|
100
|
+
Copyright (c) Felix Böhm
|
|
101
|
+
All rights reserved.
|
|
102
|
+
|
|
103
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
104
|
+
|
|
105
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
106
|
+
|
|
107
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
108
|
+
|
|
109
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
110
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
===
|
|
114
|
+
|
|
115
|
+
# entities@4.5.0 (BSD-2-Clause)
|
|
116
|
+
|
|
117
|
+
Copyright (c) Felix Böhm
|
|
118
|
+
All rights reserved.
|
|
119
|
+
|
|
120
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
121
|
+
|
|
122
|
+
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
123
|
+
|
|
124
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
125
|
+
|
|
126
|
+
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
127
|
+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
128
|
+
|
|
129
|
+
|
|
56
130
|
===
|
|
57
131
|
|
|
58
132
|
# @headlessui/react@2.2.0 (MIT)
|
|
@@ -81,11 +155,11 @@ SOFTWARE.
|
|
|
81
155
|
|
|
82
156
|
===
|
|
83
157
|
|
|
84
|
-
#
|
|
158
|
+
# lib0@0.2.88 (MIT)
|
|
85
159
|
|
|
86
|
-
MIT License
|
|
160
|
+
The MIT License (MIT)
|
|
87
161
|
|
|
88
|
-
Copyright (c) 2019
|
|
162
|
+
Copyright (c) 2019 Kevin Jahns <kevin.jahns@protonmail.com>.
|
|
89
163
|
|
|
90
164
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
91
165
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -108,42 +182,19 @@ SOFTWARE.
|
|
|
108
182
|
|
|
109
183
|
===
|
|
110
184
|
|
|
111
|
-
#
|
|
112
|
-
|
|
113
|
-
Copyright 2010, 2011, Chris Winberry <chris@winberry.net>. All rights reserved.
|
|
114
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
115
|
-
of this software and associated documentation files (the "Software"), to
|
|
116
|
-
deal in the Software without restriction, including without limitation the
|
|
117
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
|
118
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
|
119
|
-
furnished to do so, subject to the following conditions:
|
|
120
|
-
|
|
121
|
-
The above copyright notice and this permission notice shall be included in
|
|
122
|
-
all copies or substantial portions of the Software.
|
|
123
|
-
|
|
124
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
125
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
126
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
127
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
128
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
129
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
130
|
-
IN THE SOFTWARE.
|
|
131
|
-
|
|
132
|
-
===
|
|
185
|
+
# dom-serializer@2.0.0 (MIT)
|
|
133
186
|
|
|
134
|
-
|
|
187
|
+
License
|
|
135
188
|
|
|
136
|
-
|
|
137
|
-
All rights reserved.
|
|
189
|
+
(The MIT License)
|
|
138
190
|
|
|
139
|
-
|
|
191
|
+
Copyright (c) 2014 The cheeriojs contributors
|
|
140
192
|
|
|
141
|
-
|
|
193
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), 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:
|
|
142
194
|
|
|
143
|
-
|
|
195
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
144
196
|
|
|
145
|
-
|
|
146
|
-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
197
|
+
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.
|
|
147
198
|
|
|
148
199
|
|
|
149
200
|
===
|
|
@@ -172,40 +223,6 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
|
172
223
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
173
224
|
|
|
174
225
|
|
|
175
|
-
===
|
|
176
|
-
|
|
177
|
-
# domhandler@5.0.3 (BSD-2-Clause)
|
|
178
|
-
|
|
179
|
-
Copyright (c) Felix Böhm
|
|
180
|
-
All rights reserved.
|
|
181
|
-
|
|
182
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
183
|
-
|
|
184
|
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
185
|
-
|
|
186
|
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
187
|
-
|
|
188
|
-
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
189
|
-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
===
|
|
193
|
-
|
|
194
|
-
# entities@4.5.0 (BSD-2-Clause)
|
|
195
|
-
|
|
196
|
-
Copyright (c) Felix Böhm
|
|
197
|
-
All rights reserved.
|
|
198
|
-
|
|
199
|
-
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
200
|
-
|
|
201
|
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
202
|
-
|
|
203
|
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
204
|
-
|
|
205
|
-
THIS IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS,
|
|
206
|
-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
207
|
-
|
|
208
|
-
|
|
209
226
|
===
|
|
210
227
|
|
|
211
228
|
# @juggle/resize-observer@3.4.0 (Apache-2.0)
|
|
@@ -469,32 +486,43 @@ SOFTWARE.
|
|
|
469
486
|
|
|
470
487
|
===
|
|
471
488
|
|
|
472
|
-
#
|
|
473
|
-
|
|
474
|
-
License
|
|
489
|
+
# @headless-tree/core@0.0.15 (MIT)
|
|
475
490
|
|
|
476
|
-
|
|
491
|
+
MIT
|
|
477
492
|
|
|
478
|
-
|
|
493
|
+
===
|
|
479
494
|
|
|
480
|
-
|
|
495
|
+
# @headless-tree/react@0.0.15 (MIT)
|
|
481
496
|
|
|
482
|
-
|
|
497
|
+
MIT
|
|
483
498
|
|
|
484
|
-
|
|
499
|
+
===
|
|
485
500
|
|
|
501
|
+
# @babel/runtime@7.25.4 (MIT)
|
|
486
502
|
|
|
487
|
-
|
|
503
|
+
MIT License
|
|
488
504
|
|
|
489
|
-
|
|
505
|
+
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
490
506
|
|
|
491
|
-
|
|
507
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
508
|
+
a copy of this software and associated documentation files (the
|
|
509
|
+
"Software"), to deal in the Software without restriction, including
|
|
510
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
511
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
512
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
513
|
+
the following conditions:
|
|
492
514
|
|
|
493
|
-
|
|
515
|
+
The above copyright notice and this permission notice shall be
|
|
516
|
+
included in all copies or substantial portions of the Software.
|
|
494
517
|
|
|
495
|
-
|
|
518
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
519
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
520
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
521
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
522
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
523
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
524
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
496
525
|
|
|
497
|
-
MIT
|
|
498
526
|
|
|
499
527
|
===
|
|
500
528
|
|
|
@@ -523,34 +551,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
523
551
|
SOFTWARE.
|
|
524
552
|
|
|
525
553
|
|
|
526
|
-
===
|
|
527
|
-
|
|
528
|
-
# @babel/runtime@7.25.4 (MIT)
|
|
529
|
-
|
|
530
|
-
MIT License
|
|
531
|
-
|
|
532
|
-
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
533
|
-
|
|
534
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
535
|
-
a copy of this software and associated documentation files (the
|
|
536
|
-
"Software"), to deal in the Software without restriction, including
|
|
537
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
538
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
539
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
540
|
-
the following conditions:
|
|
541
|
-
|
|
542
|
-
The above copyright notice and this permission notice shall be
|
|
543
|
-
included in all copies or substantial portions of the Software.
|
|
544
|
-
|
|
545
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
546
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
547
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
548
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
549
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
550
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
551
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
552
|
-
|
|
553
|
-
|
|
554
554
|
===
|
|
555
555
|
|
|
556
556
|
# @react-aria/focus@3.19.1 (Apache-2.0)
|
|
@@ -1585,33 +1585,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
1585
1585
|
See the License for the specific language governing permissions and
|
|
1586
1586
|
limitations under the License.
|
|
1587
1587
|
|
|
1588
|
-
===
|
|
1589
|
-
|
|
1590
|
-
# @tanstack/virtual-core@3.10.6 (MIT)
|
|
1591
|
-
|
|
1592
|
-
MIT License
|
|
1593
|
-
|
|
1594
|
-
Copyright (c) 2021-present Tanner Linsley
|
|
1595
|
-
|
|
1596
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1597
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1598
|
-
in the Software without restriction, including without limitation the rights
|
|
1599
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1600
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1601
|
-
furnished to do so, subject to the following conditions:
|
|
1602
|
-
|
|
1603
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1604
|
-
copies or substantial portions of the Software.
|
|
1605
|
-
|
|
1606
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1607
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1608
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1609
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1610
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1611
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1612
|
-
SOFTWARE.
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
1588
|
===
|
|
1616
1589
|
|
|
1617
1590
|
# @react-stately/utils@3.10.5 (Apache-2.0)
|
|
@@ -1817,3 +1790,30 @@ SOFTWARE.
|
|
|
1817
1790
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1818
1791
|
See the License for the specific language governing permissions and
|
|
1819
1792
|
limitations under the License.
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
===
|
|
1796
|
+
|
|
1797
|
+
# @tanstack/virtual-core@3.10.6 (MIT)
|
|
1798
|
+
|
|
1799
|
+
MIT License
|
|
1800
|
+
|
|
1801
|
+
Copyright (c) 2021-present Tanner Linsley
|
|
1802
|
+
|
|
1803
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1804
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1805
|
+
in the Software without restriction, including without limitation the rights
|
|
1806
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1807
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1808
|
+
furnished to do so, subject to the following conditions:
|
|
1809
|
+
|
|
1810
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1811
|
+
copies or substantial portions of the Software.
|
|
1812
|
+
|
|
1813
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1814
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1815
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1816
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1817
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1818
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1819
|
+
SOFTWARE.
|
package/dist/bundled.d.ts
CHANGED
|
@@ -1296,10 +1296,8 @@ declare module 'alinea/core/Connection' {
|
|
|
1296
1296
|
|
|
1297
1297
|
declare module 'alinea/core/db/CommitRequest' {
|
|
1298
1298
|
|
|
1299
|
-
import type { CommitApi, SyncApi } from 'alinea/core/Connection';
|
|
1300
1299
|
import type { Change, ChangeFile, ChangesBatch } from 'alinea/core/source/Change';
|
|
1301
1300
|
import type { ReadonlyTree } from 'alinea/core/source/Tree';
|
|
1302
|
-
import type { LocalDB } from 'alinea/core/db/LocalDB';
|
|
1303
1301
|
import type { RemoveFileMutation, UploadFileMutation } from 'alinea/core/db/Mutation';
|
|
1304
1302
|
export interface AddContent extends ChangeFile {
|
|
1305
1303
|
op: 'addContent';
|
|
@@ -1319,7 +1317,6 @@ declare module 'alinea/core/db/CommitRequest' {
|
|
|
1319
1317
|
changes: Array<CommitChange>;
|
|
1320
1318
|
}
|
|
1321
1319
|
export function checkCommit(tree: ReadonlyTree, request: CommitRequest): void;
|
|
1322
|
-
export function attemptCommit(local: LocalDB, remote: CommitApi & SyncApi, request: CommitRequest): Promise<void>;
|
|
1323
1320
|
|
|
1324
1321
|
}
|
|
1325
1322
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
var package_default = {
|
|
3
3
|
bin: "./dist/cli.js",
|
|
4
4
|
name: "alinea",
|
|
5
|
-
version: "1.4.
|
|
5
|
+
version: "1.4.8",
|
|
6
6
|
description: "Headless git-based CMS",
|
|
7
7
|
repository: {
|
|
8
8
|
type: "git",
|
|
@@ -39,9 +39,7 @@ var package_default = {
|
|
|
39
39
|
],
|
|
40
40
|
dependencies: {
|
|
41
41
|
"@alinea/iso": "^0.3.3",
|
|
42
|
-
|
|
43
|
-
esbuild: "^0.25.4",
|
|
44
|
-
stylus: "^0.0.1-security"
|
|
42
|
+
esbuild: "^0.25.4"
|
|
45
43
|
},
|
|
46
44
|
peerDependencies: {
|
|
47
45
|
react: "*",
|
|
@@ -49,9 +49,7 @@ var package_default = {
|
|
|
49
49
|
],
|
|
50
50
|
dependencies: {
|
|
51
51
|
"@alinea/iso": "^0.3.3",
|
|
52
|
-
|
|
53
|
-
esbuild: "^0.25.4",
|
|
54
|
-
stylus: "^0.0.1-security"
|
|
52
|
+
esbuild: "^0.25.4"
|
|
55
53
|
},
|
|
56
54
|
peerDependencies: {
|
|
57
55
|
react: "*",
|
|
@@ -68,6 +66,7 @@ var package_default = {
|
|
|
68
66
|
"@types/fs-extra": "^11.0.1",
|
|
69
67
|
"@types/glob": "^7.1.4",
|
|
70
68
|
"@types/react": "^18.2.13",
|
|
69
|
+
"@types/node": "^24.0.15",
|
|
71
70
|
"@types/react-dom": "^18.2.6",
|
|
72
71
|
"@types/sharedworker": "^0.0.154",
|
|
73
72
|
"@types/sql.js": "^1.4.4",
|
package/dist/cli/Serve.js
CHANGED
package/dist/cli/bin.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
package_default
|
|
3
|
-
} from "../chunks/chunk-
|
|
3
|
+
} from "../chunks/chunk-QWP7LPX7.js";
|
|
4
4
|
import {
|
|
5
5
|
PLazy
|
|
6
6
|
} from "../chunks/chunk-IKINPSS5.js";
|
|
@@ -347,7 +347,7 @@ async function parseOutcome(expected) {
|
|
|
347
347
|
}
|
|
348
348
|
const output = await response.json();
|
|
349
349
|
if (output.success) {
|
|
350
|
-
return output.
|
|
350
|
+
return output.data;
|
|
351
351
|
}
|
|
352
352
|
if (output.error) {
|
|
353
353
|
throw new HttpError(response.status, output.error);
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import type { CommitApi, SyncApi } from '../Connection.js';
|
|
2
1
|
import type { Change, ChangeFile, ChangesBatch } from '../source/Change.js';
|
|
3
2
|
import type { ReadonlyTree } from '../source/Tree.js';
|
|
4
|
-
import type { LocalDB } from './LocalDB.js';
|
|
5
3
|
import type { RemoveFileMutation, UploadFileMutation } from './Mutation.js';
|
|
6
4
|
export interface AddContent extends ChangeFile {
|
|
7
5
|
op: 'addContent';
|
|
@@ -21,4 +19,3 @@ export interface CommitRequest {
|
|
|
21
19
|
changes: Array<CommitChange>;
|
|
22
20
|
}
|
|
23
21
|
export declare function checkCommit(tree: ReadonlyTree, request: CommitRequest): void;
|
|
24
|
-
export declare function attemptCommit(local: LocalDB, remote: CommitApi & SyncApi, request: CommitRequest): Promise<void>;
|
|
@@ -48,21 +48,7 @@ function checkCommit(tree, request) {
|
|
|
48
48
|
if (entry.sha !== sha) throw new Error(`Entry ${path} has changed`);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
async function attemptCommit(local, remote, request) {
|
|
52
|
-
const contentChanges = sourceChanges(request);
|
|
53
|
-
await local.indexChanges(contentChanges);
|
|
54
|
-
try {
|
|
55
|
-
const { sha } = await remote.write(request);
|
|
56
|
-
if (sha === request.intoSha) {
|
|
57
|
-
await local.applyChanges(contentChanges);
|
|
58
|
-
return;
|
|
59
|
-
}
|
|
60
|
-
} finally {
|
|
61
|
-
await local.syncWith(remote);
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
51
|
export {
|
|
65
|
-
attemptCommit,
|
|
66
52
|
checkCommit,
|
|
67
53
|
commitChanges,
|
|
68
54
|
sourceChanges
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bin": "./dist/cli.js",
|
|
3
3
|
"name": "alinea",
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.8",
|
|
5
5
|
"description": "Headless git-based CMS",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -38,9 +38,7 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@alinea/iso": "^0.3.3",
|
|
41
|
-
"
|
|
42
|
-
"esbuild": "^0.25.4",
|
|
43
|
-
"stylus": "^0.0.1-security"
|
|
41
|
+
"esbuild": "^0.25.4"
|
|
44
42
|
},
|
|
45
43
|
"peerDependencies": {
|
|
46
44
|
"react": "*",
|