@gooddata/sdk-ui-loaders 10.13.0-alpha.9 → 10.14.0-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/NOTICE +37 -3
  2. package/package.json +5 -5
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: 2024-10-3
10
+ Date generated: 2024-10-9
11
11
 
12
- Revision ID: 85a98d1b4640d7fcfbc239f007e893f21f30281d
12
+ Revision ID: 8c41756eaf8657f30c1424ad3a65cb0edbfeab33
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -393,6 +393,7 @@ Revision ID: 85a98d1b4640d7fcfbc239f007e893f21f30281d
393
393
  - debounce-promise (3.1.2) [MIT]
394
394
  - debug (2.6.9) [MIT]
395
395
  - debug (4.3.4) [MIT]
396
+ - debug (4.3.7) [MIT]
396
397
  - decimal.js (10.4.3) [MIT]
397
398
  - decode-named-character-reference (1.0.2) [MIT]
398
399
  - deep-eql (4.1.3) [MIT]
@@ -14307,6 +14308,39 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14307
14308
 
14308
14309
 
14309
14310
 
14311
+ --------------------------------------------------------------------------------
14312
+ Package Title: debug (4.3.7)
14313
+
14314
+ Package Locator: npm+debug$4.3.7
14315
+ --------------------------------------------------------------------------------
14316
+
14317
+ * Declared Licenses *
14318
+ MIT
14319
+
14320
+
14321
+ (The MIT License)
14322
+
14323
+ Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
14324
+ Copyright (c) 2018-2021 Josh Junon
14325
+
14326
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software
14327
+ and associated documentation files (the 'Software'), to deal in the Software without restriction,
14328
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
14329
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
14330
+ subject to the following conditions:
14331
+
14332
+ The above copyright notice and this permission notice shall be included in all copies or substantial
14333
+ portions of the Software.
14334
+
14335
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
14336
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
14337
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
14338
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
14339
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14340
+
14341
+
14342
+
14343
+
14310
14344
  --------------------------------------------------------------------------------
14311
14345
  Package Title: decimal.js (10.4.3)
14312
14346
 
@@ -69186,4 +69220,4 @@ POSSIBILITY OF SUCH DAMAGE.
69186
69220
  --------------------------------------------------------------------------------
69187
69221
  --------------------------------------------------------------------------------
69188
69222
 
69189
- Report Generated by FOSSA on 2024-10-3
69223
+ Report Generated by FOSSA on 2024-10-9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-loaders",
3
- "version": "10.13.0-alpha.9",
3
+ "version": "10.14.0-alpha.0",
4
4
  "description": "GoodData SDK Runtime Component Loaders",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,10 +32,10 @@
32
32
  "semver": "^7.3.5",
33
33
  "ts-invariant": "^0.7.5",
34
34
  "tslib": "^2.5.0",
35
- "@gooddata/sdk-backend-spi": "10.13.0-alpha.9",
36
- "@gooddata/sdk-model": "10.13.0-alpha.9",
37
- "@gooddata/sdk-ui": "10.13.0-alpha.9",
38
- "@gooddata/sdk-ui-dashboard": "10.13.0-alpha.9"
35
+ "@gooddata/sdk-backend-spi": "10.14.0-alpha.0",
36
+ "@gooddata/sdk-ui": "10.14.0-alpha.0",
37
+ "@gooddata/sdk-model": "10.14.0-alpha.0",
38
+ "@gooddata/sdk-ui-dashboard": "10.14.0-alpha.0"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "react": "^16.10.0 || ^17.0.0 || ^18.0.0",