Skip to content

Commit c955c76

Browse files
committed
fix(build): updated dependencies
2 parents 81ca8f9 + cfef7af commit c955c76

File tree

6 files changed

+2749
-3369
lines changed

6 files changed

+2749
-3369
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ coverage/
55
dist/
66
node_modules/
77
examples/**/node_modules/
8+
!examples/**/*.js
89
example/*.js
10+
example/**/node_modules/
911
scripts/*.js
1012

1113
test/resources/auth.js

code-engine/v2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* (C) Copyright IBM Corp. 2022.
2+
* (C) Copyright IBM Corp. 2023.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* IBM OpenAPI SDK Code Generator Version: 3.62.0-a2a22f95-20221115-162524
18+
* IBM OpenAPI SDK Code Generator Version: 3.64.0-959a5845-20230112-195144
1919
*/
2020

2121
/* eslint-disable max-classes-per-file */

examples/code-engine.v2.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @jest-environment node
33
*/
44
/**
5-
* (C) Copyright IBM Corp. 2022.
5+
* (C) Copyright IBM Corp. 2023.
66
*
77
* Licensed under the Apache License, Version 2.0 (the "License");
88
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)