@gooddata/app-toolkit 11.22.0 → 11.23.0-alpha.1

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 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-2-18
10
+ Date generated: 2026-2-19
11
11
 
12
- Revision ID: 762dc77fcedb6dc1973fe471dc4a514c5b950eb2
12
+ Revision ID: a6e52eb3d8204ec56875b9a397cd24c4ee342c0b
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -151,6 +151,8 @@ Revision ID: 762dc77fcedb6dc1973fe471dc4a514c5b950eb2
151
151
  - @csstools/css-tokenizer (3.0.4) [MIT]
152
152
  - @csstools/media-query-list-parser (4.0.3) [MIT]
153
153
  - @csstools/selector-specificity (5.0.0) [CC0-1.0]
154
+ - @dagrejs/dagre (1.1.8) [MIT, BSD-3-Clause, BSD-2-Clause]
155
+ - @dagrejs/graphlib (2.2.4) [MIT, BSD-3-Clause]
154
156
  - @date-fns/tz (1.4.1) [MIT]
155
157
  - @discoveryjs/json-ext (0.5.7) [MIT]
156
158
  - @discoveryjs/json-ext (0.6.3) [MIT]
@@ -192,6 +194,8 @@ Revision ID: 762dc77fcedb6dc1973fe471dc4a514c5b950eb2
192
194
  - @isaacs/balanced-match (4.0.1) [MIT]
193
195
  - @isaacs/brace-expansion (5.0.1) [MIT]
194
196
  - @isaacs/cliui (8.0.2) [ISC]
197
+ - @joint/core (4.2.4) [MPL-2.0]
198
+ - @joint/layout-directed-graph (4.2.3) [MPL-2.0]
195
199
  - @jridgewell/gen-mapping (0.3.13) [MIT]
196
200
  - @jridgewell/remapping (2.3.5) [MIT]
197
201
  - @jridgewell/resolve-uri (3.1.2) [MIT]
@@ -2616,6 +2620,38 @@ Package Depth: Transitive
2616
2620
  CC0-1.0
2617
2621
 
2618
2622
 
2623
+ --------------------------------------------------------------------------------
2624
+ Package Title: @dagrejs/dagre (1.1.8)
2625
+
2626
+ Package Locator: npm+@dagrejs/dagre$1.1.8
2627
+
2628
+ Package Depth: Transitive
2629
+ --------------------------------------------------------------------------------
2630
+
2631
+ * Declared Licenses *
2632
+ MIT
2633
+
2634
+
2635
+ * Other Licenses *
2636
+ BSD-3-Clause, BSD-2-Clause
2637
+
2638
+
2639
+ --------------------------------------------------------------------------------
2640
+ Package Title: @dagrejs/graphlib (2.2.4)
2641
+
2642
+ Package Locator: npm+@dagrejs/graphlib$2.2.4
2643
+
2644
+ Package Depth: Transitive
2645
+ --------------------------------------------------------------------------------
2646
+
2647
+ * Declared Licenses *
2648
+ MIT
2649
+
2650
+
2651
+ * Other Licenses *
2652
+ BSD-3-Clause
2653
+
2654
+
2619
2655
  --------------------------------------------------------------------------------
2620
2656
  Package Title: @date-fns/tz (1.4.1)
2621
2657
 
@@ -3108,6 +3144,30 @@ Package Depth: Transitive
3108
3144
  ISC
3109
3145
 
3110
3146
 
3147
+ --------------------------------------------------------------------------------
3148
+ Package Title: @joint/core (4.2.4)
3149
+
3150
+ Package Locator: npm+@joint/core$4.2.4
3151
+
3152
+ Package Depth: Direct
3153
+ --------------------------------------------------------------------------------
3154
+
3155
+ * Declared Licenses *
3156
+ MPL-2.0
3157
+
3158
+
3159
+ --------------------------------------------------------------------------------
3160
+ Package Title: @joint/layout-directed-graph (4.2.3)
3161
+
3162
+ Package Locator: npm+@joint/layout-directed-graph$4.2.3
3163
+
3164
+ Package Depth: Direct
3165
+ --------------------------------------------------------------------------------
3166
+
3167
+ * Declared Licenses *
3168
+ MPL-2.0, MPL-2.0
3169
+
3170
+
3111
3171
  --------------------------------------------------------------------------------
