ibm-cloud-sdk-core 4.3.2-beta-1 → 4.3.2-beta-2
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.
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
16
17
|
import { expect } from '@jest/globals';
|
|
17
18
|
/**
|
|
18
19
|
* This module provides a set of helper methods used to reduce code duplication in the generated unit tests
|
package/lib/sdk-test-helpers.js
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.expectToBePromise = exports.getOptions = exports.checkForSuccessfulExecution = exports.checkUserHeader = exports.checkMediaHeaders = exports.checkUrlAndMethod = void 0;
|
|
19
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
19
20
|
var globals_1 = require("@jest/globals");
|
|
20
21
|
/**
|
|
21
22
|
* This module provides a set of helper methods used to reduce code duplication in the generated unit tests
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ibm-cloud-sdk-core",
|
|
3
|
-
"version": "4.3.2-beta-
|
|
3
|
+
"version": "4.3.2-beta-2",
|
|
4
4
|
"description": "Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./es/index.d.ts",
|
|
@@ -35,8 +35,6 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@types/debug": "^4.1.12",
|
|
38
|
-
"@types/file-type": "~5.2.1",
|
|
39
|
-
"@types/isstream": "^0.1.0",
|
|
40
38
|
"@types/node": "~10.14.19",
|
|
41
39
|
"@types/tough-cookie": "^4.0.0",
|
|
42
40
|
"axios": "1.6.8",
|