@zowe/cics-for-zowe-cli 6.13.1 → 6.16.1
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/NOTICE +93 -56
- package/lib/imperative.js +3 -4
- package/lib/imperative.js.map +1 -1
- package/npm-shrinkwrap.json +6 -31
- package/package.json +3 -3
package/NOTICE
CHANGED
|
@@ -240,7 +240,7 @@ Copyright 2015 Gareth Jones (with contributions from many other people)
|
|
|
240
240
|
|
|
241
241
|
------
|
|
242
242
|
|
|
243
|
-
** exponential-backoff; version 3.1.
|
|
243
|
+
** exponential-backoff; version 3.1.3 -- https://github.com/coveooss/exponential-backoff#readme
|
|
244
244
|
Copyright 2019 Coveo Solutions Inc.
|
|
245
245
|
|
|
246
246
|
|
|
@@ -882,7 +882,7 @@ For these and/or other purposes and motivations, and without any expectation of
|
|
|
882
882
|
|
|
883
883
|
------
|
|
884
884
|
|
|
885
|
-
** glob; version 10.
|
|
885
|
+
** glob; version 10.5.0 -- https://github.com/isaacs/node-glob#readme
|
|
886
886
|
Copyright (c) 2009-2023 Isaac Z. Schlueter and Contributors
|
|
887
887
|
|
|
888
888
|
The ISC License
|
|
@@ -1194,7 +1194,7 @@ Copyright (c) Isaac Z. Schlueter and Contributors
|
|
|
1194
1194
|
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1195
1195
|
** read; version 3.0.1 -- https://github.com/npm/read#readme
|
|
1196
1196
|
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1197
|
-
** semver; version 7.7.
|
|
1197
|
+
** semver; version 7.7.3 -- https://github.com/npm/node-semver#readme
|
|
1198
1198
|
Copyright Isaac Z. Schlueter
|
|
1199
1199
|
Copyright (c) Isaac Z. Schlueter and Contributors
|
|
1200
1200
|
** tar; version 6.2.1 -- https://github.com/isaacs/node-tar#readme
|
|
@@ -2291,6 +2291,10 @@ SOFTWARE.
|
|
|
2291
2291
|
|
|
2292
2292
|
------
|
|
2293
2293
|
|
|
2294
|
+
** @dabh/diagnostics; version 2.0.8 -- https://github.com/DABH/diagnostics
|
|
2295
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2296
|
+
** @so-ric/colorspace; version 1.1.6 -- https://github.com/so-ric/colorspace
|
|
2297
|
+
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2294
2298
|
** enabled; version 2.0.0 -- https://github.com/3rd-Eden/enabled#readme
|
|
2295
2299
|
Copyright (c) 2015 Arnout Kazemier, Martijn Swaagman
|
|
2296
2300
|
** fn.name; version 1.1.0 -- https://github.com/3rd-Eden/fn.name
|
|
@@ -3025,7 +3029,6 @@ SOFTWARE.
|
|
|
3025
3029
|
------
|
|
3026
3030
|
|
|
3027
3031
|
** markdown-it; version 14.1.0 -- https://github.com/markdown-it/markdown-it#readme
|
|
3028
|
-
(c) (tm)
|
|
3029
3032
|
Copyright (c) 2014 Vitaly Puzrin, Alex Kocharin
|
|
3030
3033
|
Copyright Joyent, Inc. and other Node contributors
|
|
3031
3034
|
|
|
@@ -3148,6 +3151,34 @@ modified and distributed under the terms of the MIT license above.
|
|
|
3148
3151
|
https://github.com/bitinn/node-fetch
|
|
3149
3152
|
|
|
3150
3153
|
|
|
3154
|
+
------
|
|
3155
|
+
|
|
3156
|
+
** color-string; version 2.1.4 -- https://github.com/Qix-/color-string#readme
|
|
3157
|
+
Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>
|
|
3158
|
+
|
|
3159
|
+
Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>
|
|
3160
|
+
|
|
3161
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3162
|
+
a copy of this software and associated documentation files (the
|
|
3163
|
+
"Software"), to deal in the Software without restriction, including
|
|
3164
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3165
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3166
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3167
|
+
the following conditions:
|
|
3168
|
+
|
|
3169
|
+
The above copyright notice and this permission notice shall be
|
|
3170
|
+
included in all copies or substantial portions of the Software.
|
|
3171
|
+
|
|
3172
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3173
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3174
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3175
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3176
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3177
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3178
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3179
|
+
|
|
3180
|
+
|
|
3181
|
+
|
|
3151
3182
|
------
|
|
3152
3183
|
|
|
3153
3184
|
** rfdc; version 1.4.1 -- https://github.com/davidmarkclements/rfdc#readme
|
|
@@ -3419,7 +3450,7 @@ THE SOFTWARE.
|
|
|
3419
3450
|
|
|
3420
3451
|
------
|
|
3421
3452
|
|
|
3422
|
-
** js-yaml; version 4.1.
|
|
3453
|
+
** js-yaml; version 4.1.1 -- https://github.com/nodeca/js-yaml#readme
|
|
3423
3454
|
Copyright (c) 2011-2015 by Vitaly Puzrin
|
|
3424
3455
|
|
|
3425
3456
|
(The MIT License)
|
|
@@ -3540,11 +3571,39 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
|
3540
3571
|
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3541
3572
|
|
|
3542
3573
|
|
|
3574
|
+
------
|
|
3575
|
+
|
|
3576
|
+
** color; version 5.0.3 -- https://github.com/Qix-/color#readme
|
|
3577
|
+
Copyright (c) 2012 Heather Arthur
|
|
3578
|
+
|
|
3579
|
+
Copyright (c) 2012 Heather Arthur
|
|
3580
|
+
|
|
3581
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3582
|
+
a copy of this software and associated documentation files (the
|
|
3583
|
+
"Software"), to deal in the Software without restriction, including
|
|
3584
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3585
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3586
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3587
|
+
the following conditions:
|
|
3588
|
+
|
|
3589
|
+
The above copyright notice and this permission notice shall be
|
|
3590
|
+
included in all copies or substantial portions of the Software.
|
|
3591
|
+
|
|
3592
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3593
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3594
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3595
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3596
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3597
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3598
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3599
|
+
|
|
3600
|
+
|
|
3601
|
+
|
|
3543
3602
|
------
|
|
3544
3603
|
|
|
3545
3604
|
** @types/triple-beam; version 1.3.5 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/triple-beam
|
|
3546
3605
|
Copyright (c) Microsoft Corporation
|
|
3547
|
-
** @types/yargs; version 17.0.
|
|
3606
|
+
** @types/yargs; version 17.0.35 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs
|
|
3548
3607
|
Copyright (c) Microsoft Corporation
|
|
3549
3608
|
** @types/yargs-parser; version 21.0.3 -- https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/yargs-parser
|
|
3550
3609
|
Copyright (c) Microsoft Corporation
|
|
@@ -4338,7 +4397,7 @@ IN THE SOFTWARE.
|
|
|
4338
4397
|
|
|
4339
4398
|
------
|
|
4340
4399
|
|
|
4341
|
-
** ip-address; version 10.0
|
|
4400
|
+
** ip-address; version 10.1.0 -- https://github.com/beaugunderson/ip-address#readme
|
|
4342
4401
|
Copyright (c) 2011 by Beau Gunderson
|
|
4343
4402
|
|
|
4344
4403
|
Copyright (C) 2011 by Beau Gunderson
|
|
@@ -4362,6 +4421,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
4362
4421
|
THE SOFTWARE.
|
|
4363
4422
|
|
|
4364
4423
|
|
|
4424
|
+
------
|
|
4425
|
+
|
|
4426
|
+
** winston; version 3.19.0 -- https://github.com/winstonjs/winston#readme
|
|
4427
|
+
(c) 2010 Charlie Robbins
|
|
4428
|
+
Copyright (c) 2010 Charlie Robbins
|
|
4429
|
+
|
|
4430
|
+
Copyright (c) 2010 Charlie Robbins
|
|
4431
|
+
|
|
4432
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4433
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4434
|
+
in the Software without restriction, including without limitation the rights
|
|
4435
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4436
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4437
|
+
furnished to do so, subject to the following conditions:
|
|
4438
|
+
|
|
4439
|
+
The above copyright notice and this permission notice shall be included in
|
|
4440
|
+
all copies or substantial portions of the Software.
|
|
4441
|
+
|
|
4442
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4443
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4444
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4445
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4446
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4447
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
4448
|
+
THE SOFTWARE.
|
|
4449
|
+
|
|
4365
4450
|
------
|
|
4366
4451
|
|
|
4367
4452
|
** is-lambda; version 1.0.1 -- https://github.com/watson/is-lambda
|
|
@@ -5177,6 +5262,7 @@ software or this license, under any kind of legal claim.***
|
|
|
5177
5262
|
------
|
|
5178
5263
|
|
|
5179
5264
|
** path-scurry; version 1.11.1 -- https://github.com/isaacs/path-scurry#readme
|
|
5265
|
+
** sax; version 1.4.3 -- https://github.com/isaacs/sax-js#readme
|
|
5180
5266
|
|
|
5181
5267
|
# Blue Oak Model License
|
|
5182
5268
|
|
|
@@ -5319,55 +5405,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
5319
5405
|
SOFTWARE.
|
|
5320
5406
|
|
|
5321
5407
|
|
|
5322
|
-
------
|
|
5323
|
-
|
|
5324
|
-
** sax; version 1.4.1 -- https://github.com/isaacs/sax-js#readme
|
|
5325
|
-
Copyright (c) 2010-2024 Isaac Z. Schlueter and Contributors
|
|
5326
|
-
Copyright (c) 2010-2024 Mathias Bynens <https://mathiasbynens.be/>
|
|
5327
|
-
|
|
5328
|
-
The ISC License
|
|
5329
|
-
|
|
5330
|
-
Copyright (c) 2010-2024 Isaac Z. Schlueter and Contributors
|
|
5331
|
-
|
|
5332
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
5333
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
5334
|
-
copyright notice and this permission notice appear in all copies.
|
|
5335
|
-
|
|
5336
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
5337
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
5338
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
5339
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
5340
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
5341
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
5342
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
5343
|
-
|
|
5344
|
-
====
|
|
5345
|
-
|
|
5346
|
-
`String.fromCodePoint` by Mathias Bynens used according to terms of MIT
|
|
5347
|
-
License, as follows:
|
|
5348
|
-
|
|
5349
|
-
Copyright (c) 2010-2024 Mathias Bynens <https://mathiasbynens.be/>
|
|
5350
|
-
|
|
5351
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
5352
|
-
a copy of this software and associated documentation files (the
|
|
5353
|
-
"Software"), to deal in the Software without restriction, including
|
|
5354
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
5355
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
5356
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
5357
|
-
the following conditions:
|
|
5358
|
-
|
|
5359
|
-
The above copyright notice and this permission notice shall be
|
|
5360
|
-
included in all copies or substantial portions of the Software.
|
|
5361
|
-
|
|
5362
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
5363
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
5364
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
5365
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
5366
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
5367
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
5368
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5369
|
-
|
|
5370
|
-
|
|
5371
5408
|
------
|
|
5372
5409
|
|
|
5373
5410
|
** opener; version 1.5.2 -- https://github.com/domenic/opener#readme
|
package/lib/imperative.js
CHANGED
|
@@ -9,8 +9,9 @@
|
|
|
9
9
|
* Copyright Contributors to the Zowe Project.
|
|
10
10
|
*
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
// Imperative version of Zowe CLI
|
|
13
13
|
const cics_for_zowe_sdk_1 = require("@zowe/cics-for-zowe-sdk");
|
|
14
|
+
const PluginConstants_1 = require("./PluginConstants");
|
|
14
15
|
const config = {
|
|
15
16
|
commandModuleGlobs: ["*/*.definition!(.d).*s"],
|
|
16
17
|
rootCommandDescription: PluginConstants_1.PluginConstants.PLUGIN_DESCRIPTION,
|
|
@@ -23,9 +24,7 @@ const config = {
|
|
|
23
24
|
// connProfType: "cics"
|
|
24
25
|
// }
|
|
25
26
|
// ],
|
|
26
|
-
profiles: [
|
|
27
|
-
(0, cics_for_zowe_sdk_1.getCICSProfileDefinition)(),
|
|
28
|
-
],
|
|
27
|
+
profiles: [(0, cics_for_zowe_sdk_1.getCICSProfileDefinition)()],
|
|
29
28
|
};
|
|
30
29
|
module.exports = config;
|
|
31
30
|
//# sourceMappingURL=imperative.js.map
|
package/lib/imperative.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"imperative.js","sourceRoot":"","sources":["../src/imperative.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;
|
|
1
|
+
{"version":3,"file":"imperative.js","sourceRoot":"","sources":["../src/imperative.ts"],"names":[],"mappings":";AAAA;;;;;;;;;GASG;AAEH,iCAAiC;AACjC,+DAAmE;AAEnE,uDAAoD;AAEpD,MAAM,MAAM,GAAsB;IAChC,kBAAkB,EAAE,CAAC,wBAAwB,CAAC;IAC9C,sBAAsB,EAAE,iCAAe,CAAC,kBAAkB;IAC1D,kBAAkB,EAAE,iCAAe,CAAC,WAAW;IAC/C,IAAI,EAAE,iCAAe,CAAC,iBAAiB;IACvC,qBAAqB;IACrB,QAAQ;IACR,8CAA8C;IAC9C,gCAAgC;IAChC,+BAA+B;IAC/B,QAAQ;IACR,KAAK;IACL,QAAQ,EAAE,CAAC,IAAA,4CAAwB,GAAE,CAAC;CACvC,CAAC;AAEF,iBAAS,MAAM,CAAC"}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cics-for-zowe-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.16.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zowe/cics-for-zowe-cli",
|
|
9
|
-
"version": "6.
|
|
9
|
+
"version": "6.16.1",
|
|
10
10
|
"license": "EPL-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@zowe/cics-for-zowe-sdk": "6.
|
|
12
|
+
"@zowe/cics-for-zowe-sdk": "6.16.1"
|
|
13
13
|
},
|
|
14
14
|
"engines": {
|
|
15
15
|
"node": ">=18.12.0"
|
|
@@ -19,9 +19,8 @@
|
|
|
19
19
|
}
|
|
20
20
|
},
|
|
21
21
|
"node_modules/@zowe/cics-for-zowe-sdk": {
|
|
22
|
-
"version": "6.
|
|
23
|
-
"
|
|
24
|
-
"integrity": "sha512-2nBqWWTdHEAo70uH1HPGJBTYypXoaInzWw+uIWr0ne46ZO8M+SVFOSh1Vu59qUAkcRamhM71cUft++3MrpOqiA==",
|
|
22
|
+
"version": "6.16.1",
|
|
23
|
+
"integrity": "sha512-3jDcJaSt/MHBmwdO3mWj3UY9Il1/Zb1DC7Pw05/kDEpYqVGT9NcGN0D5z4ZRJyFr300pt92G5cIoa4//jOQ7Nw==",
|
|
25
24
|
"license": "EPL-2.0",
|
|
26
25
|
"dependencies": {
|
|
27
26
|
"xml2js": "0.5.0"
|
|
@@ -56,29 +55,5 @@
|
|
|
56
55
|
}
|
|
57
56
|
}
|
|
58
57
|
},
|
|
59
|
-
"dependencies": {
|
|
60
|
-
"@zowe/cics-for-zowe-sdk": {
|
|
61
|
-
"version": "6.13.1",
|
|
62
|
-
"resolved": "https://registry.npmjs.org/@zowe/cics-for-zowe-sdk/-/cics-for-zowe-sdk-6.13.1.tgz",
|
|
63
|
-
"integrity": "sha512-2nBqWWTdHEAo70uH1HPGJBTYypXoaInzWw+uIWr0ne46ZO8M+SVFOSh1Vu59qUAkcRamhM71cUft++3MrpOqiA==",
|
|
64
|
-
"requires": {
|
|
65
|
-
"xml2js": "0.5.0"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"sax": {
|
|
69
|
-
"version": "1.4.1"
|
|
70
|
-
},
|
|
71
|
-
"xml2js": {
|
|
72
|
-
"version": "0.5.0",
|
|
73
|
-
"requires": {
|
|
74
|
-
"sax": ">=0.6.0",
|
|
75
|
-
"xmlbuilder": "~11.0.0"
|
|
76
|
-
},
|
|
77
|
-
"dependencies": {
|
|
78
|
-
"xmlbuilder": {
|
|
79
|
-
"version": "11.0.1"
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
58
|
+
"dependencies": {}
|
|
84
59
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zowe/cics-for-zowe-cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.16.1",
|
|
4
4
|
"author": "Zowe",
|
|
5
5
|
"license": "EPL-2.0",
|
|
6
6
|
"description": "Zowe CLI Plug-in for IBM CICS Transaction Server",
|
|
@@ -46,13 +46,13 @@
|
|
|
46
46
|
"installPlugin": "npm install && npm run clean && npm run build && zowe plugins install .",
|
|
47
47
|
"preshrinkwrap": "node ../../scripts/rewriteShrinkwrap.js",
|
|
48
48
|
"typedoc": "typedoc --out ./docs/typedoc/ ./src/ --disableOutputCheck",
|
|
49
|
-
"pretty": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"__mocks__/**/*.ts\""
|
|
49
|
+
"pretty": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"__mocks__/**/*.ts\" --ignore-path ../../.prettierignore"
|
|
50
50
|
},
|
|
51
51
|
"imperative": {
|
|
52
52
|
"configurationModule": "lib/imperative.js"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@zowe/cics-for-zowe-sdk": "6.
|
|
55
|
+
"@zowe/cics-for-zowe-sdk": "6.16.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@zowe/imperative": "^8.0.0"
|