Skip to content

Commit 6cd736e

Browse files
committed
wup
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 5c2366a commit 6cd736e

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

src/contrib/bom/index.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*!
2+
This file is part of CycloneDX JavaScript Library.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
16+
SPDX-License-Identifier: Apache-2.0
17+
Copyright (c) OWASP Foundation. All Rights Reserved.
18+
*/
19+
20+
export * as Utils from './utils'

src/contrib/index.common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
2121
* Some features in this library are marked as contrib. These are community-provided extensions and are not part of the official standard. They are optional and may evolve independently from the core.
2222
*/
2323

24+
export * as Bom from './bom'
2425
export * as PackageUrl from './packageUrl'

src/utils/index.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Copyright (c) OWASP Foundation. All Rights Reserved.
1919

2020
// region deprecated re-exports
2121

22-
import * as _BomUtils from "../contrib/bom/utils";
22+
import * as _BomUtils from '../contrib/bom/utils'
2323

2424
/**
2525
* Deprecated — Alias of {@link Contrib.Bom.Utils}.

0 commit comments

Comments
 (0)