ibm-cloud-sdk-core 5.4.12 → 5.4.13
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.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.58.7",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -114,6 +114,22 @@
|
|
|
114
114
|
"tagName": "@virtual",
|
|
115
115
|
"syntaxKind": "modifier"
|
|
116
116
|
},
|
|
117
|
+
{
|
|
118
|
+
"tagName": "@jsx",
|
|
119
|
+
"syntaxKind": "block"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"tagName": "@jsxRuntime",
|
|
123
|
+
"syntaxKind": "block"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"tagName": "@jsxFrag",
|
|
127
|
+
"syntaxKind": "block"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"tagName": "@jsxImportSource",
|
|
131
|
+
"syntaxKind": "block"
|
|
132
|
+
},
|
|
117
133
|
{
|
|
118
134
|
"tagName": "@betaDocumentation",
|
|
119
135
|
"syntaxKind": "modifier"
|
|
@@ -3089,7 +3105,7 @@
|
|
|
3089
3105
|
{
|
|
3090
3106
|
"kind": "Reference",
|
|
3091
3107
|
"text": "NodeJS.ReadableStream",
|
|
3092
|
-
"canonicalReference": "!NodeJS.ReadableStream:interface"
|
|
3108
|
+
"canonicalReference": "@types/node!__global.NodeJS.ReadableStream:interface"
|
|
3093
3109
|
},
|
|
3094
3110
|
{
|
|
3095
3111
|
"kind": "Content",
|
|
@@ -3354,7 +3370,7 @@
|
|
|
3354
3370
|
{
|
|
3355
3371
|
"kind": "Reference",
|
|
3356
3372
|
"text": "NodeJS.ReadableStream",
|
|
3357
|
-
"canonicalReference": "!NodeJS.ReadableStream:interface"
|
|
3373
|
+
"canonicalReference": "@types/node!__global.NodeJS.ReadableStream:interface"
|
|
3358
3374
|
},
|
|
3359
3375
|
{
|
|
3360
3376
|
"kind": "Content",
|
|
@@ -3470,7 +3486,7 @@
|
|
|
3470
3486
|
{
|
|
3471
3487
|
"kind": "Reference",
|
|
3472
3488
|
"text": "NodeJS.ReadableStream",
|
|
3473
|
-
"canonicalReference": "!NodeJS.ReadableStream:interface"
|
|
3489
|
+
"canonicalReference": "@types/node!__global.NodeJS.ReadableStream:interface"
|
|
3474
3490
|
},
|
|
3475
3491
|
{
|
|
3476
3492
|
"kind": "Content",
|
|
@@ -3576,7 +3592,7 @@
|
|
|
3576
3592
|
{
|
|
3577
3593
|
"kind": "Reference",
|
|
3578
3594
|
"text": "NodeJS.ReadableStream",
|
|
3579
|
-
"canonicalReference": "!NodeJS.ReadableStream:interface"
|
|
3595
|
+
"canonicalReference": "@types/node!__global.NodeJS.ReadableStream:interface"
|
|
3580
3596
|
},
|
|
3581
3597
|
{
|
|
3582
3598
|
"kind": "Content",
|
|
@@ -3689,7 +3705,7 @@
|
|
|
3689
3705
|
{
|
|
3690
3706
|
"kind": "Reference",
|
|
3691
3707
|
"text": "NodeJS.ReadableStream",
|
|
3692
|
-
"canonicalReference": "!NodeJS.ReadableStream:interface"
|
|
3708
|
+
"canonicalReference": "@types/node!__global.NodeJS.ReadableStream:interface"
|
|
3693
3709
|
},
|
|
3694
3710
|
{
|
|
3695
3711
|
"kind": "Content",
|
|
@@ -5698,7 +5714,7 @@
|
|
|
5698
5714
|
{
|
|
5699
5715
|
"kind": "Reference",
|
|
5700
5716
|
"text": "NodeJS.ReadableStream",
|
|
5701
|
-
"canonicalReference": "!NodeJS.ReadableStream:interface"
|
|
5717
|
+
"canonicalReference": "@types/node!__global.NodeJS.ReadableStream:interface"
|
|
5702
5718
|
},
|
|
5703
5719
|
{
|
|
5704
5720
|
"kind": "Content",
|
package/es/lib/base-service.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="node" />
|
|
17
|
-
import type { CookieJar } from 'tough-cookie';
|
|
18
17
|
import { OutgoingHttpHeaders } from 'http';
|
|
18
|
+
import type { CookieJar } from 'tough-cookie';
|
|
19
19
|
import { AuthenticatorInterface } from '../auth';
|
|
20
20
|
import { RetryOptions } from './request-wrapper';
|
|
21
21
|
/**
|
package/lib/base-service.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
/// <reference types="node" />
|
|
17
|
-
import type { CookieJar } from 'tough-cookie';
|
|
18
17
|
import { OutgoingHttpHeaders } from 'http';
|
|
18
|
+
import type { CookieJar } from 'tough-cookie';
|
|
19
19
|
import { AuthenticatorInterface } from '../auth';
|
|
20
20
|
import { RetryOptions } from './request-wrapper';
|
|
21
21
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ibm-cloud-sdk-core",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.13",
|
|
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",
|
|
@@ -38,26 +38,30 @@
|
|
|
38
38
|
"url": "https://github.com/IBM/node-sdk-core/issues"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@types/debug": "
|
|
42
|
-
"@types/node": "
|
|
43
|
-
"@types/tough-cookie": "
|
|
41
|
+
"@types/debug": "4.1.12",
|
|
42
|
+
"@types/node": "18.19.80",
|
|
43
|
+
"@types/tough-cookie": "4.0.0",
|
|
44
44
|
"axios": "1.15.2",
|
|
45
|
-
"camelcase": "
|
|
46
|
-
"debug": "
|
|
47
|
-
"dotenv": "
|
|
45
|
+
"camelcase": "6.3.0",
|
|
46
|
+
"debug": "4.3.4",
|
|
47
|
+
"dotenv": "16.4.5",
|
|
48
48
|
"extend": "3.0.2",
|
|
49
|
-
"file-type": "
|
|
50
|
-
"form-data": "
|
|
49
|
+
"file-type": "21.3.2",
|
|
50
|
+
"form-data": "4.0.4",
|
|
51
51
|
"isstream": "0.1.2",
|
|
52
|
-
"jsonwebtoken": "
|
|
53
|
-
"load-esm": "
|
|
52
|
+
"jsonwebtoken": "9.0.3",
|
|
53
|
+
"load-esm": "1.0.3",
|
|
54
54
|
"mime-types": "2.1.35",
|
|
55
|
-
"retry-axios": "
|
|
56
|
-
"tough-cookie": "
|
|
55
|
+
"retry-axios": "2.6.0",
|
|
56
|
+
"tough-cookie": "4.1.3"
|
|
57
57
|
},
|
|
58
58
|
"overrides": {
|
|
59
|
-
"semver": "
|
|
60
|
-
"micromatch": "4.0.8"
|
|
59
|
+
"semver": "7.5.3",
|
|
60
|
+
"micromatch": "4.0.8",
|
|
61
|
+
"eslint": {
|
|
62
|
+
"js-yaml": "3.14.2",
|
|
63
|
+
"minimatch": "3.1.5"
|
|
64
|
+
}
|
|
61
65
|
},
|
|
62
66
|
"browser": {
|
|
63
67
|
"./auth/utils/read-credentials-file": "./auth/utils/read-credentials-file.browser"
|