-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [5.52.0](v5.51.1...v5.52.0) (2024-10-30) ### Bug Fixes * generate basic authentication fields for OpenAPI integration ([#1407](#1407)) ([584b832](584b832)) * remove support for the "enable" action in table inputs ([#1386](#1386)) ([26a4bb9](26a4bb9)) ### Features * print warning when entity does not have validators ([#1409](#1409)) ([ad12cea](ad12cea)) * require splunktaucclib 6.4.0 during the build phase ([#1412](#1412)) ([0d20269](0d20269))
- Loading branch information
1 parent
446c2be
commit 35c8503
Showing
4 changed files
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,9 @@ | |
|
||
The following 3rd-party software packages may be used by or distributed with addonfactory-ucc-generator. Any information relevant to third-party vendors listed below are collected using common, reasonable means. | ||
|
||
Date generated: 2024-10-22 | ||
Date generated: 2024-10-30 | ||
|
||
Revision ID: 2f6cef743e560a0bcc3c32805c6e526985ae7ad5 | ||
Revision ID: 446c2be147b78cfa82e5eb1d80a698370cb74893 | ||
|
||
================================================================================ | ||
================================================================================ | ||
|
@@ -17297,7 +17297,7 @@ Package Title: packaging (24.0) | |
|
||
Package Locator: pip+packaging$24.0 | ||
|
||
Package Depth: Transitive | ||
Package Depth: Direct | ||
-------------------------------------------------------------------------------- | ||
|
||
* Declared Licenses * | ||
|
@@ -20678,9 +20678,9 @@ IN THE SOFTWARE. | |
|
||
|
||
-------------------------------------------------------------------------------- | ||
Package Title: uuid (10.0.0) | ||
Package Title: uuid (11.0.1) | ||
|
||
Package Locator: npm+uuid$10.0.0 | ||
Package Locator: npm+uuid$11.0.1 | ||
|
||
Package Depth: Direct | ||
-------------------------------------------------------------------------------- | ||
|
@@ -29169,10 +29169,10 @@ Copyright (c) 2009 11 by RStudio, Inc. | |
|
||
Copyright (c) 2010 | ||
|
||
Copyright (c) 2012 Ajax.org B.V. | ||
|
||
Copyright (c) 2010-2011 The Dojo Foundation All Rights Reserved. | ||
|
||
Copyright (c) 2012 Ajax.org B.V. | ||
|
||
Copyright (c) 2010-2015 Michael Bostock | ||
|
||
Copyright (c) 2010-2018 Michael Bostock | ||
|
@@ -29430,16 +29430,16 @@ Copyright (c) 2018-2021 Josh Junon | |
|
||
Copyright (c) 2017-2019 Benjamin Van Ryseghem<[email protected]> | ||
|
||
Copyright (c) 2023 Michael Mclaughlin` | ||
|
||
Copyright (c) 2017 Benjamin Van Ryseghem<[email protected]> | ||
|
||
Copyright (c) 2022 Michael Mclaughlin <[email protected]> | ||
|
||
Copyright (c) 2014 Adam Draper | ||
Copyright (c) 2023 Michael Mclaughlin` | ||
|
||
Copyright (c) 2015-2017 Företagsplatsen | ||
|
||
Copyright (c) 2014 Adam Draper | ||
|
||
Copyright (c) 2010-2021 James Hall <[email protected]>, https://github.com/MrRio/jsPDF | ||
|
||
Copyright (c) 2014 Steven Spungin (TwelveTone LLC) [email protected] | ||
|
@@ -29722,10 +29722,6 @@ Copyright (c) 2015 Rich Harris | |
|
||
Copyright (c) 2010-2020 Robert Kieffer and other contributors | ||
|
||
Copyright (c) 2011 Sebastian Tschan | ||
|
||
Copyright (c) Paul Johnston 1999 - 2009 | ||
|
||
Copyright (c) 2012 Raynos. | ||
|
||
Copyright (c) 2014 Christoph Burgmer and contributors | ||
|
@@ -29932,4 +29928,4 @@ either expressed or implied, of the FreeBSD Project. | |
-------------------------------------------------------------------------------- | ||
-------------------------------------------------------------------------------- | ||
|
||
Report Generated by FOSSA on 2024-10-22 | ||
Report Generated by FOSSA on 2024-10-30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
[tool.poetry] | ||
name = "splunk_add_on_ucc_framework" | ||
version = "5.51.1" | ||
version = "5.52.0" | ||
description = "Splunk Add-on SDK formerly UCC is a build and code generation framework" | ||
license = "Apache-2.0" | ||
authors = ["Splunk <[email protected]>"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters