@gooddata/app-toolkit 11.26.0-alpha.2 → 11.26.0-alpha.3
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/NOTICE +292 -3
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/react-app-template.js.tgz +0 -0
- package/esm/react-app-template.ts.tgz +0 -0
- package/package.json +6 -6
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2026-3-
|
|
10
|
+
Date generated: 2026-3-15
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: d4021cc9af9556fec3dce3e4173f336ad5079146
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -228,6 +228,7 @@ Revision ID: 0bc39d0d9d0e369d6a4e8008487c9e54b8d5f834
|
|
|
228
228
|
- @nodelib/fs.scandir (2.1.5) [MIT]
|
|
229
229
|
- @nodelib/fs.stat (2.0.5) [MIT]
|
|
230
230
|
- @nodelib/fs.walk (1.2.8) [MIT]
|
|
231
|
+
- @playwright/test (1.58.2) [Apache-2.0]
|
|
231
232
|
- @polka/url (1.0.0-next.29) [MIT]
|
|
232
233
|
- @react-aria/interactions (3.25.5) [Apache-2.0]
|
|
233
234
|
- @react-aria/ssr (3.9.10) [Apache-2.0]
|
|
@@ -829,6 +830,8 @@ Revision ID: 0bc39d0d9d0e369d6a4e8008487c9e54b8d5f834
|
|
|
829
830
|
- picomatch (4.0.3) [MIT]
|
|
830
831
|
- pify (4.0.1) [MIT]
|
|
831
832
|
- pkg-dir (4.2.0) [MIT]
|
|
833
|
+
- playwright (1.58.2) [Apache-2.0, MIT, ISC, CC-BY-4.0, BSD-3-Clause]
|
|
834
|
+
- playwright-core (1.58.2) [Apache-2.0, mit-addition, MIT, ISC, IETF, BSD-2-Clause, BSD-3-Clause]
|
|
832
835
|
- polished (3.7.2) [MIT, OFL-1.1]
|
|
833
836
|
- possible-typed-array-names (1.1.0) [MIT]
|
|
834
837
|
- postcss (8.5.6) [MIT]
|
|
@@ -3552,6 +3555,18 @@ Package Depth: Transitive
|
|
|
3552
3555
|
MIT
|
|
3553
3556
|
|
|
3554
3557
|
|
|
3558
|
+
--------------------------------------------------------------------------------
|
|
3559
|
+
Package Title: @playwright/test (1.58.2)
|
|
3560
|
+
|
|
3561
|
+
Package Locator: npm+@playwright/test$1.58.2
|
|
3562
|
+
|
|
3563
|
+
Package Depth: Direct
|
|
3564
|
+
--------------------------------------------------------------------------------
|
|
3565
|
+
|
|
3566
|
+
* Declared Licenses *
|
|
3567
|
+
Apache-2.0
|
|
3568
|
+
|
|
3569
|
+
|
|
3555
3570
|
--------------------------------------------------------------------------------
|
|
3556
3571
|
Package Title: @polka/url (1.0.0-next.29)
|
|
3557
3572
|
|
|
@@ -10822,6 +10837,38 @@ Package Depth: Transitive
|
|
|
10822
10837
|
MIT
|
|
10823
10838
|
|
|
10824
10839
|
|
|
10840
|
+
--------------------------------------------------------------------------------
|
|
10841
|
+
Package Title: playwright (1.58.2)
|
|
10842
|
+
|
|
10843
|
+
Package Locator: npm+playwright$1.58.2
|
|
10844
|
+
|
|
10845
|
+
Package Depth: Transitive
|
|
10846
|
+
--------------------------------------------------------------------------------
|
|
10847
|
+
|
|
10848
|
+
* Declared Licenses *
|
|
10849
|
+
Apache-2.0
|
|
10850
|
+
|
|
10851
|
+
|
|
10852
|
+
* Other Licenses *
|
|
10853
|
+
MIT, ISC, CC-BY-4.0, BSD-3-Clause
|
|
10854
|
+
|
|
10855
|
+
|
|
10856
|
+
--------------------------------------------------------------------------------
|
|
10857
|
+
Package Title: playwright-core (1.58.2)
|
|
10858
|
+
|
|
10859
|
+
Package Locator: npm+playwright-core$1.58.2
|
|
10860
|
+
|
|
10861
|
+
Package Depth: Transitive
|
|
10862
|
+
--------------------------------------------------------------------------------
|
|
10863
|
+
|
|
10864
|
+
* Declared Licenses *
|
|
10865
|
+
Apache-2.0
|
|
10866
|
+
|
|
10867
|
+
|
|
10868
|
+
* Other Licenses *
|
|
10869
|
+
mit-addition, MIT, ISC, IETF, BSD-2-Clause, BSD-3-Clause
|
|
10870
|
+
|
|
10871
|
+
|
|
10825
10872
|
--------------------------------------------------------------------------------
|
|
10826
10873
|
Package Title: polished (3.7.2)
|
|
10827
10874
|
|
|
@@ -15635,6 +15682,212 @@ SOFTWARE.
|
|
|
15635
15682
|
limitations under the License.
|
|
15636
15683
|
|
|
15637
15684
|
|
|
15685
|
+
* Apache-2.0 *
|
|
15686
|
+
|
|
15687
|
+
Apache License
|
|
15688
|
+
Version 2.0, January 2004
|
|
15689
|
+
http://www.apache.org/licenses/
|
|
15690
|
+
|
|
15691
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
15692
|
+
|
|
15693
|
+
1. Definitions.
|
|
15694
|
+
|
|
15695
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
15696
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
15697
|
+
|
|
15698
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
15699
|
+
the copyright owner that is granting the License.
|
|
15700
|
+
|
|
15701
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
15702
|
+
other entities that control, are controlled by, or are under common
|
|
15703
|
+
control with that entity. For the purposes of this definition,
|
|
15704
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
15705
|
+
direction or management of such entity, whether by contract or
|
|
15706
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
15707
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
15708
|
+
|
|
15709
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
15710
|
+
exercising permissions granted by this License.
|
|
15711
|
+
|
|
15712
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
15713
|
+
including but not limited to software source code, documentation
|
|
15714
|
+
source, and configuration files.
|
|
15715
|
+
|
|
15716
|
+
"Object" form shall mean any form resulting from mechanical
|
|
15717
|
+
transformation or translation of a Source form, including but
|
|
15718
|
+
not limited to compiled object code, generated documentation,
|
|
15719
|
+
and conversions to other media types.
|
|
15720
|
+
|
|
15721
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
15722
|
+
Object form, made available under the License, as indicated by a
|
|
15723
|
+
copyright notice that is included in or attached to the work
|
|
15724
|
+
(an example is provided in the Appendix below).
|
|
15725
|
+
|
|
15726
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
15727
|
+
form, that is based on (or derived from) the Work and for which the
|
|
15728
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
15729
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
15730
|
+
of this License, Derivative Works shall not include works that remain
|
|
15731
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
15732
|
+
the Work and Derivative Works thereof.
|
|
15733
|
+
|
|
15734
|
+
"Contribution" shall mean any work of authorship, including
|
|
15735
|
+
the original version of the Work and any modifications or additions
|
|
15736
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
15737
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
15738
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
15739
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
15740
|
+
means any form of electronic, verbal, or written communication sent
|
|
15741
|
+
to the Licensor or its representatives, including but not limited to
|
|
15742
|
+
communication on electronic mailing lists, source code control systems,
|
|
15743
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
15744
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
15745
|
+
excluding communication that is conspicuously marked or otherwise
|
|
15746
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
15747
|
+
|
|
15748
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
15749
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
15750
|
+
subsequently incorporated within the Work.
|
|
15751
|
+
|
|
15752
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
15753
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
15754
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
15755
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
15756
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
15757
|
+
Work and such Derivative Works in Source or Object form.
|
|
15758
|
+
|
|
15759
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
15760
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
15761
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
15762
|
+
(except as stated in this section) patent license to make, have made,
|
|
15763
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
15764
|
+
where such license applies only to those patent claims licensable
|
|
15765
|
+
by such Contributor that are necessarily infringed by their
|
|
15766
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
15767
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
15768
|
+
institute patent litigation against any entity (including a
|
|
15769
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
15770
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
15771
|
+
or contributory patent infringement, then any patent licenses
|
|
15772
|
+
granted to You under this License for that Work shall terminate
|
|
15773
|
+
as of the date such litigation is filed.
|
|
15774
|
+
|
|
15775
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
15776
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
15777
|
+
modifications, and in Source or Object form, provided that You
|
|
15778
|
+
meet the following conditions:
|
|
15779
|
+
|
|
15780
|
+
(a) You must give any other recipients of the Work or
|
|
15781
|
+
Derivative Works a copy of this License; and
|
|
15782
|
+
|
|
15783
|
+
(b) You must cause any modified files to carry prominent notices
|
|
15784
|
+
stating that You changed the files; and
|
|
15785
|
+
|
|
15786
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
15787
|
+
that You distribute, all copyright, patent, trademark, and
|
|
15788
|
+
attribution notices from the Source form of the Work,
|
|
15789
|
+
excluding those notices that do not pertain to any part of
|
|
15790
|
+
the Derivative Works; and
|
|
15791
|
+
|
|
15792
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
15793
|
+
distribution, then any Derivative Works that You distribute must
|
|
15794
|
+
include a readable copy of the attribution notices contained
|
|
15795
|
+
within such NOTICE file, excluding those notices that do not
|
|
15796
|
+
pertain to any part of the Derivative Works, in at least one
|
|
15797
|
+
of the following places: within a NOTICE text file distributed
|
|
15798
|
+
as part of the Derivative Works; within the Source form or
|
|
15799
|
+
documentation, if provided along with the Derivative Works; or,
|
|
15800
|
+
within a display generated by the Derivative Works, if and
|
|
15801
|
+
wherever such third-party notices normally appear. The contents
|
|
15802
|
+
of the NOTICE file are for informational purposes only and
|
|
15803
|
+
do not modify the License. You may add Your own attribution
|
|
15804
|
+
notices within Derivative Works that You distribute, alongside
|
|
15805
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
15806
|
+
that such additional attribution notices cannot be construed
|
|
15807
|
+
as modifying the License.
|
|
15808
|
+
|
|
15809
|
+
You may add Your own copyright statement to Your modifications and
|
|
15810
|
+
may provide additional or different license terms and conditions
|
|
15811
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
15812
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
15813
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
15814
|
+
the conditions stated in this License.
|
|
15815
|
+
|
|
15816
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
15817
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
15818
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
15819
|
+
this License, without any additional terms or conditions.
|
|
15820
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
15821
|
+
the terms of any separate license agreement you may have executed
|
|
15822
|
+
with Licensor regarding such Contributions.
|
|
15823
|
+
|
|
15824
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
15825
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
15826
|
+
except as required for reasonable and customary use in describing the
|
|
15827
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
15828
|
+
|
|
15829
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
15830
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
15831
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
15832
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
15833
|
+
implied, including, without limitation, any warranties or conditions
|
|
15834
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
15835
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
15836
|
+
appropriateness of using or redistributing the Work and assume any
|
|
15837
|
+
risks associated with Your exercise of permissions under this License.
|
|
15838
|
+
|
|
15839
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
15840
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
15841
|
+
unless required by applicable law (such as deliberate and grossly
|
|
15842
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
15843
|
+
liable to You for damages, including any direct, indirect, special,
|
|
15844
|
+
incidental, or consequential damages of any character arising as a
|
|
15845
|
+
result of this License or out of the use or inability to use the
|
|
15846
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
15847
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
15848
|
+
other commercial damages or losses), even if such Contributor
|
|
15849
|
+
has been advised of the possibility of such damages.
|
|
15850
|
+
|
|
15851
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
15852
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
15853
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
15854
|
+
or other liability obligations and/or rights consistent with this
|
|
15855
|
+
License. However, in accepting such obligations, You may act only
|
|
15856
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
15857
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
15858
|
+
defend, and hold each Contributor harmless for any liability
|
|
15859
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
15860
|
+
of your accepting any such warranty or additional liability.
|
|
15861
|
+
|
|
15862
|
+
END OF TERMS AND CONDITIONS
|
|
15863
|
+
|
|
15864
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
15865
|
+
|
|
15866
|
+
To apply the Apache License to your work, attach the following
|
|
15867
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
15868
|
+
replaced with your own identifying information. (Don't include
|
|
15869
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
15870
|
+
comment syntax for the file format. We also recommend that a
|
|
15871
|
+
file or class name and description of purpose be included on the
|
|
15872
|
+
same "printed page" as the copyright notice for easier
|
|
15873
|
+
identification within third-party archives.
|
|
15874
|
+
|
|
15875
|
+
Portions Copyright (c) Microsoft Corporation.
|
|
15876
|
+
Portions Copyright 2017 Google Inc.
|
|
15877
|
+
|
|
15878
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
15879
|
+
you may not use this file except in compliance with the License.
|
|
15880
|
+
You may obtain a copy of the License at
|
|
15881
|
+
|
|
15882
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
15883
|
+
|
|
15884
|
+
Unless required by applicable law or agreed to in writing, software
|
|
15885
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
15886
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15887
|
+
See the License for the specific language governing permissions and
|
|
15888
|
+
limitations under the License.
|
|
15889
|
+
|
|
15890
|
+
|
|
15638
15891
|
* Apache-2.0 *
|
|
15639
15892
|
|
|
15640
15893
|
Apache License
|
|
@@ -26992,6 +27245,14 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
26992
27245
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
26993
27246
|
|
|
26994
27247
|
|
|
27248
|
+
* IETF *
|
|
27249
|
+
|
|
27250
|
+
This repository relates to activities in the Internet Engineering Task Force (IETF). All material in this repository is considered Contributions to the IETF Standards Process, as defined in the intellectual property policies of IETF currently designated as BCP 78, BCP 79 and the IETF Trust Legal Provisions (TLP) Relating to IETF Documents.
|
|
27251
|
+
|
|
27252
|
+
Any edit, commit, pull request, issue, comment or other change made to this repository constitutes Contributions to the IETF Standards Process (https://www.ietf.org/).
|
|
27253
|
+
|
|
27254
|
+
You agree to comply with all applicable IETF policies and procedures, including, BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being subject to a Simplified BSD License) in Contributions.
|
|
27255
|
+
|
|
26995
27256
|
* ISC *
|
|
26996
27257
|
|
|
26997
27258
|
ISC License
|
|
@@ -34623,6 +34884,34 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
34623
34884
|
SOFTWARE.
|
|
34624
34885
|
|
|
34625
34886
|
|
|
34887
|
+
* mit-addition *
|
|
34888
|
+
|
|
34889
|
+
Permission is hereby granted, free of charge, to any person obtaining a
|
|
34890
|
+
copy of this software and associated documentation files (the
|
|
34891
|
+
"Software"), to deal in the Software without restriction, including
|
|
34892
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
34893
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
34894
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
34895
|
+
the following conditions:
|
|
34896
|
+
|
|
34897
|
+
The above copyright notice and this permission notice shall be included
|
|
34898
|
+
in all copies or substantial portions of the Software.
|
|
34899
|
+
|
|
34900
|
+
THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
|
|
34901
|
+
EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
|
|
34902
|
+
WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
|
|
34903
|
+
|
|
34904
|
+
IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT
|
|
34905
|
+
OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
|
|
34906
|
+
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
|
|
34907
|
+
THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
|
|
34908
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
34909
|
+
|
|
34910
|
+
In addition, the following condition applies:
|
|
34911
|
+
|
|
34912
|
+
All redistributions must retain an intact copy of this copyright notice
|
|
34913
|
+
and disclaimer.
|
|
34914
|
+
|
|
34626
34915
|
* public-domain *
|
|
34627
34916
|
|
|
34628
34917
|
No license text available
|
|
@@ -34663,4 +34952,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
34663
34952
|
--------------------------------------------------------------------------------
|
|
34664
34953
|
--------------------------------------------------------------------------------
|
|
34665
34954
|
|
|
34666
|
-
Report Generated by FOSSA on 2026-3-
|
|
34955
|
+
Report Generated by FOSSA on 2026-3-15
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.26.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.26.0-alpha.3";
|
|
2
2
|
export declare const LIB_DESCRIPTION = "CLI with useful tools for creating and maintaining GoodData web applications.";
|
|
3
3
|
export declare const LIB_NAME = "@gooddata/app-toolkit";
|
|
4
4
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// (C) 2021 GoodData Corporation
|
|
2
2
|
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
|
-
export const LIB_VERSION = "11.26.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.26.0-alpha.3";
|
|
4
4
|
export const LIB_DESCRIPTION = "CLI with useful tools for creating and maintaining GoodData web applications.";
|
|
5
5
|
export const LIB_NAME = "@gooddata/app-toolkit";
|
|
6
6
|
//# sourceMappingURL=__version.js.map
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/app-toolkit",
|
|
3
|
-
"version": "11.26.0-alpha.
|
|
3
|
+
"version": "11.26.0-alpha.3",
|
|
4
4
|
"description": "CLI with useful tools for creating and maintaining GoodData web applications.",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"validate-npm-package-name": "^5.0.0",
|
|
47
47
|
"webpack-cli": "6.0.1",
|
|
48
48
|
"webpack-dev-server": "5.2.2",
|
|
49
|
-
"@gooddata/sdk-backend-spi": "11.26.0-alpha.
|
|
50
|
-
"@gooddata/sdk-backend-tiger": "11.26.0-alpha.
|
|
51
|
-
"@gooddata/sdk-model": "11.26.0-alpha.
|
|
49
|
+
"@gooddata/sdk-backend-spi": "11.26.0-alpha.3",
|
|
50
|
+
"@gooddata/sdk-backend-tiger": "11.26.0-alpha.3",
|
|
51
|
+
"@gooddata/sdk-model": "11.26.0-alpha.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/columnify": "^1.5.1",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"typescript": "5.9.3",
|
|
77
77
|
"vitest": "4.0.8",
|
|
78
78
|
"webpack": "5.93.0",
|
|
79
|
-
"@gooddata/eslint-config": "11.26.0-alpha.
|
|
80
|
-
"@gooddata/oxlint-config": "11.26.0-alpha.
|
|
79
|
+
"@gooddata/eslint-config": "11.26.0-alpha.3",
|
|
80
|
+
"@gooddata/oxlint-config": "11.26.0-alpha.3"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|
|
83
83
|
"_phase:build": "npm run build",
|