3112
3172
  Package Title: @jridgewell/gen-mapping (0.3.13)
3113
3173
 
@@ -23940,6 +24000,29 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23940
24000
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23941
24001
  THE SOFTWARE.
23942
24002
 
24003
+ * MIT *
24004
+
24005
+ Copyright (c) 2012-2014 Chris Pettitt
24006
+
24007
+ Permission is hereby granted, free of charge, to any person obtaining a copy
24008
+ of this software and associated documentation files (the "Software"), to deal
24009
+ in the Software without restriction, including without limitation the rights
24010
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24011
+ copies of the Software, and to permit persons to whom the Software is
24012
+ furnished to do so, subject to the following conditions:
24013
+
24014
+ The above copyright notice and this permission notice shall be included in
24015
+ all copies or substantial portions of the Software.
24016
+
24017
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
24018
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24019
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24020
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24021
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24022
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24023
+ THE SOFTWARE.
24024
+
24025
+
23943
24026
  * MIT *
23944
24027
 
23945
24028
  Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
@@ -25755,6 +25838,385 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
25755
25838
  OTHER DEALINGS IN THE SOFTWARE.
25756
25839
 
25757
25840
 
25841
+ * MPL-2.0 *
25842
+
25843
+ Copyright 2013 client IO
25844
+ http://client.io
25845
+
25846
+ Mozilla Public License Version 2.0
25847
+ ==================================
25848
+
25849
+ 1. Definitions
25850
+ --------------
25851
+
25852
+ 1.1. "Contributor"
25853
+ means each individual or legal entity that creates, contributes to
25854
+ the creation of, or owns Covered Software.
25855
+
25856
+ 1.2. "Contributor Version"
25857
+ means the combination of the Contributions of others (if any) used
25858
+ by a Contributor and that particular Contributor's Contribution.
25859
+
25860
+ 1.3. "Contribution"
25861
+ means Covered Software of a particular Contributor.
25862
+
25863
+ 1.4. "Covered Software"
25864
+ means Source Code Form to which the initial Contributor has attached
25865
+ the notice in Exhibit A, the Executable Form of such Source Code
25866
+ Form, and Modifications of such Source Code Form, in each case
25867
+ including portions thereof.
25868
+
25869
+ 1.5. "Incompatible With Secondary Licenses"
25870
+ means
25871
+
25872
+ (a) that the initial Contributor has attached the notice described
25873
+ in Exhibit B to the Covered Software; or
25874
+
25875
+ (b) that the Covered Software was made available under the terms of
25876
+ version 1.1 or earlier of the License, but not also under the
25877
+ terms of a Secondary License.
25878
+
25879
+ 1.6. "Executable Form"
25880
+ means any form of the work other than Source Code Form.
25881
+
25882
+ 1.7. "Larger Work"
25883
+ means a work that combines Covered Software with other material, in
25884
+ a separate file or files, that is not Covered Software.
25885
+
25886
+ 1.8. "License"
25887
+ means this document.
25888
+
25889
+ 1.9. "Licensable"
25890
+ means having the right to grant, to the maximum extent possible,
25891
+ whether at the time of the initial grant or subsequently, any and
25892
+ all of the rights conveyed by this License.
25893
+
25894
+ 1.10. "Modifications"
25895
+ means any of the following:
25896
+
25897
+ (a) any file in Source Code Form that results from an addition to,
25898
+ deletion from, or modification of the contents of Covered
25899
+ Software; or
25900
+
25901
+ (b) any new file in Source Code Form that contains any Covered
25902
+ Software.
25903
+
25904
+ 1.11. "Patent Claims" of a Contributor
25905
+ means any patent claim(s), including without limitation, method,
25906
+ process, and apparatus claims, in any patent Licensable by such
25907
+ Contributor that would be infringed, but for the grant of the
25908
+ License, by the making, using, selling, offering for sale, having
25909
+ made, import, or transfer of either its Contributions or its
25910
+ Contributor Version.
25911
+
25912
+ 1.12. "Secondary License"
25913
+ means either the GNU General Public License, Version 2.0, the GNU
25914
+ Lesser General Public License, Version 2.1, the GNU Affero General
25915
+ Public License, Version 3.0, or any later versions of those
25916
+ licenses.
25917
+
25918
+ 1.13. "Source Code Form"
25919
+ means the form of the work preferred for making modifications.
25920
+
25921
+ 1.14. "You" (or "Your")
25922
+ means an individual or a legal entity exercising rights under this
25923
+ License. For legal entities, "You" includes any entity that
25924
+ controls, is controlled by, or is under common control with You. For
25925
+ purposes of this definition, "control" means (a) the power, direct
25926
+ or indirect, to cause the direction or management of such entity,
25927
+ whether by contract or otherwise, or (b) ownership of more than
25928
+ fifty percent (50%) of the outstanding shares or beneficial
25929
+ ownership of such entity.
25930
+
25931
+ 2. License Grants and Conditions
25932
+ --------------------------------
25933
+
25934
+ 2.1. Grants
25935
+
25936
+ Each Contributor hereby grants You a world-wide, royalty-free,
25937
+ non-exclusive license:
25938
+
25939
+ (a) under intellectual property rights (other than patent or trademark)
25940
+ Licensable by such Contributor to use, reproduce, make available,
25941
+ modify, display, perform, distribute, and otherwise exploit its
25942
+ Contributions, either on an unmodified basis, with Modifications, or
25943
+ as part of a Larger Work; and
25944
+
25945
+ (b) under Patent Claims of such Contributor to make, use, sell, offer
25946
+ for sale, have made, import, and otherwise transfer either its
25947
+ Contributions or its Contributor Version.
25948
+
25949
+ 2.2. Effective Date
25950
+
25951
+ The licenses granted in Section 2.1 with respect to any Contribution
25952
+ become effective for each Contribution on the date the Contributor first
25953
+ distributes such Contribution.
25954
+
25955
+ 2.3. Limitations on Grant Scope
25956
+
25957
+ The licenses granted in this Section 2 are the only rights granted under
25958
+ this License. No additional rights or licenses will be implied from the
25959
+ distribution or licensing of Covered Software under this License.
25960
+ Notwithstanding Section 2.1(b) above, no patent license is granted by a
25961
+ Contributor:
25962
+
25963
+ (a) for any code that a Contributor has removed from Covered Software;
25964
+ or
25965
+
25966
+ (b) for infringements caused by: (i) Your and any other third party's
25967
+ modifications of Covered Software, or (ii) the combination of its
25968
+ Contributions with other software (except as part of its Contributor
25969
+ Version); or
25970
+
25971
+ (c) under Patent Claims infringed by Covered Software in the absence of
25972
+ its Contributions.
25973
+
25974
+ This License does not grant any rights in the trademarks, service marks,
25975
+ or logos of any Contributor (except as may be necessary to comply with
25976
+ the notice requirements in Section 3.4).
25977
+
25978
+ 2.4. Subsequent Licenses
25979
+
25980
+ No Contributor makes additional grants as a result of Your choice to
25981
+ distribute the Covered Software under a subsequent version of this
25982
+ License (see Section 10.2) or under the terms of a Secondary License (if
25983
+ permitted under the terms of Section 3.3).
25984
+
25985
+ 2.5. Representation
25986
+
25987
+ Each Contributor represents that the Contributor believes its
25988
+ Contributions are its original creation(s) or it has sufficient rights
25989
+ to grant the rights to its Contributions conveyed by this License.
25990
+
25991
+ 2.6. Fair Use
25992
+
25993
+ This License is not intended to limit any rights You have under
25994
+ applicable copyright doctrines of fair use, fair dealing, or other
25995
+ equivalents.
25996
+
25997
+ 2.7. Conditions
25998
+
25999
+ Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
26000
+ in Section 2.1.
26001
+
26002
+ 3. Responsibilities
26003
+ -------------------
26004
+
26005
+ 3.1. Distribution of Source Form
26006
+
26007
+ All distribution of Covered Software in Source Code Form, including any
26008
+ Modifications that You create or to which You contribute, must be under
26009
+ the terms of this License. You must inform recipients that the Source
26010
+ Code Form of the Covered Software is governed by the terms of this
26011
+ License, and how they can obtain a copy of this License. You may not
26012
+ attempt to alter or restrict the recipients' rights in the Source Code
26013
+ Form.
26014
+
26015
+ 3.2. Distribution of Executable Form
26016
+
26017
+ If You distribute Covered Software in Executable Form then:
26018
+
26019
+ (a) such Covered Software must also be made available in Source Code
26020
+ Form, as described in Section 3.1, and You must inform recipients of
26021
+ the Executable Form how they can obtain a copy of such Source Code
26022
+ Form by reasonable means in a timely manner, at a charge no more
26023
+ than the cost of distribution to the recipient; and
26024
+
26025
+ (b) You may distribute such Executable Form under the terms of this
26026
+ License, or sublicense it under different terms, provided that the
26027
+ license for the Executable Form does not attempt to limit or alter
26028
+ the recipients' rights in the Source Code Form under this License.
26029
+
26030
+ 3.3. Distribution of a Larger Work
26031
+
26032
+ You may create and distribute a Larger Work under terms of Your choice,
26033
+ provided that You also comply with the requirements of this License for
26034
+ the Covered Software. If the Larger Work is a combination of Covered
26035
+ Software with a work governed by one or more Secondary Licenses, and the
26036
+ Covered Software is not Incompatible With Secondary Licenses, this
26037
+ License permits You to additionally distribute such Covered Software
26038
+ under the terms of such Secondary License(s), so that the recipient of
26039
+ the Larger Work may, at their option, further distribute the Covered
26040
+ Software under the terms of either this License or such Secondary
26041
+ License(s).
26042
+
26043
+ 3.4. Notices
26044
+
26045
+ You may not remove or alter the substance of any license notices
26046
+ (including copyright notices, patent notices, disclaimers of warranty,
26047
+ or limitations of liability) contained within the Source Code Form of
26048
+ the Covered Software, except that You may alter any license notices to
26049
+ the extent required to remedy known factual inaccuracies.
26050
+
26051
+ 3.5. Application of Additional Terms
26052
+
26053
+ You may choose to offer, and to charge a fee for, warranty, support,
26054
+ indemnity or liability obligations to one or more recipients of Covered
26055
+ Software. However, You may do so only on Your own behalf, and not on
26056
+ behalf of any Contributor. You must make it absolutely clear that any
26057
+ such warranty, support, indemnity, or liability obligation is offered by
26058
+ You alone, and You hereby agree to indemnify every Contributor for any
26059
+ liability incurred by such Contributor as a result of warranty, support,
26060
+ indemnity or liability terms You offer. You may include additional
26061
+ disclaimers of warranty and limitations of liability specific to any
26062
+ jurisdiction.
26063
+
26064
+ 4. Inability to Comply Due to Statute or Regulation
26065
+ ---------------------------------------------------
26066
+
26067
+ If it is impossible for You to comply with any of the terms of this
26068
+ License with respect to some or all of the Covered Software due to
26069
+ statute, judicial order, or regulation then You must: (a) comply with
26070
+ the terms of this License to the maximum extent possible; and (b)
26071
+ describe the limitations and the code they affect. Such description must
26072
+ be placed in a text file included with all distributions of the Covered
26073
+ Software under this License. Except to the extent prohibited by statute
26074
+ or regulation, such description must be sufficiently detailed for a
26075
+ recipient of ordinary skill to be able to understand it.
26076
+
26077
+ 5. Termination
26078
+ --------------
26079
+
26080
+ 5.1. The rights granted under this License will terminate automatically
26081
+ if You fail to comply with any of its terms. However, if You become
26082
+ compliant, then the rights granted under this License from a particular
26083
+ Contributor are reinstated (a) provisionally, unless and until such
26084
+ Contributor explicitly and finally terminates Your grants, and (b) on an
26085
+ ongoing basis, if such Contributor fails to notify You of the
26086
+ non-compliance by some reasonable means prior to 60 days after You have
26087
+ come back into compliance. Moreover, Your grants from a particular
26088
+ Contributor are reinstated on an ongoing basis if such Contributor
26089
+ notifies You of the non-compliance by some reasonable means, this is the
26090
+ first time You have received notice of non-compliance with this License
26091
+ from such Contributor, and You become compliant prior to 30 days after
26092
+ Your receipt of the notice.
26093
+
26094
+ 5.2. If You initiate litigation against any entity by asserting a patent
26095
+ infringement claim (excluding declaratory judgment actions,
26096
+ counter-claims, and cross-claims) alleging that a Contributor Version
26097
+ directly or indirectly infringes any patent, then the rights granted to
26098
+ You by any and all Contributors for the Covered Software under Section
26099
+ 2.1 of this License shall terminate.
26100
+
26101
+ 5.3. In the event of termination under Sections 5.1 or 5.2 above, all
26102
+ end user license agreements (excluding distributors and resellers) which
26103
+ have been validly granted by You or Your distributors under this License
26104
+ prior to termination shall survive termination.
26105
+
26106
+ ************************************************************************
26107
+ * *
26108
+ * 6. Disclaimer of Warranty *
26109
+ * ------------------------- *
26110
+ * *
26111
+ * Covered Software is provided under this License on an "as is" *
26112
+ * basis, without warranty of any kind, either expressed, implied, or *
26113
+ * statutory, including, without limitation, warranties that the *
26114
+ * Covered Software is free of defects, merchantable, fit for a *
26115
+ * particular purpose or non-infringing. The entire risk as to the *
26116
+ * quality and performance of the Covered Software is with You. *
26117
+ * Should any Covered Software prove defective in any respect, You *
26118
+ * (not any Contributor) assume the cost of any necessary servicing, *
26119
+ * repair, or correction. This disclaimer of warranty constitutes an *
26120
+ * essential part of this License. No use of any Covered Software is *
26121
+ * authorized under this License except under this disclaimer. *
26122
+ * *
26123
+ ************************************************************************
26124
+
26125
+ ************************************************************************
26126
+ * *
26127
+ * 7. Limitation of Liability *
26128
+ * -------------------------- *
26129
+ * *
26130
+ * Under no circumstances and under no legal theory, whether tort *
26131
+ * (including negligence), contract, or otherwise, shall any *
26132
+ * Contributor, or anyone who distributes Covered Software as *
26133
+ * permitted above, be liable to You for any direct, indirect, *
26134
+ * special, incidental, or consequential damages of any character *
26135
+ * including, without limitation, damages for lost profits, loss of *
26136
+ * goodwill, work stoppage, computer failure or malfunction, or any *
26137
+ * and all other commercial damages or losses, even if such party *
26138
+ * shall have been informed of the possibility of such damages. This *
26139
+ * limitation of liability shall not apply to liability for death or *
26140
+ * personal injury resulting from such party's negligence to the *
26141
+ * extent applicable law prohibits such limitation. Some *
26142
+ * jurisdictions do not allow the exclusion or limitation of *
26143
+ * incidental or consequential damages, so this exclusion and *
26144
+ * limitation may not apply to You. *
26145
+ * *
26146
+ ************************************************************************
26147
+
26148
+ 8. Litigation
26149
+ -------------
26150
+
26151
+ Any litigation relating to this License may be brought only in the
26152
+ courts of a jurisdiction where the defendant maintains its principal
26153
+ place of business and such litigation shall be governed by laws of that
26154
+ jurisdiction, without reference to its conflict-of-law provisions.
26155
+ Nothing in this Section shall prevent a party's ability to bring
26156
+ cross-claims or counter-claims.
26157
+
26158
+ 9. Miscellaneous
26159
+ ----------------
26160
+
26161
+ This License represents the complete agreement concerning the subject
26162
+ matter hereof. If any provision of this License is held to be
26163
+ unenforceable, such provision shall be reformed only to the extent
26164
+ necessary to make it enforceable. Any law or regulation which provides
26165
+ that the language of a contract shall be construed against the drafter
26166
+ shall not be used to construe this License against a Contributor.
26167
+
26168
+ 10. Versions of the License
26169
+ ---------------------------
26170
+
26171
+ 10.1. New Versions
26172
+
26173
+ Mozilla Foundation is the license steward. Except as provided in Section
26174
+ 10.3, no one other than the license steward has the right to modify or
26175
+ publish new versions of this License. Each version will be given a
26176
+ distinguishing version number.
26177
+
26178
+ 10.2. Effect of New Versions
26179
+
26180
+ You may distribute the Covered Software under the terms of the version
26181
+ of the License under which You originally received the Covered Software,
26182
+ or under the terms of any subsequent version published by the license
26183
+ steward.
26184
+
26185
+ 10.3. Modified Versions
26186
+
26187
+ If you create software not governed by this License, and you want to
26188
+ create a new license for such software, you may create and use a
26189
+ modified version of this License if you rename the license and remove
26190
+ any references to the name of the license steward (except to note that
26191
+ such modified license differs from this License).
26192
+
26193
+ 10.4. Distributing Source Code Form that is Incompatible With Secondary
26194
+ Licenses
26195
+
26196
+ If You choose to distribute Source Code Form that is Incompatible With
26197
+ Secondary Licenses under the terms of this version of the License, the
26198
+ notice described in Exhibit B of this License must be attached.
26199
+
26200
+ Exhibit A - Source Code Form License Notice
26201
+ -------------------------------------------
26202
+
26203
+ This Source Code Form is subject to the terms of the Mozilla Public
26204
+ License, v. 2.0. If a copy of the MPL was not distributed with this
26205
+ file, You can obtain one at http://mozilla.org/MPL/2.0/.
26206
+
26207
+ If it is not possible or desirable to put the notice in a particular
26208
+ file, then You may include the notice in a location (such as a LICENSE
26209
+ file in a relevant directory) where a recipient would be likely to look
26210
+ for such a notice.
26211
+
26212
+ You may add additional accurate notices of copyright ownership.
26213
+
26214
+ Exhibit B - "Incompatible With Secondary Licenses" Notice
26215
+ ---------------------------------------------------------
26216
+
26217
+ This Source Code Form is "Incompatible With Secondary Licenses", as
26218
+ defined by the Mozilla Public License, v. 2.0.
26219
+
25758
26220
  * BSD-3-Clause *
