@salesforce/plugin-license-management 1.1.0 → 1.1.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/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/0.1.0/src/commands/license/provision.ts)_
119
+ _See code: [src/commands/license/provision.ts](https://github.com/salesforcecli/plugin-license-management/blob/1.1.1/src/commands/license/provision.ts)_
120
120
 
121
121
  <!-- commandsstop -->
122
122
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-license-management",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-license-management",
9
- "version": "1.1.0",
9
+ "version": "1.1.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -7879,10 +7879,20 @@
7879
7879
  "license": "MIT"
7880
7880
  },
7881
7881
  "node_modules/fast-uri": {
7882
- "version": "3.0.1",
7883
- "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz",
7884
- "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==",
7885
- "license": "MIT"
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
7898
  "version": "1.1.4",
package/oclif.lock CHANGED
@@ -4024,9 +4024,9 @@ 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.0.1"
4028
- resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
4029
- integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
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
4032
  version "1.1.4"
@@ -138,5 +138,5 @@
138
138
  ]
139
139
  }
140
140
  },
141
- "version": "1.1.0"
141
+ "version": "1.1.1"
142
142
  }
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.0",
4
+ "version": "1.1.1",
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.0.crt",
201
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.0.sig"
200
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.1.crt",
201
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-license-management/1.1.1.sig"
202
202
  }
203
203
  }