ibm-cloud-sdk-core 5.4.11 → 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.52.8",
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"
@@ -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
  /**
@@ -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.11",
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": "^4.1.12",
42
- "@types/node": "^18.19.80",
43
- "@types/tough-cookie": "^4.0.0",
44
- "axios": "1.15.0",
45
- "camelcase": "^6.3.0",
46
- "debug": "^4.3.4",
47
- "dotenv": "^16.4.5",
41
+ "@types/debug": "4.1.12",
42
+ "@types/node": "18.19.80",
43
+ "@types/tough-cookie": "4.0.0",
44
+ "axios": "1.15.2",
45
+ "camelcase": "6.3.0",
46
+ "debug": "4.3.4",
47
+ "dotenv": "16.4.5",
48
48
  "extend": "3.0.2",
49
- "file-type": "^21.3.2",
50
- "form-data": "^4.0.4",
49
+ "file-type": "21.3.2",
50
+ "form-data": "4.0.4",
51
51
  "isstream": "0.1.2",
52
- "jsonwebtoken": "^9.0.3",
53
- "load-esm": "^1.0.3",
52
+ "jsonwebtoken": "9.0.3",
53
+ "load-esm": "1.0.3",
54
54
  "mime-types": "2.1.35",
55
- "retry-axios": "^2.6.0",
56
- "tough-cookie": "^4.1.3"
55
+ "retry-axios": "2.6.0",
56
+ "tough-cookie": "4.1.3"
57
57
  },
58
58
  "overrides": {
59
- "semver": "^7.5.3",
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"