@salesforce/plugin-license-management 1.1.0 → 1.1.2
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 +53 -10
- package/oclif.lock +19 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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/
|
|
119
|
+
_See code: [src/commands/license/provision.ts](https://github.com/salesforcecli/plugin-license-management/blob/1.1.2/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.2",
|
|
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.2",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -7879,15 +7879,25 @@
|
|
|
7879
7879
|
"license": "MIT"
|
|
7880
7880
|
},
|
|
7881
7881
|
"node_modules/fast-uri": {
|
|
7882
|
-
"version": "3.
|
|
7883
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.
|
|
7884
|
-
"integrity": "sha512-
|
|
7885
|
-
"
|
|
7882
|
+
"version": "3.1.2",
|
|
7883
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
7884
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
7885
|
+
"funding": [
|
|
7886
|
+
{
|
|
7887
|
+
"type": "github",
|
|
7888
|
+
"url": "https://github.com/sponsors/fastify"
|
|
7889
|
+
},
|
|
7890
|
+
{
|
|
7891
|
+
"type": "opencollective",
|
|
7892
|
+
"url": "https://opencollective.com/fastify"
|
|
7893
|
+
}
|
|
7894
|
+
],
|
|
7895
|
+
"license": "BSD-3-Clause"
|
|
7886
7896
|
},
|
|
7887
7897
|
"node_modules/fast-xml-builder": {
|
|
7888
|
-
"version": "1.
|
|
7889
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
7890
|
-
"integrity": "sha512-
|
|
7898
|
+
"version": "1.2.0",
|
|
7899
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
7900
|
+
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
7891
7901
|
"dev": true,
|
|
7892
7902
|
"funding": [
|
|
7893
7903
|
{
|
|
@@ -7897,7 +7907,24 @@
|
|
|
7897
7907
|
],
|
|
7898
7908
|
"license": "MIT",
|
|
7899
7909
|
"dependencies": {
|
|
7900
|
-
"path-expression-matcher": "^1.
|
|
7910
|
+
"path-expression-matcher": "^1.5.0",
|
|
7911
|
+
"xml-naming": "^0.1.0"
|
|
7912
|
+
}
|
|
7913
|
+
},
|
|
7914
|
+
"node_modules/fast-xml-builder/node_modules/path-expression-matcher": {
|
|
7915
|
+
"version": "1.5.0",
|
|
7916
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
7917
|
+
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
7918
|
+
"dev": true,
|
|
7919
|
+
"funding": [
|
|
7920
|
+
{
|
|
7921
|
+
"type": "github",
|
|
7922
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
7923
|
+
}
|
|
7924
|
+
],
|
|
7925
|
+
"license": "MIT",
|
|
7926
|
+
"engines": {
|
|
7927
|
+
"node": ">=14.0.0"
|
|
7901
7928
|
}
|
|
7902
7929
|
},
|
|
7903
7930
|
"node_modules/fast-xml-parser": {
|
|
@@ -14472,6 +14499,22 @@
|
|
|
14472
14499
|
}
|
|
14473
14500
|
}
|
|
14474
14501
|
},
|
|
14502
|
+
"node_modules/xml-naming": {
|
|
14503
|
+
"version": "0.1.0",
|
|
14504
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
14505
|
+
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
14506
|
+
"dev": true,
|
|
14507
|
+
"funding": [
|
|
14508
|
+
{
|
|
14509
|
+
"type": "github",
|
|
14510
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
14511
|
+
}
|
|
14512
|
+
],
|
|
14513
|
+
"license": "MIT",
|
|
14514
|
+
"engines": {
|
|
14515
|
+
"node": ">=16.0.0"
|
|
14516
|
+
}
|
|
14517
|
+
},
|
|
14475
14518
|
"node_modules/xml2js": {
|
|
14476
14519
|
"version": "0.6.2",
|
|
14477
14520
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -4024,16 +4024,17 @@ fast-safe-stringify@^2.1.1:
|
|
|
4024
4024
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
4025
4025
|
|
|
4026
4026
|
fast-uri@^3.0.1:
|
|
4027
|
-
version "3.
|
|
4028
|
-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.
|
|
4029
|
-
integrity sha512-
|
|
4027
|
+
version "3.1.2"
|
|
4028
|
+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
|
|
4029
|
+
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
|
|
4030
4030
|
|
|
4031
4031
|
fast-xml-builder@^1.1.4:
|
|
4032
|
-
version "1.
|
|
4033
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.
|
|
4034
|
-
integrity sha512-
|
|
4032
|
+
version "1.2.0"
|
|
4033
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
|
|
4034
|
+
integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
|
|
4035
4035
|
dependencies:
|
|
4036
|
-
path-expression-matcher "^1.
|
|
4036
|
+
path-expression-matcher "^1.5.0"
|
|
4037
|
+
xml-naming "^0.1.0"
|
|
4037
4038
|
|
|
4038
4039
|
fast-xml-parser@5.5.8:
|
|
4039
4040
|
version "5.5.8"
|
|
@@ -6159,11 +6160,16 @@ path-exists@^4.0.0:
|
|
|
6159
6160
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
6160
6161
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
6161
6162
|
|
|
6162
|
-
path-expression-matcher@^1.
|
|
6163
|
+
path-expression-matcher@^1.2.0:
|
|
6163
6164
|
version "1.2.0"
|
|
6164
6165
|
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
|
|
6165
6166
|
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
|
|
6166
6167
|
|
|
6168
|
+
path-expression-matcher@^1.5.0:
|
|
6169
|
+
version "1.5.0"
|
|
6170
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
6171
|
+
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
6172
|
+
|
|
6167
6173
|
path-is-absolute@^1.0.0:
|
|
6168
6174
|
version "1.0.1"
|
|
6169
6175
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
@@ -7736,6 +7742,11 @@ ws@^8.15.0:
|
|
|
7736
7742
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
|
|
7737
7743
|
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
|
|
7738
7744
|
|
|
7745
|
+
xml-naming@^0.1.0:
|
|
7746
|
+
version "0.1.0"
|
|
7747
|
+
resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
|
|
7748
|
+
integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
|
|
7749
|
+
|
|
7739
7750
|
xml2js@^0.6.2:
|
|
7740
7751
|
version "0.6.2"
|
|
7741
7752
|
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
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.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -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.2.crt",
|
|
201
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.2.sig"
|
|
202
202
|
}
|
|
203
203
|
}
|