@salesforce/plugin-license-management 1.1.1 → 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 +39 -6
- package/oclif.lock +16 -5
- 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/1.1.
|
|
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",
|
|
@@ -7895,9 +7895,9 @@
|
|
|
7895
7895
|
"license": "BSD-3-Clause"
|
|
7896
7896
|
},
|
|
7897
7897
|
"node_modules/fast-xml-builder": {
|
|
7898
|
-
"version": "1.
|
|
7899
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
7900
|
-
"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==",
|
|
7901
7901
|
"dev": true,
|
|
7902
7902
|
"funding": [
|
|
7903
7903
|
{
|
|
@@ -7907,7 +7907,24 @@
|
|
|
7907
7907
|
],
|
|
7908
7908
|
"license": "MIT",
|
|
7909
7909
|
"dependencies": {
|
|
7910
|
-
"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"
|
|
7911
7928
|
}
|
|
7912
7929
|
},
|
|
7913
7930
|
"node_modules/fast-xml-parser": {
|
|
@@ -14482,6 +14499,22 @@
|
|
|
14482
14499
|
}
|
|
14483
14500
|
}
|
|
14484
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
|
+
},
|
|
14485
14518
|
"node_modules/xml2js": {
|
|
14486
14519
|
"version": "0.6.2",
|
|
14487
14520
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -4029,11 +4029,12 @@ fast-uri@^3.0.1:
|
|
|
4029
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
|
}
|