@salesforce/plugin-license-management 1.1.5 → 1.1.6
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/README.md +1 -1
- package/npm-shrinkwrap.json +76 -240
- package/oclif.lock +37 -64
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -116,7 +116,7 @@ EXAMPLES
|
|
|
116
116
|
$ sf license provision --target-org myScratchOrg --definition-file test/config/provisionPSLs.json
|
|
117
117
|
```
|
|
118
118
|
|
|
119
|
-
_See code: [src/commands/license/provision.ts](https://github.com/salesforcecli/plugin-license-management/blob/1.1.
|
|
119
|
+
_See code: [src/commands/license/provision.ts](https://github.com/salesforcecli/plugin-license-management/blob/1.1.6/src/commands/license/provision.ts)_
|
|
120
120
|
|
|
121
121
|
<!-- commandsstop -->
|
|
122
122
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-license-management",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-license-management",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.6",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"@salesforce/sf-plugins-core": "^12"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.20",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.57",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.102",
|
|
21
21
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
22
22
|
"oclif": "^4.23.0",
|
|
23
23
|
"ts-node": "^10.9.2",
|
|
@@ -3081,9 +3081,9 @@
|
|
|
3081
3081
|
}
|
|
3082
3082
|
},
|
|
3083
3083
|
"node_modules/@oclif/core": {
|
|
3084
|
-
"version": "4.11.
|
|
3085
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
3086
|
-
"integrity": "sha512-
|
|
3084
|
+
"version": "4.11.3",
|
|
3085
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
|
|
3086
|
+
"integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
|
|
3087
3087
|
"license": "MIT",
|
|
3088
3088
|
"dependencies": {
|
|
3089
3089
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3100,7 +3100,7 @@
|
|
|
3100
3100
|
"semver": "^7.8.0",
|
|
3101
3101
|
"string-width": "^4.2.3",
|
|
3102
3102
|
"supports-color": "^8",
|
|
3103
|
-
"tinyglobby": "^0.2.
|
|
3103
|
+
"tinyglobby": "^0.2.16",
|
|
3104
3104
|
"widest-line": "^3.1.0",
|
|
3105
3105
|
"wordwrap": "^1.0.0",
|
|
3106
3106
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3193,9 +3193,9 @@
|
|
|
3193
3193
|
}
|
|
3194
3194
|
},
|
|
3195
3195
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3196
|
-
"version": "5.3.
|
|
3197
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3198
|
-
"integrity": "sha512-
|
|
3196
|
+
"version": "5.3.20",
|
|
3197
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz",
|
|
3198
|
+
"integrity": "sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==",
|
|
3199
3199
|
"dev": true,
|
|
3200
3200
|
"license": "MIT",
|
|
3201
3201
|
"dependencies": {
|
|
@@ -3206,7 +3206,7 @@
|
|
|
3206
3206
|
"lodash.difference": "^4.5.0",
|
|
3207
3207
|
"lodash.get": "^4.4.2",
|
|
3208
3208
|
"lodash.sortby": "^4.7.0",
|
|
3209
|
-
"semver": "^7.
|
|
3209
|
+
"semver": "^7.8.0",
|
|
3210
3210
|
"ts-json-schema-generator": "^1.5.1"
|
|
3211
3211
|
},
|
|
3212
3212
|
"bin": {
|
|
@@ -3801,16 +3801,16 @@
|
|
|
3801
3801
|
}
|
|
3802
3802
|
},
|
|
3803
3803
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3804
|
-
"version": "3.1.
|
|
3805
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3806
|
-
"integrity": "sha512-
|
|
3804
|
+
"version": "3.1.102",
|
|
3805
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.102.tgz",
|
|
3806
|
+
"integrity": "sha512-rqzHD452YDPDPqRKicm5ci0+yrsK9zy9Us/1tKIbZBuqJRp6yFDprbyh+4rNrbFEP3qxuyRjSWHRt8QN9ox6dA==",
|
|
3807
3807
|
"dev": true,
|
|
3808
3808
|
"license": "Apache-2.0",
|
|
3809
3809
|
"dependencies": {
|
|
3810
3810
|
"@oclif/core": "^4",
|
|
3811
|
-
"@salesforce/core": "^8.
|
|
3811
|
+
"@salesforce/core": "^8.30.3",
|
|
3812
3812
|
"@salesforce/kit": "^3.2.6",
|
|
3813
|
-
"@salesforce/sf-plugins-core": "^
|
|
3813
|
+
"@salesforce/sf-plugins-core": "^12.2.16",
|
|
3814
3814
|
"@salesforce/ts-types": "^2.0.11",
|
|
3815
3815
|
"chalk": "^5.6.2",
|
|
3816
3816
|
"debug": "^4.4.3",
|
|
@@ -3820,119 +3820,6 @@
|
|
|
3820
3820
|
"node": ">=18.0.0"
|
|
3821
3821
|
}
|
|
3822
3822
|
},
|
|
3823
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/core": {
|
|
3824
|
-
"version": "9.1.0",
|
|
3825
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.1.0.tgz",
|
|
3826
|
-
"integrity": "sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==",
|
|
3827
|
-
"dev": true,
|
|
3828
|
-
"license": "MIT",
|
|
3829
|
-
"dependencies": {
|
|
3830
|
-
"@inquirer/figures": "^1.0.5",
|
|
3831
|
-
"@inquirer/type": "^1.5.3",
|
|
3832
|
-
"@types/mute-stream": "^0.0.4",
|
|
3833
|
-
"@types/node": "^22.5.2",
|
|
3834
|
-
"@types/wrap-ansi": "^3.0.0",
|
|
3835
|
-
"ansi-escapes": "^4.3.2",
|
|
3836
|
-
"cli-spinners": "^2.9.2",
|
|
3837
|
-
"cli-width": "^4.1.0",
|
|
3838
|
-
"mute-stream": "^1.0.0",
|
|
3839
|
-
"signal-exit": "^4.1.0",
|
|
3840
|
-
"strip-ansi": "^6.0.1",
|
|
3841
|
-
"wrap-ansi": "^6.2.0",
|
|
3842
|
-
"yoctocolors-cjs": "^2.1.2"
|
|
3843
|
-
},
|
|
3844
|
-
"engines": {
|
|
3845
|
-
"node": ">=18"
|
|
3846
|
-
}
|
|
3847
|
-
},
|
|
3848
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/core/node_modules/ansi-regex": {
|
|
3849
|
-
"version": "5.0.1",
|
|
3850
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
3851
|
-
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
3852
|
-
"dev": true,
|
|
3853
|
-
"license": "MIT",
|
|
3854
|
-
"engines": {
|
|
3855
|
-
"node": ">=8"
|
|
3856
|
-
}
|
|
3857
|
-
},
|
|
3858
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/core/node_modules/strip-ansi": {
|
|
3859
|
-
"version": "6.0.1",
|
|
3860
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
3861
|
-
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
3862
|
-
"dev": true,
|
|
3863
|
-
"license": "MIT",
|
|
3864
|
-
"dependencies": {
|
|
3865
|
-
"ansi-regex": "^5.0.1"
|
|
3866
|
-
},
|
|
3867
|
-
"engines": {
|
|
3868
|
-
"node": ">=8"
|
|
3869
|
-
}
|
|
3870
|
-
},
|
|
3871
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/password": {
|
|
3872
|
-
"version": "2.2.0",
|
|
3873
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz",
|
|
3874
|
-
"integrity": "sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==",
|
|
3875
|
-
"dev": true,
|
|
3876
|
-
"license": "MIT",
|
|
3877
|
-
"dependencies": {
|
|
3878
|
-
"@inquirer/core": "^9.1.0",
|
|
3879
|
-
"@inquirer/type": "^1.5.3",
|
|
3880
|
-
"ansi-escapes": "^4.3.2"
|
|
3881
|
-
},
|
|
3882
|
-
"engines": {
|
|
3883
|
-
"node": ">=18"
|
|
3884
|
-
}
|
|
3885
|
-
},
|
|
3886
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/type": {
|
|
3887
|
-
"version": "1.5.3",
|
|
3888
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz",
|
|
3889
|
-
"integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==",
|
|
3890
|
-
"dev": true,
|
|
3891
|
-
"license": "MIT",
|
|
3892
|
-
"dependencies": {
|
|
3893
|
-
"mute-stream": "^1.0.0"
|
|
3894
|
-
},
|
|
3895
|
-
"engines": {
|
|
3896
|
-
"node": ">=18"
|
|
3897
|
-
}
|
|
3898
|
-
},
|
|
3899
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/sf-plugins-core": {
|
|
3900
|
-
"version": "11.3.12",
|
|
3901
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.12.tgz",
|
|
3902
|
-
"integrity": "sha512-hi8EcSoRHRxj4sm/V5YDtzq9bPr/cKpM4fC6abo/jRzpXygwizinc2gVQkXfVdhjK7NGMskVRQB1N+0TThG7bA==",
|
|
3903
|
-
"dev": true,
|
|
3904
|
-
"license": "BSD-3-Clause",
|
|
3905
|
-
"dependencies": {
|
|
3906
|
-
"@inquirer/confirm": "^3.1.22",
|
|
3907
|
-
"@inquirer/password": "^2.2.0",
|
|
3908
|
-
"@oclif/core": "^4.0.27",
|
|
3909
|
-
"@salesforce/core": "^8.5.1",
|
|
3910
|
-
"@salesforce/kit": "^3.2.3",
|
|
3911
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
3912
|
-
"ansis": "^3.3.2",
|
|
3913
|
-
"cli-progress": "^3.12.0",
|
|
3914
|
-
"natural-orderby": "^3.0.2",
|
|
3915
|
-
"slice-ansi": "^7.1.0",
|
|
3916
|
-
"string-width": "^7.2.0",
|
|
3917
|
-
"terminal-link": "^3.0.0"
|
|
3918
|
-
},
|
|
3919
|
-
"engines": {
|
|
3920
|
-
"node": ">=18.0.0"
|
|
3921
|
-
}
|
|
3922
|
-
},
|
|
3923
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/ansi-regex": {
|
|
3924
|
-
"version": "6.0.1",
|
|
3925
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
3926
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
3927
|
-
"dev": true,
|
|
3928
|
-
"license": "MIT",
|
|
3929
|
-
"engines": {
|
|
3930
|
-
"node": ">=12"
|
|
3931
|
-
},
|
|
3932
|
-
"funding": {
|
|
3933
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
3934
|
-
}
|
|
3935
|
-
},
|
|
3936
3823
|
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
3937
3824
|
"version": "5.6.2",
|
|
3938
3825
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
@@ -3946,60 +3833,6 @@
|
|
|
3946
3833
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3947
3834
|
}
|
|
3948
3835
|
},
|
|
3949
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/emoji-regex": {
|
|
3950
|
-
"version": "10.3.0",
|
|
3951
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
3952
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
3953
|
-
"dev": true,
|
|
3954
|
-
"license": "MIT"
|
|
3955
|
-
},
|
|
3956
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/signal-exit": {
|
|
3957
|
-
"version": "4.1.0",
|
|
3958
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
3959
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
3960
|
-
"dev": true,
|
|
3961
|
-
"license": "ISC",
|
|
3962
|
-
"engines": {
|
|
3963
|
-
"node": ">=14"
|
|
3964
|
-
},
|
|
3965
|
-
"funding": {
|
|
3966
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3967
|
-
}
|
|
3968
|
-
},
|
|
3969
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/string-width": {
|
|
3970
|
-
"version": "7.2.0",
|
|
3971
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
3972
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
3973
|
-
"dev": true,
|
|
3974
|
-
"license": "MIT",
|
|
3975
|
-
"dependencies": {
|
|
3976
|
-
"emoji-regex": "^10.3.0",
|
|
3977
|
-
"get-east-asian-width": "^1.0.0",
|
|
3978
|
-
"strip-ansi": "^7.1.0"
|
|
3979
|
-
},
|
|
3980
|
-
"engines": {
|
|
3981
|
-
"node": ">=18"
|
|
3982
|
-
},
|
|
3983
|
-
"funding": {
|
|
3984
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3985
|
-
}
|
|
3986
|
-
},
|
|
3987
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/strip-ansi": {
|
|
3988
|
-
"version": "7.1.2",
|
|
3989
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
3990
|
-
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
3991
|
-
"dev": true,
|
|
3992
|
-
"license": "MIT",
|
|
3993
|
-
"dependencies": {
|
|
3994
|
-
"ansi-regex": "^6.0.1"
|
|
3995
|
-
},
|
|
3996
|
-
"engines": {
|
|
3997
|
-
"node": ">=12"
|
|
3998
|
-
},
|
|
3999
|
-
"funding": {
|
|
4000
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
4001
|
-
}
|
|
4002
|
-
},
|
|
4003
3836
|
"node_modules/@salesforce/prettier-config": {
|
|
4004
3837
|
"version": "0.0.3",
|
|
4005
3838
|
"resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
|
|
@@ -4008,16 +3841,16 @@
|
|
|
4008
3841
|
"license": "BSD-3-Clause"
|
|
4009
3842
|
},
|
|
4010
3843
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4011
|
-
"version": "12.2.
|
|
4012
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
4013
|
-
"integrity": "sha512-
|
|
3844
|
+
"version": "12.2.17",
|
|
3845
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.17.tgz",
|
|
3846
|
+
"integrity": "sha512-a8wHzT4IPUxvqUcguTd6wXp4C7R2i+HTjjiCBNNEqL5/OFXmROlttalgxFceRsnfoi2Sq9jYuVIVWHOs43uEWQ==",
|
|
4014
3847
|
"license": "Apache-2.0",
|
|
4015
3848
|
"dependencies": {
|
|
4016
3849
|
"@inquirer/confirm": "^6.0.12",
|
|
4017
3850
|
"@inquirer/password": "^5.0.12",
|
|
4018
3851
|
"@oclif/core": "^4.11.2",
|
|
4019
3852
|
"@oclif/table": "^0.5.7",
|
|
4020
|
-
"@salesforce/core": "^8.
|
|
3853
|
+
"@salesforce/core": "^8.30.0",
|
|
4021
3854
|
"@salesforce/kit": "^3.2.3",
|
|
4022
3855
|
"@salesforce/ts-types": "^2.0.12",
|
|
4023
3856
|
"ansis": "^3.3.2",
|
|
@@ -6450,34 +6283,6 @@
|
|
|
6450
6283
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
6451
6284
|
"license": "MIT"
|
|
6452
6285
|
},
|
|
6453
|
-
"node_modules/cli-truncate/node_modules/is-fullwidth-code-point": {
|
|
6454
|
-
"version": "4.0.0",
|
|
6455
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
6456
|
-
"integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
|
|
6457
|
-
"license": "MIT",
|
|
6458
|
-
"engines": {
|
|
6459
|
-
"node": ">=12"
|
|
6460
|
-
},
|
|
6461
|
-
"funding": {
|
|
6462
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6463
|
-
}
|
|
6464
|
-
},
|
|
6465
|
-
"node_modules/cli-truncate/node_modules/slice-ansi": {
|
|
6466
|
-
"version": "5.0.0",
|
|
6467
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
|
|
6468
|
-
"integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
|
|
6469
|
-
"license": "MIT",
|
|
6470
|
-
"dependencies": {
|
|
6471
|
-
"ansi-styles": "^6.0.0",
|
|
6472
|
-
"is-fullwidth-code-point": "^4.0.0"
|
|
6473
|
-
},
|
|
6474
|
-
"engines": {
|
|
6475
|
-
"node": ">=12"
|
|
6476
|
-
},
|
|
6477
|
-
"funding": {
|
|
6478
|
-
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
6479
|
-
}
|
|
6480
|
-
},
|
|
6481
6286
|
"node_modules/cli-truncate/node_modules/string-width": {
|
|
6482
6287
|
"version": "7.2.0",
|
|
6483
6288
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
@@ -9541,6 +9346,37 @@
|
|
|
9541
9346
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
9542
9347
|
}
|
|
9543
9348
|
},
|
|
9349
|
+
"node_modules/ink/node_modules/is-fullwidth-code-point": {
|
|
9350
|
+
"version": "5.0.0",
|
|
9351
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz",
|
|
9352
|
+
"integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==",
|
|
9353
|
+
"license": "MIT",
|
|
9354
|
+
"dependencies": {
|
|
9355
|
+
"get-east-asian-width": "^1.0.0"
|
|
9356
|
+
},
|
|
9357
|
+
"engines": {
|
|
9358
|
+
"node": ">=18"
|
|
9359
|
+
},
|
|
9360
|
+
"funding": {
|
|
9361
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
9362
|
+
}
|
|
9363
|
+
},
|
|
9364
|
+
"node_modules/ink/node_modules/slice-ansi": {
|
|
9365
|
+
"version": "7.1.0",
|
|
9366
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz",
|
|
9367
|
+
"integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==",
|
|
9368
|
+
"license": "MIT",
|
|
9369
|
+
"dependencies": {
|
|
9370
|
+
"ansi-styles": "^6.2.1",
|
|
9371
|
+
"is-fullwidth-code-point": "^5.0.0"
|
|
9372
|
+
},
|
|
9373
|
+
"engines": {
|
|
9374
|
+
"node": ">=18"
|
|
9375
|
+
},
|
|
9376
|
+
"funding": {
|
|
9377
|
+
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
9378
|
+
}
|
|
9379
|
+
},
|
|
9544
9380
|
"node_modules/ink/node_modules/string-width": {
|
|
9545
9381
|
"version": "7.2.0",
|
|
9546
9382
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
@@ -13330,31 +13166,28 @@
|
|
|
13330
13166
|
}
|
|
13331
13167
|
},
|
|
13332
13168
|
"node_modules/slice-ansi": {
|
|
13333
|
-
"version": "
|
|
13334
|
-
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-
|
|
13335
|
-
"integrity": "sha512-
|
|
13169
|
+
"version": "5.0.0",
|
|
13170
|
+
"resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
|
|
13171
|
+
"integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
|
|
13336
13172
|
"license": "MIT",
|
|
13337
13173
|
"dependencies": {
|
|
13338
|
-
"ansi-styles": "^6.
|
|
13339
|
-
"is-fullwidth-code-point": "^
|
|
13174
|
+
"ansi-styles": "^6.0.0",
|
|
13175
|
+
"is-fullwidth-code-point": "^4.0.0"
|
|
13340
13176
|
},
|
|
13341
13177
|
"engines": {
|
|
13342
|
-
"node": ">=
|
|
13178
|
+
"node": ">=12"
|
|
13343
13179
|
},
|
|
13344
13180
|
"funding": {
|
|
13345
13181
|
"url": "https://github.com/chalk/slice-ansi?sponsor=1"
|
|
13346
13182
|
}
|
|
13347
13183
|
},
|
|
13348
13184
|
"node_modules/slice-ansi/node_modules/is-fullwidth-code-point": {
|
|
13349
|
-
"version": "
|
|
13350
|
-
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-
|
|
13351
|
-
"integrity": "sha512-
|
|
13185
|
+
"version": "4.0.0",
|
|
13186
|
+
"resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz",
|
|
13187
|
+
"integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==",
|
|
13352
13188
|
"license": "MIT",
|
|
13353
|
-
"dependencies": {
|
|
13354
|
-
"get-east-asian-width": "^1.0.0"
|
|
13355
|
-
},
|
|
13356
13189
|
"engines": {
|
|
13357
|
-
"node": ">=
|
|
13190
|
+
"node": ">=12"
|
|
13358
13191
|
},
|
|
13359
13192
|
"funding": {
|
|
13360
13193
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -13879,13 +13712,13 @@
|
|
|
13879
13712
|
"license": "MIT"
|
|
13880
13713
|
},
|
|
13881
13714
|
"node_modules/tinyglobby": {
|
|
13882
|
-
"version": "0.2.
|
|
13883
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
13884
|
-
"integrity": "sha512-
|
|
13715
|
+
"version": "0.2.16",
|
|
13716
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
13717
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
13885
13718
|
"license": "MIT",
|
|
13886
13719
|
"dependencies": {
|
|
13887
|
-
"fdir": "^6.
|
|
13888
|
-
"picomatch": "^4.0.
|
|
13720
|
+
"fdir": "^6.5.0",
|
|
13721
|
+
"picomatch": "^4.0.4"
|
|
13889
13722
|
},
|
|
13890
13723
|
"engines": {
|
|
13891
13724
|
"node": ">=12.0.0"
|
|
@@ -13895,10 +13728,13 @@
|
|
|
13895
13728
|
}
|
|
13896
13729
|
},
|
|
13897
13730
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
13898
|
-
"version": "6.
|
|
13899
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.
|
|
13900
|
-
"integrity": "sha512-
|
|
13731
|
+
"version": "6.5.0",
|
|
13732
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
13733
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
13901
13734
|
"license": "MIT",
|
|
13735
|
+
"engines": {
|
|
13736
|
+
"node": ">=12.0.0"
|
|
13737
|
+
},
|
|
13902
13738
|
"peerDependencies": {
|
|
13903
13739
|
"picomatch": "^3 || ^4"
|
|
13904
13740
|
},
|
|
@@ -13909,9 +13745,9 @@
|
|
|
13909
13745
|
}
|
|
13910
13746
|
},
|
|
13911
13747
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
13912
|
-
"version": "4.0.
|
|
13913
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
13914
|
-
"integrity": "sha512-
|
|
13748
|
+
"version": "4.0.4",
|
|
13749
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
13750
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
13915
13751
|
"license": "MIT",
|
|
13916
13752
|
"engines": {
|
|
13917
13753
|
"node": ">=12"
|
package/oclif.lock
CHANGED
|
@@ -1149,15 +1149,6 @@
|
|
|
1149
1149
|
"@inquirer/core" "^10.3.2"
|
|
1150
1150
|
"@inquirer/type" "^3.0.10"
|
|
1151
1151
|
|
|
1152
|
-
"@inquirer/password@^2.2.0":
|
|
1153
|
-
version "2.2.0"
|
|
1154
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.2.0.tgz#0b6f26336c259c8a9e5f5a3f2e1a761564f764ba"
|
|
1155
|
-
integrity sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==
|
|
1156
|
-
dependencies:
|
|
1157
|
-
"@inquirer/core" "^9.1.0"
|
|
1158
|
-
"@inquirer/type" "^1.5.3"
|
|
1159
|
-
ansi-escapes "^4.3.2"
|
|
1160
|
-
|
|
1161
1152
|
"@inquirer/password@^4.0.23":
|
|
1162
1153
|
version "4.0.23"
|
|
1163
1154
|
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.23.tgz#b9f5187c8c92fd7aa9eceb9d8f2ead0d7e7b000d"
|
|
@@ -1424,10 +1415,10 @@
|
|
|
1424
1415
|
wordwrap "^1.0.0"
|
|
1425
1416
|
wrap-ansi "^7.0.0"
|
|
1426
1417
|
|
|
1427
|
-
"@oclif/core@^4", "@oclif/core@^4.
|
|
1428
|
-
version "4.11.
|
|
1429
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1430
|
-
integrity sha512-
|
|
1418
|
+
"@oclif/core@^4", "@oclif/core@^4.10.2", "@oclif/core@^4.11.2":
|
|
1419
|
+
version "4.11.3"
|
|
1420
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
|
|
1421
|
+
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
|
|
1431
1422
|
dependencies:
|
|
1432
1423
|
ansi-escapes "^4.3.2"
|
|
1433
1424
|
ansis "^3.17.0"
|
|
@@ -1443,15 +1434,15 @@
|
|
|
1443
1434
|
semver "^7.8.0"
|
|
1444
1435
|
string-width "^4.2.3"
|
|
1445
1436
|
supports-color "^8"
|
|
1446
|
-
tinyglobby "^0.2.
|
|
1437
|
+
tinyglobby "^0.2.16"
|
|
1447
1438
|
widest-line "^3.1.0"
|
|
1448
1439
|
wordwrap "^1.0.0"
|
|
1449
1440
|
wrap-ansi "^7.0.0"
|
|
1450
1441
|
|
|
1451
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1452
|
-
version "5.3.
|
|
1453
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1454
|
-
integrity sha512-
|
|
1442
|
+
"@oclif/plugin-command-snapshot@^5.3.20":
|
|
1443
|
+
version "5.3.20"
|
|
1444
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.20.tgz#533e779070c852255dbdd68f3e71e2e53a43dabe"
|
|
1445
|
+
integrity sha512-3VVMGmpEHQ+YAylGI2XbNRusVkyNZCyfWoYcaFsssLIv2R4adHvzF3tHME03BHTceRq2Lwi81bJ+oBW1gcy//g==
|
|
1455
1446
|
dependencies:
|
|
1456
1447
|
"@oclif/core" "^4"
|
|
1457
1448
|
ansis "^3.17.0"
|
|
@@ -1460,7 +1451,7 @@
|
|
|
1460
1451
|
lodash.difference "^4.5.0"
|
|
1461
1452
|
lodash.get "^4.4.2"
|
|
1462
1453
|
lodash.sortby "^4.7.0"
|
|
1463
|
-
semver "^7.
|
|
1454
|
+
semver "^7.8.0"
|
|
1464
1455
|
ts-json-schema-generator "^1.5.1"
|
|
1465
1456
|
|
|
1466
1457
|
"@oclif/plugin-help@^6.2.38":
|
|
@@ -1550,7 +1541,7 @@
|
|
|
1550
1541
|
strip-ansi "6.0.1"
|
|
1551
1542
|
ts-retry-promise "^0.8.1"
|
|
1552
1543
|
|
|
1553
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.
|
|
1544
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.0", "@salesforce/core@^8.30.3":
|
|
1554
1545
|
version "8.30.3"
|
|
1555
1546
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.3.tgz#333315e9c0436abd2247df7b5b31375df4002cd6"
|
|
1556
1547
|
integrity sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==
|
|
@@ -1619,15 +1610,15 @@
|
|
|
1619
1610
|
dependencies:
|
|
1620
1611
|
"@salesforce/ts-types" "^2.0.12"
|
|
1621
1612
|
|
|
1622
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1623
|
-
version "3.1.
|
|
1624
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1625
|
-
integrity sha512-
|
|
1613
|
+
"@salesforce/plugin-command-reference@^3.1.102":
|
|
1614
|
+
version "3.1.102"
|
|
1615
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.102.tgz#ecff04d8933abdd867f3f551863bcc248806c52c"
|
|
1616
|
+
integrity sha512-rqzHD452YDPDPqRKicm5ci0+yrsK9zy9Us/1tKIbZBuqJRp6yFDprbyh+4rNrbFEP3qxuyRjSWHRt8QN9ox6dA==
|
|
1626
1617
|
dependencies:
|
|
1627
1618
|
"@oclif/core" "^4"
|
|
1628
|
-
"@salesforce/core" "^8.
|
|
1619
|
+
"@salesforce/core" "^8.30.3"
|
|
1629
1620
|
"@salesforce/kit" "^3.2.6"
|
|
1630
|
-
"@salesforce/sf-plugins-core" "^
|
|
1621
|
+
"@salesforce/sf-plugins-core" "^12.2.16"
|
|
1631
1622
|
"@salesforce/ts-types" "^2.0.11"
|
|
1632
1623
|
chalk "^5.6.2"
|
|
1633
1624
|
debug "^4.4.3"
|
|
@@ -1638,34 +1629,16 @@
|
|
|
1638
1629
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1639
1630
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1640
1631
|
|
|
1641
|
-
"@salesforce/sf-plugins-core@^
|
|
1642
|
-
version "
|
|
1643
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1644
|
-
integrity sha512-
|
|
1645
|
-
dependencies:
|
|
1646
|
-
"@inquirer/confirm" "^3.1.22"
|
|
1647
|
-
"@inquirer/password" "^2.2.0"
|
|
1648
|
-
"@oclif/core" "^4.0.27"
|
|
1649
|
-
"@salesforce/core" "^8.5.1"
|
|
1650
|
-
"@salesforce/kit" "^3.2.3"
|
|
1651
|
-
"@salesforce/ts-types" "^2.0.12"
|
|
1652
|
-
ansis "^3.3.2"
|
|
1653
|
-
cli-progress "^3.12.0"
|
|
1654
|
-
natural-orderby "^3.0.2"
|
|
1655
|
-
slice-ansi "^7.1.0"
|
|
1656
|
-
string-width "^7.2.0"
|
|
1657
|
-
terminal-link "^3.0.0"
|
|
1658
|
-
|
|
1659
|
-
"@salesforce/sf-plugins-core@^12":
|
|
1660
|
-
version "12.2.16"
|
|
1661
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.16.tgz#664ef3540f4556ba83a1e5378b5721d2aabde91e"
|
|
1662
|
-
integrity sha512-csZxi6gJ675/+9dc1Q9KDDq21XRy+tKtgr1ZSPyA6TeP0J4bnuIfsk9cZCOzxaI6T8L6lM3CyWltQMJ927vpzA==
|
|
1632
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.2.16":
|
|
1633
|
+
version "12.2.17"
|
|
1634
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.17.tgz#a35d1f917122d377feae083bff6d6b816e3d1e34"
|
|
1635
|
+
integrity sha512-a8wHzT4IPUxvqUcguTd6wXp4C7R2i+HTjjiCBNNEqL5/OFXmROlttalgxFceRsnfoi2Sq9jYuVIVWHOs43uEWQ==
|
|
1663
1636
|
dependencies:
|
|
1664
1637
|
"@inquirer/confirm" "^6.0.12"
|
|
1665
1638
|
"@inquirer/password" "^5.0.12"
|
|
1666
1639
|
"@oclif/core" "^4.11.2"
|
|
1667
1640
|
"@oclif/table" "^0.5.7"
|
|
1668
|
-
"@salesforce/core" "^8.
|
|
1641
|
+
"@salesforce/core" "^8.30.0"
|
|
1669
1642
|
"@salesforce/kit" "^3.2.3"
|
|
1670
1643
|
"@salesforce/ts-types" "^2.0.12"
|
|
1671
1644
|
ansis "^3.3.2"
|
|
@@ -4141,10 +4114,10 @@ faye@^1.4.0, faye@^1.4.1:
|
|
|
4141
4114
|
tough-cookie "*"
|
|
4142
4115
|
tunnel-agent "*"
|
|
4143
4116
|
|
|
4144
|
-
fdir@^6.
|
|
4145
|
-
version "6.
|
|
4146
|
-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.
|
|
4147
|
-
integrity sha512-
|
|
4117
|
+
fdir@^6.5.0:
|
|
4118
|
+
version "6.5.0"
|
|
4119
|
+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
|
|
4120
|
+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
|
|
4148
4121
|
|
|
4149
4122
|
file-entry-cache@^6.0.1:
|
|
4150
4123
|
version "6.0.1"
|
|
@@ -6310,10 +6283,10 @@ picomatch@^3.0.1:
|
|
|
6310
6283
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
6311
6284
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6312
6285
|
|
|
6313
|
-
picomatch@^4.0.
|
|
6314
|
-
version "4.0.
|
|
6315
|
-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.
|
|
6316
|
-
integrity sha512-
|
|
6286
|
+
picomatch@^4.0.4:
|
|
6287
|
+
version "4.0.4"
|
|
6288
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
|
|
6289
|
+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
|
|
6317
6290
|
|
|
6318
6291
|
pino-abstract-transport@^1.2.0:
|
|
6319
6292
|
version "1.2.0"
|
|
@@ -7115,7 +7088,7 @@ string-width@^5.0.1, string-width@^5.1.2:
|
|
|
7115
7088
|
emoji-regex "^9.2.2"
|
|
7116
7089
|
strip-ansi "^7.0.1"
|
|
7117
7090
|
|
|
7118
|
-
string-width@^7.0.0
|
|
7091
|
+
string-width@^7.0.0:
|
|
7119
7092
|
version "7.2.0"
|
|
7120
7093
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-7.2.0.tgz#b5bb8e2165ce275d4d43476dd2700ad9091db6dc"
|
|
7121
7094
|
integrity sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==
|
|
@@ -7316,13 +7289,13 @@ tiny-jsonc@^1.0.2:
|
|
|
7316
7289
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
|
7317
7290
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
7318
7291
|
|
|
7319
|
-
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
7320
|
-
version "0.2.
|
|
7321
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
7322
|
-
integrity sha512-
|
|
7292
|
+
tinyglobby@^0.2.14, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
|
|
7293
|
+
version "0.2.16"
|
|
7294
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
|
|
7295
|
+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
|
|
7323
7296
|
dependencies:
|
|
7324
|
-
fdir "^6.
|
|
7325
|
-
picomatch "^4.0.
|
|
7297
|
+
fdir "^6.5.0"
|
|
7298
|
+
picomatch "^4.0.4"
|
|
7326
7299
|
|
|
7327
7300
|
to-fast-properties@^2.0.0:
|
|
7328
7301
|
version "2.0.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-license-management",
|
|
3
3
|
"description": "Manage Permission Set Licenses",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"@salesforce/sf-plugins-core": "^12"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
13
|
+
"@oclif/plugin-command-snapshot": "^5.3.20",
|
|
14
14
|
"@salesforce/cli-plugins-testkit": "^5.3.57",
|
|
15
15
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
16
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
16
|
+
"@salesforce/plugin-command-reference": "^3.1.102",
|
|
17
17
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
18
18
|
"oclif": "^4.23.0",
|
|
19
19
|
"ts-node": "^10.9.2",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"exports": "./lib/index.js",
|
|
198
198
|
"type": "module",
|
|
199
199
|
"sfdx": {
|
|
200
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.
|
|
201
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.
|
|
200
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.6.crt",
|
|
201
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.6.sig"
|
|
202
202
|
}
|
|
203
203
|
}
|