25759
26221
 
25760
26222
  Copyright 2014 Yahoo! Inc.
@@ -34201,4 +34663,4 @@ POSSIBILITY OF SUCH DAMAGE.
34201
34663
  --------------------------------------------------------------------------------
34202
34664
  --------------------------------------------------------------------------------
34203
34665
 
34204
- Report Generated by FOSSA on 2026-2-18
34666
+ Report Generated by FOSSA on 2026-2-19
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.22.0";
1
+ export declare const LIB_VERSION = "11.23.0-alpha.1";
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
@@ -1 +1 @@
1
- {"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,YAAY,CAAC;AAErC,eAAO,MAAM,eAAe,kFAAkF,CAAC;AAE/G,eAAO,MAAM,QAAQ,0BAA0B,CAAC"}
1
+ {"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,oBAAoB,CAAC;AAE7C,eAAO,MAAM,eAAe,kFAAkF,CAAC;AAE/G,eAAO,MAAM,QAAQ,0BAA0B,CAAC"}
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.22.0";
3
+ export const LIB_VERSION = "11.23.0-alpha.1";
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
@@ -1 +1 @@
1
- {"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,SAAS,CAAC;AAErC,MAAM,CAAC,MAAM,eAAe,GAAG,+EAA+E,CAAC;AAE/G,MAAM,CAAC,MAAM,QAAQ,GAAG,uBAAuB,CAAC"}
1
+ {"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,iBAAiB,CAAC;AAE7C,MAAM,CAAC,MAAM,eAAe,GAAG,+EAA+E,CAAC;AAE/G,MAAM,CAAC,MAAM,QAAQ,GAAG,uBAAuB,CAAC"}
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/app-toolkit",
3
- "version": "11.22.0",
3
+ "version": "11.23.0-alpha.1",
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.22.0",
50
- "@gooddata/sdk-backend-tiger": "11.22.0",
51
- "@gooddata/sdk-model": "11.22.0"
49
+ "@gooddata/sdk-backend-spi": "11.23.0-alpha.1",
50
+ "@gooddata/sdk-backend-tiger": "11.23.0-alpha.1",
51
+ "@gooddata/sdk-model": "11.23.0-alpha.1"
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.22.0",
80
- "@gooddata/oxlint-config": "11.22.0"
79
+ "@gooddata/oxlint-config": "11.23.0-alpha.1",
80
+ "@gooddata/eslint-config": "11.23.0-alpha.1"
81
81
  },
82
82
  "scripts": {
83
83
  "_phase:build": "npm run build",