ibm-cloud-sdk-core 4.3.3 → 5.0.0
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.
- package/.secrets.baseline +4 -4
- package/CHANGELOG.md +25 -0
- package/MIGRATION-V5.md +15 -0
- package/build/docs/ibm-cloud-sdk-core.md +0 -24
- package/docs/ibm-cloud-sdk-core.api.json +0 -378
- package/es/index.d.ts +1 -3
- package/es/index.js +1 -3
- package/etc/ibm-cloud-sdk-core.api.md +0 -30
- package/ibm-cloud-sdk-core.d.ts +0 -90
- package/index.d.ts +1 -3
- package/index.js +2 -16
- package/package.json +3 -5
- package/sdk-test-utilities/README.md +8 -0
- package/{es/lib/sdk-test-helpers.js → sdk-test-utilities/index.js} +41 -20
- package/sdk-test-utilities/package-lock.json +516 -0
- package/sdk-test-utilities/package.json +17 -0
- package/temp/ibm-cloud-sdk-core.api.json +0 -378
- package/temp/ibm-cloud-sdk-core.api.md +0 -30
- package/build/docs/ibm-cloud-sdk-core.unittestutils.checkforsuccessfulexecution.md +0 -53
- package/build/docs/ibm-cloud-sdk-core.unittestutils.checkmediaheaders.md +0 -85
- package/build/docs/ibm-cloud-sdk-core.unittestutils.checkurlandmethod.md +0 -85
- package/build/docs/ibm-cloud-sdk-core.unittestutils.checkuserheader.md +0 -85
- package/build/docs/ibm-cloud-sdk-core.unittestutils.expecttobepromise.md +0 -53
- package/build/docs/ibm-cloud-sdk-core.unittestutils.getoptions.md +0 -55
- package/build/docs/ibm-cloud-sdk-core.unittestutils.md +0 -86
- package/es/lib/sdk-test-helpers.browser.d.ts +0 -21
- package/es/lib/sdk-test-helpers.browser.js +0 -23
- package/es/lib/sdk-test-helpers.d.ts +0 -72
- package/lib/sdk-test-helpers.browser.d.ts +0 -21
- package/lib/sdk-test-helpers.browser.js +0 -32
- package/lib/sdk-test-helpers.d.ts +0 -72
- package/lib/sdk-test-helpers.js +0 -102
|
@@ -0,0 +1,516 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ibm-cloud/sdk-test-utilities",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "@ibm-cloud/sdk-test-utilities",
|
|
9
|
+
"version": "0.0.1",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"expect": "^29.7.0"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
"node_modules/@babel/code-frame": {
|
|
16
|
+
"version": "7.24.7",
|
|
17
|
+
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz",
|
|
18
|
+
"integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==",
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@babel/highlight": "^7.24.7",
|
|
21
|
+
"picocolors": "^1.0.0"
|
|
22
|
+
},
|
|
23
|
+
"engines": {
|
|
24
|
+
"node": ">=6.9.0"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"node_modules/@babel/helper-validator-identifier": {
|
|
28
|
+
"version": "7.24.7",
|
|
29
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz",
|
|
30
|
+
"integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==",
|
|
31
|
+
"engines": {
|
|
32
|
+
"node": ">=6.9.0"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"node_modules/@babel/highlight": {
|
|
36
|
+
"version": "7.24.7",
|
|
37
|
+
"resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz",
|
|
38
|
+
"integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==",
|
|
39
|
+
"dependencies": {
|
|
40
|
+
"@babel/helper-validator-identifier": "^7.24.7",
|
|
41
|
+
"chalk": "^2.4.2",
|
|
42
|
+
"js-tokens": "^4.0.0",
|
|
43
|
+
"picocolors": "^1.0.0"
|
|
44
|
+
},
|
|
45
|
+
"engines": {
|
|
46
|
+
"node": ">=6.9.0"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"node_modules/@babel/highlight/node_modules/ansi-styles": {
|
|
50
|
+
"version": "3.2.1",
|
|
51
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
|
|
52
|
+
"integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"color-convert": "^1.9.0"
|
|
55
|
+
},
|
|
56
|
+
"engines": {
|
|
57
|
+
"node": ">=4"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"node_modules/@babel/highlight/node_modules/chalk": {
|
|
61
|
+
"version": "2.4.2",
|
|
62
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
|
|
63
|
+
"integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
|
|
64
|
+
"dependencies": {
|
|
65
|
+
"ansi-styles": "^3.2.1",
|
|
66
|
+
"escape-string-regexp": "^1.0.5",
|
|
67
|
+
"supports-color": "^5.3.0"
|
|
68
|
+
},
|
|
69
|
+
"engines": {
|
|
70
|
+
"node": ">=4"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"node_modules/@babel/highlight/node_modules/color-convert": {
|
|
74
|
+
"version": "1.9.3",
|
|
75
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
|
|
76
|
+
"integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
|
|
77
|
+
"dependencies": {
|
|
78
|
+
"color-name": "1.1.3"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"node_modules/@babel/highlight/node_modules/color-name": {
|
|
82
|
+
"version": "1.1.3",
|
|
83
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
|
|
84
|
+
"integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw=="
|
|
85
|
+
},
|
|
86
|
+
"node_modules/@babel/highlight/node_modules/escape-string-regexp": {
|
|
87
|
+
"version": "1.0.5",
|
|
88
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
89
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
90
|
+
"engines": {
|
|
91
|
+
"node": ">=0.8.0"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"node_modules/@babel/highlight/node_modules/has-flag": {
|
|
95
|
+
"version": "3.0.0",
|
|
96
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
|
|
97
|
+
"integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
|
|
98
|
+
"engines": {
|
|
99
|
+
"node": ">=4"
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"node_modules/@babel/highlight/node_modules/supports-color": {
|
|
103
|
+
"version": "5.5.0",
|
|
104
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
|
|
105
|
+
"integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
|
|
106
|
+
"dependencies": {
|
|
107
|
+
"has-flag": "^3.0.0"
|
|
108
|
+
},
|
|
109
|
+
"engines": {
|
|
110
|
+
"node": ">=4"
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
"node_modules/@jest/expect-utils": {
|
|
114
|
+
"version": "29.7.0",
|
|
115
|
+
"resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz",
|
|
116
|
+
"integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==",
|
|
117
|
+
"dependencies": {
|
|
118
|
+
"jest-get-type": "^29.6.3"
|
|
119
|
+
},
|
|
120
|
+
"engines": {
|
|
121
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"node_modules/@jest/schemas": {
|
|
125
|
+
"version": "29.6.3",
|
|
126
|
+
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz",
|
|
127
|
+
"integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
|
|
128
|
+
"dependencies": {
|
|
129
|
+
"@sinclair/typebox": "^0.27.8"
|
|
130
|
+
},
|
|
131
|
+
"engines": {
|
|
132
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
"node_modules/@jest/types": {
|
|
136
|
+
"version": "29.6.3",
|
|
137
|
+
"resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz",
|
|
138
|
+
"integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
|
|
139
|
+
"dependencies": {
|
|
140
|
+
"@jest/schemas": "^29.6.3",
|
|
141
|
+
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
142
|
+
"@types/istanbul-reports": "^3.0.0",
|
|
143
|
+
"@types/node": "*",
|
|
144
|
+
"@types/yargs": "^17.0.8",
|
|
145
|
+
"chalk": "^4.0.0"
|
|
146
|
+
},
|
|
147
|
+
"engines": {
|
|
148
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"node_modules/@sinclair/typebox": {
|
|
152
|
+
"version": "0.27.8",
|
|
153
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz",
|
|
154
|
+
"integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA=="
|
|
155
|
+
},
|
|
156
|
+
"node_modules/@types/istanbul-lib-coverage": {
|
|
157
|
+
"version": "2.0.6",
|
|
158
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz",
|
|
159
|
+
"integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w=="
|
|
160
|
+
},
|
|
161
|
+
"node_modules/@types/istanbul-lib-report": {
|
|
162
|
+
"version": "3.0.3",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz",
|
|
164
|
+
"integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
|
|
165
|
+
"dependencies": {
|
|
166
|
+
"@types/istanbul-lib-coverage": "*"
|
|
167
|
+
}
|
|
168
|
+
},
|
|
169
|
+
"node_modules/@types/istanbul-reports": {
|
|
170
|
+
"version": "3.0.4",
|
|
171
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz",
|
|
172
|
+
"integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
|
|
173
|
+
"dependencies": {
|
|
174
|
+
"@types/istanbul-lib-report": "*"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"node_modules/@types/node": {
|
|
178
|
+
"version": "20.14.2",
|
|
179
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz",
|
|
180
|
+
"integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==",
|
|
181
|
+
"dependencies": {
|
|
182
|
+
"undici-types": "~5.26.4"
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"node_modules/@types/stack-utils": {
|
|
186
|
+
"version": "2.0.3",
|
|
187
|
+
"resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz",
|
|
188
|
+
"integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw=="
|
|
189
|
+
},
|
|
190
|
+
"node_modules/@types/yargs": {
|
|
191
|
+
"version": "17.0.32",
|
|
192
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz",
|
|
193
|
+
"integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==",
|
|
194
|
+
"dependencies": {
|
|
195
|
+
"@types/yargs-parser": "*"
|
|
196
|
+
}
|
|
197
|
+
},
|
|
198
|
+
"node_modules/@types/yargs-parser": {
|
|
199
|
+
"version": "21.0.3",
|
|
200
|
+
"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz",
|
|
201
|
+
"integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ=="
|
|
202
|
+
},
|
|
203
|
+
"node_modules/ansi-styles": {
|
|
204
|
+
"version": "4.3.0",
|
|
205
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
206
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
207
|
+
"dependencies": {
|
|
208
|
+
"color-convert": "^2.0.1"
|
|
209
|
+
},
|
|
210
|
+
"engines": {
|
|
211
|
+
"node": ">=8"
|
|
212
|
+
},
|
|
213
|
+
"funding": {
|
|
214
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"node_modules/braces": {
|
|
218
|
+
"version": "3.0.3",
|
|
219
|
+
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
|
220
|
+
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
|
221
|
+
"dependencies": {
|
|
222
|
+
"fill-range": "^7.1.1"
|
|
223
|
+
},
|
|
224
|
+
"engines": {
|
|
225
|
+
"node": ">=8"
|
|
226
|
+
}
|
|
227
|
+
},
|
|
228
|
+
"node_modules/chalk": {
|
|
229
|
+
"version": "4.1.2",
|
|
230
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
231
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
232
|
+
"dependencies": {
|
|
233
|
+
"ansi-styles": "^4.1.0",
|
|
234
|
+
"supports-color": "^7.1.0"
|
|
235
|
+
},
|
|
236
|
+
"engines": {
|
|
237
|
+
"node": ">=10"
|
|
238
|
+
},
|
|
239
|
+
"funding": {
|
|
240
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
"node_modules/ci-info": {
|
|
244
|
+
"version": "3.9.0",
|
|
245
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz",
|
|
246
|
+
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
247
|
+
"funding": [
|
|
248
|
+
{
|
|
249
|
+
"type": "github",
|
|
250
|
+
"url": "https://github.com/sponsors/sibiraj-s"
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"engines": {
|
|
254
|
+
"node": ">=8"
|
|
255
|
+
}
|
|
256
|
+
},
|
|
257
|
+
"node_modules/color-convert": {
|
|
258
|
+
"version": "2.0.1",
|
|
259
|
+
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
|
260
|
+
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
|
261
|
+
"dependencies": {
|
|
262
|
+
"color-name": "~1.1.4"
|
|
263
|
+
},
|
|
264
|
+
"engines": {
|
|
265
|
+
"node": ">=7.0.0"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"node_modules/color-name": {
|
|
269
|
+
"version": "1.1.4",
|
|
270
|
+
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
|
271
|
+
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
|
|
272
|
+
},
|
|
273
|
+
"node_modules/diff-sequences": {
|
|
274
|
+
"version": "29.6.3",
|
|
275
|
+
"resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz",
|
|
276
|
+
"integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==",
|
|
277
|
+
"engines": {
|
|
278
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"node_modules/escape-string-regexp": {
|
|
282
|
+
"version": "2.0.0",
|
|
283
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
|
|
284
|
+
"integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
|
|
285
|
+
"engines": {
|
|
286
|
+
"node": ">=8"
|
|
287
|
+
}
|
|
288
|
+
},
|
|
289
|
+
"node_modules/expect": {
|
|
290
|
+
"version": "29.7.0",
|
|
291
|
+
"resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz",
|
|
292
|
+
"integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==",
|
|
293
|
+
"dependencies": {
|
|
294
|
+
"@jest/expect-utils": "^29.7.0",
|
|
295
|
+
"jest-get-type": "^29.6.3",
|
|
296
|
+
"jest-matcher-utils": "^29.7.0",
|
|
297
|
+
"jest-message-util": "^29.7.0",
|
|
298
|
+
"jest-util": "^29.7.0"
|
|
299
|
+
},
|
|
300
|
+
"engines": {
|
|
301
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
302
|
+
}
|
|
303
|
+
},
|
|
304
|
+
"node_modules/fill-range": {
|
|
305
|
+
"version": "7.1.1",
|
|
306
|
+
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
307
|
+
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
|
308
|
+
"dependencies": {
|
|
309
|
+
"to-regex-range": "^5.0.1"
|
|
310
|
+
},
|
|
311
|
+
"engines": {
|
|
312
|
+
"node": ">=8"
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"node_modules/graceful-fs": {
|
|
316
|
+
"version": "4.2.11",
|
|
317
|
+
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
|
|
318
|
+
"integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ=="
|
|
319
|
+
},
|
|
320
|
+
"node_modules/has-flag": {
|
|
321
|
+
"version": "4.0.0",
|
|
322
|
+
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
|
323
|
+
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
324
|
+
"engines": {
|
|
325
|
+
"node": ">=8"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"node_modules/is-number": {
|
|
329
|
+
"version": "7.0.0",
|
|
330
|
+
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
331
|
+
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
|
332
|
+
"engines": {
|
|
333
|
+
"node": ">=0.12.0"
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
"node_modules/jest-diff": {
|
|
337
|
+
"version": "29.7.0",
|
|
338
|
+
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz",
|
|
339
|
+
"integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==",
|
|
340
|
+
"dependencies": {
|
|
341
|
+
"chalk": "^4.0.0",
|
|
342
|
+
"diff-sequences": "^29.6.3",
|
|
343
|
+
"jest-get-type": "^29.6.3",
|
|
344
|
+
"pretty-format": "^29.7.0"
|
|
345
|
+
},
|
|
346
|
+
"engines": {
|
|
347
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
350
|
+
"node_modules/jest-get-type": {
|
|
351
|
+
"version": "29.6.3",
|
|
352
|
+
"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz",
|
|
353
|
+
"integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==",
|
|
354
|
+
"engines": {
|
|
355
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
356
|
+
}
|
|
357
|
+
},
|
|
358
|
+
"node_modules/jest-matcher-utils": {
|
|
359
|
+
"version": "29.7.0",
|
|
360
|
+
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz",
|
|
361
|
+
"integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==",
|
|
362
|
+
"dependencies": {
|
|
363
|
+
"chalk": "^4.0.0",
|
|
364
|
+
"jest-diff": "^29.7.0",
|
|
365
|
+
"jest-get-type": "^29.6.3",
|
|
366
|
+
"pretty-format": "^29.7.0"
|
|
367
|
+
},
|
|
368
|
+
"engines": {
|
|
369
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
"node_modules/jest-message-util": {
|
|
373
|
+
"version": "29.7.0",
|
|
374
|
+
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz",
|
|
375
|
+
"integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==",
|
|
376
|
+
"dependencies": {
|
|
377
|
+
"@babel/code-frame": "^7.12.13",
|
|
378
|
+
"@jest/types": "^29.6.3",
|
|
379
|
+
"@types/stack-utils": "^2.0.0",
|
|
380
|
+
"chalk": "^4.0.0",
|
|
381
|
+
"graceful-fs": "^4.2.9",
|
|
382
|
+
"micromatch": "^4.0.4",
|
|
383
|
+
"pretty-format": "^29.7.0",
|
|
384
|
+
"slash": "^3.0.0",
|
|
385
|
+
"stack-utils": "^2.0.3"
|
|
386
|
+
},
|
|
387
|
+
"engines": {
|
|
388
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"node_modules/jest-util": {
|
|
392
|
+
"version": "29.7.0",
|
|
393
|
+
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz",
|
|
394
|
+
"integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
|
|
395
|
+
"dependencies": {
|
|
396
|
+
"@jest/types": "^29.6.3",
|
|
397
|
+
"@types/node": "*",
|
|
398
|
+
"chalk": "^4.0.0",
|
|
399
|
+
"ci-info": "^3.2.0",
|
|
400
|
+
"graceful-fs": "^4.2.9",
|
|
401
|
+
"picomatch": "^2.2.3"
|
|
402
|
+
},
|
|
403
|
+
"engines": {
|
|
404
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"node_modules/js-tokens": {
|
|
408
|
+
"version": "4.0.0",
|
|
409
|
+
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
410
|
+
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
|
|
411
|
+
},
|
|
412
|
+
"node_modules/micromatch": {
|
|
413
|
+
"version": "4.0.7",
|
|
414
|
+
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz",
|
|
415
|
+
"integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==",
|
|
416
|
+
"dependencies": {
|
|
417
|
+
"braces": "^3.0.3",
|
|
418
|
+
"picomatch": "^2.3.1"
|
|
419
|
+
},
|
|
420
|
+
"engines": {
|
|
421
|
+
"node": ">=8.6"
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"node_modules/picocolors": {
|
|
425
|
+
"version": "1.0.1",
|
|
426
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
|
|
427
|
+
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew=="
|
|
428
|
+
},
|
|
429
|
+
"node_modules/picomatch": {
|
|
430
|
+
"version": "2.3.1",
|
|
431
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
432
|
+
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
433
|
+
"engines": {
|
|
434
|
+
"node": ">=8.6"
|
|
435
|
+
},
|
|
436
|
+
"funding": {
|
|
437
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"node_modules/pretty-format": {
|
|
441
|
+
"version": "29.7.0",
|
|
442
|
+
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz",
|
|
443
|
+
"integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==",
|
|
444
|
+
"dependencies": {
|
|
445
|
+
"@jest/schemas": "^29.6.3",
|
|
446
|
+
"ansi-styles": "^5.0.0",
|
|
447
|
+
"react-is": "^18.0.0"
|
|
448
|
+
},
|
|
449
|
+
"engines": {
|
|
450
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
451
|
+
}
|
|
452
|
+
},
|
|
453
|
+
"node_modules/pretty-format/node_modules/ansi-styles": {
|
|
454
|
+
"version": "5.2.0",
|
|
455
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
456
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
457
|
+
"engines": {
|
|
458
|
+
"node": ">=10"
|
|
459
|
+
},
|
|
460
|
+
"funding": {
|
|
461
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"node_modules/react-is": {
|
|
465
|
+
"version": "18.3.1",
|
|
466
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
467
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
|
|
468
|
+
},
|
|
469
|
+
"node_modules/slash": {
|
|
470
|
+
"version": "3.0.0",
|
|
471
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
472
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
473
|
+
"engines": {
|
|
474
|
+
"node": ">=8"
|
|
475
|
+
}
|
|
476
|
+
},
|
|
477
|
+
"node_modules/stack-utils": {
|
|
478
|
+
"version": "2.0.6",
|
|
479
|
+
"resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
|
|
480
|
+
"integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
|
|
481
|
+
"dependencies": {
|
|
482
|
+
"escape-string-regexp": "^2.0.0"
|
|
483
|
+
},
|
|
484
|
+
"engines": {
|
|
485
|
+
"node": ">=10"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
"node_modules/supports-color": {
|
|
489
|
+
"version": "7.2.0",
|
|
490
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
491
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
492
|
+
"dependencies": {
|
|
493
|
+
"has-flag": "^4.0.0"
|
|
494
|
+
},
|
|
495
|
+
"engines": {
|
|
496
|
+
"node": ">=8"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
"node_modules/to-regex-range": {
|
|
500
|
+
"version": "5.0.1",
|
|
501
|
+
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
502
|
+
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
|
503
|
+
"dependencies": {
|
|
504
|
+
"is-number": "^7.0.0"
|
|
505
|
+
},
|
|
506
|
+
"engines": {
|
|
507
|
+
"node": ">=8.0"
|
|
508
|
+
}
|
|
509
|
+
},
|
|
510
|
+
"node_modules/undici-types": {
|
|
511
|
+
"version": "5.26.5",
|
|
512
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz",
|
|
513
|
+
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@ibm-cloud/sdk-test-utilities",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "A set of utility methods for unit tests in IBM Cloud SDKs",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"N/A\""
|
|
8
|
+
},
|
|
9
|
+
"author": "Dustin Popp",
|
|
10
|
+
"license": "Apache-2.0",
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"expect": "^29.7.0"
|
|
13
|
+
},
|
|
14
|
+
"engines": {
|
|
15
|
+
"node": ">=18"
|
|
16
|
+
}
|
|
17
|
+
}
|